Skip to content

Instantly share code, notes, and snippets.

@pointofpresence
Created February 26, 2020 19:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pointofpresence/9221db004ab7208eafd4d59cbd72a5c6 to your computer and use it in GitHub Desktop.
Save pointofpresence/9221db004ab7208eafd4d59cbd72a5c6 to your computer and use it in GitHub Desktop.
тень для svg
<svg xmlns="http://www.w3.org/2000/svg" width="31" height="36" viewBox="0 0 31 36"><path fill="#FFF" d="M11 21h7.451c5.247 0 9.5-4.253 9.5-9.5S23.698 2 18.451 2H6v14H2v5h4v3H2v5h4v4h5v-4h15v-5H11v-3zm0-14h7.451v-.03a4.53 4.53 0 0 1 0 9.06V16H11V7z"/></svg>
body {
background: violet;
}
svg {
-webkit-filter: drop-shadow( 0px 3px 2px red );
filter: drop-shadow( 0px 3px 2px red );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment