Fivesim Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fivesim 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/325926.svg" alt="Fivesim icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325926.svg" alt="Fivesim icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325926.svg" alt="Fivesim icon" :width="24" :height="24" />
CSS background
.icon-fivesim {
background-image: url('https://proicons.com/icon/325926.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M33.6618,23.3397c2.79-1.562,5.5569-2.594,8.5449-3.1209M30.8499,6.533l-2.308,14.0418M15.0641,5.5l7.5349,15.3647M6.6653,16.2128l11.2548,8.7869M5.7933,29.9446l10.4728.894M17.5341,37.6245c4.1119,7.6179,17.0867,5.3619,20.1817-.298,1.34-2.452.099-6.5799-3.7659-7.1659-1.803-.274-2.362-1.244-2.762-3.0959"/></svg>
Copied!