A Pen by Alyssa Nicoll on CodePen.
Created
October 2, 2015 13:25
-
-
Save alyssamichelle/5ac4e85ebb64ee44cd7f to your computer and use it in GitHub Desktop.
Smuffle-Phone Icon
This file contains 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
<h1>Smuffle-Screen Icon</h1> | |
<svg width="400" height="300" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg"> | |
<rect x="20" y="20" stroke="#FF2626" ry="2" rx="2" height="100" width="70" stroke-width="10" fill="white"/> | |
<circle r="3" cy="120" cx="55" fill="white"/> | |
</svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment