A Pen by Alexander Matskevich on CodePen.
Last active
May 7, 2017 16:57
-
-
Save AlexKardone/37378e8fc60a540fca470488f5d9a320 to your computer and use it in GitHub Desktop.
Search-button on SVG
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
svg { | |
width: 60px; | |
height: 60px; | |
background: #f0626e; | |
} | |
rect { | |
transform: rotate(-45deg); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment