Smytten Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Smytten icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/347538.svg" alt="Smytten icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347538.svg" alt="Smytten icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347538.svg" alt="Smytten icon" :width="24" :height="24" />
CSS background
.icon-smytten {
background-image: url('https://proicons.com/icon/347538.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="24" cy="24" r="21.5"/><path class="c" d="M23.813,24.11v2.3785c0,.9731-.7962,1.7618-1.7785,1.7618-.4911,0-.9358-.1971-1.2576-.516"/><path class="c" d="M23.813,21.203v2.907c0,.9731-.7962,1.7618-1.7785,1.7618s-1.7785-.7888-1.7785-1.7618v-2.907"/><path class="c" d="M11.692,22.965c0-.9731.7962-1.7618,1.7785-1.7618s1.7785.7888,1.7785,1.7618v2.907"/><line class="c" x1="11.692" y1="21.203" x2="11.692" y2="25.872"/><path class="c" d="M15.249,22.965c0-.9731.7962-1.7618,1.7785-1.7618s1.7785.7888,1.7785,1.7618v2.907"/><path class="c" d="M7.2045,25.478c.3248.2701.6753.3939,1.4627.3939h.399c.6493,0,1.1757-.5226,1.1757-1.1672s-.5264-1.1672-1.1757-1.1672h-.798c-.6493,0-1.1757-.5226-1.1757-1.1672s.5264-1.1672,1.1757-1.1672h.399c.7873,0,1.138.1238,1.4627.3939"/><path class="c" d="M26.197,19.75v5.2415c0,.4865.3981.8809.8893.8809h.2668"/><line class="c" x1="25.263" y1="21.203" x2="27.131" y2="21.203"/><path class="c" d="M29.737,19.75v5.2415c0,.4865.3981.8809.8893.8809h.2668"/><line class="c" x1="28.803" y1="21.203" x2="30.671" y2="21.203"/><path class="c" d="M40.907,25.872v-2.907c0-.9731-.7962-1.7618-1.7785-1.7618s-1.7785.7888-1.7785,1.7618"/><line class="c" x1="37.35" y1="25.872" x2="37.35" y2="21.203"/><path class="c" d="M35.667,24.983c-.3064.5311-.8837.8891-1.5454.8891-.9823,0-1.7785-.7888-1.7785-1.7618v-1.1452c0-.9731.7962-1.7618,1.7785-1.7618s1.7785.7888,1.7785,1.7618v.5726h-3.557"/><circle class="c" cx="24" cy="34" r="1.5"/><circle class="c" cx="29" cy="34" r="1.5"/><circle class="c" cx="19" cy="34" r="1.5"/></svg>
Copied!