Simplicon Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Simplicon 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/332791.svg" alt="Simplicon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332791.svg" alt="Simplicon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332791.svg" alt="Simplicon icon" :width="24" :height="24" />
CSS background
.icon-simplicon {
background-image: url('https://proicons.com/icon/332791.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a,.b{fill:none;stroke:#000;stroke-linejoin:round;}.b{stroke-linecap:round;}</style></defs><path class="a" d="M26.1617,23.0811c2.2911,2.2474,3.3552,6.7756,4.64,5.5467,1.07-1.0231,1.2689-3.3328,1.4206-4.2359a.87.87,0,0,1,.4366-.6209c1.6348-.903,8.1524-5.2618,8.495-15.6811-10.4192.3417-14.8124,6.8947-15.7155,8.5295a.87.87,0,0,1-.6209.4366c-.903.1517-3.2128.351-4.2359,1.4206C19.3517,19.76,23.9144,20.79,26.1617,23.0811Z"/><circle class="a" cx="35.8558" cy="13.4234" r="1.5836"/><path class="b" d="M22.6715,20.7314S8.91,20.0965,8.2333,5.5"/><path class="b" d="M25.0185,22.1288S17.31,29.1268,6.8462,20.9437"/><path class="b" d="M26.0462,23.28s-10.59,8.1589-4.4378,19.22"/><path class="b" d="M27.0815,24.1732S20.7044,33.3012,29.057,42.5"/><path class="b" d="M23.0514,26.4037s-6.203,5.6938-16.0786,1.8377"/></svg>
Copied!