Sutom Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sutom 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/333509.svg" alt="Sutom icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333509.svg" alt="Sutom icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333509.svg" alt="Sutom icon" :width="24" :height="24" />
CSS background
.icon-sutom {
background-image: url('https://proicons.com/icon/333509.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="24" cy="24" r="21.5"/><path class="c" d="M35.3886,25.5989l-1.3472-6.93,4.8177,6.2634,2.1225-7.6013,1.3466,6.9271"/><path class="c" d="M19.4771,21.6029l4.4055-.8762"/><path class="c" d="M22.9723,27.9684l-1.2926-6.8044"/><path class="c" d="M12.5979,22.8537l.8738,4.5527c.239,1.2455,1.4297,2.0588,2.6594,1.8167s2.0329-1.448,1.7938-2.6935l-.8738-4.5527"/><path class="c" d="M6.642,30.2022c.5004.449,1.0388.5467,1.7354.4093l.9641-.1902c.8972-.177,1.4833-1.0589,1.3088-1.9697l-.0013-.0071c-.1745-.9108-1.0432-1.5057-1.9404-1.3287l-1.0635.2099c-.8982.1773-1.7678-.4182-1.9424-1.33h0c-.175-.9138.4129-1.7985,1.313-1.9761l.9589-.1892c.6967-.1375,1.2351-.0397,1.7354.4093"/><circle class="c" cx="29.3343" cy="23.1252" r="3.5104"/></svg>
Copied!