Sumone Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sumone 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/333452.svg" alt="Sumone icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333452.svg" alt="Sumone icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333452.svg" alt="Sumone icon" :width="24" :height="24" />
CSS background
.icon-sumone {
background-image: url('https://proicons.com/icon/333452.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;}.d{fill:#000;stroke-width:0px;}</style></defs><path class="c" d="M32.3693,31.924c0,.8278-.6705,1.4991-1.4983,1.5-.8284,0-1.5-.6716-1.5-1.5s.6716-1.5,1.5-1.5,1.5.6716,1.5,1.5h-.0017Z"/><path class="c" d="M19.2033,32.797c0,.8284-.6716,1.5-1.5,1.5-.8278-.0009-1.4983-.6722-1.4983-1.5,0-.8284.6716-1.5,1.5-1.5s1.5.6716,1.5,1.5h-.0017Z"/><path class="d" d="M26.5832,13.408c0,.4139-.3353.7495-.7492.75-.4142,0-.75-.3358-.75-.75s.3358-.75.75-.75.75.3358.75.75h-.0008Z"/><path class="d" d="M22.743,15.8731c0,.4142-.3358.7499-.7499.7499-.4138-.0005-.7491-.3361-.7491-.7499.0005-.4138.3361-.7491.7499-.7491.4138.0005.7491.3361.7491.7499v-.0008Z"/><path id="b" class="c" d="M22.3926,34.0361l3.77-.1552c.088.8929-.2448,1.933-1.6738,1.9826-1.5522.0528-2.2979-1.0465-2.0962-1.8274ZM29.49,16.26c9.741,4.296,13.803,18.824,10.158,25.89M17.288,16.8c-4.362,1.78-13.61,12.512-9.546,25.297M24.052,16.286c.625.057,1.18-.161,1.34-.979M22.253,11.805c-2.358-1.018-4.83.45-5.114,2.743-.42,3.386,1.724,5.491,5.817,6.454,1.687.397,3.1.396,4.569.389.56-1.38,1.185-3.318,1.704-4.972,1.161-3.7.312-6.741-1.994-7.824-2.078-.974-4.604.503-4.9,3.037M9.5,5.5h29c2.216,0,4,1.784,4,4v29c0,2.216-1.784,4-4,4H9.5c-2.216,0-4-1.784-4-4V9.5c0-2.216,1.784-4,4-4Z"/></svg>
Copied!