Sob Smart Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sob Smart 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/333022.svg" alt="Sob Smart icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333022.svg" alt="Sob Smart icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333022.svg" alt="Sob Smart icon" :width="24" :height="24" />
CSS background
.icon-sob-smart {
background-image: url('https://proicons.com/icon/333022.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><path class="c" d="m19.4199,32.4607c-2.867-.3576-5.0751-2.7027-5.2597-5.586-.1846-2.8833,1.7063-5.4908,4.5044-6.2112,2.798-.7203,5.713.6499,6.9437,3.2639"/><path class="c" d="m12.8239,12.4441l5.556-1.859"/><path class="c" d="m26.4702,34.6601l-7.3754-7.3754c-1.3941-1.9144.8199-3.3938,2.1501-2.1501l4.2877,3.9755c-.481-1.5215,1.1019-4.0061,3.4147-.9518-.5891-3.1473,2.2331-3.5664,3.5137-1.3832-.2995-2.4085,1.8179-2.8297,3.2077-1.3347l5.8267,5.8267c3.0739,3.0666-1.2744,11.2887-8.0349,9.9569l-10.3746-3.604c-1.2117-.3023-2.7486-3.36,3.0732-1.9876.4281.1009.1539-.1142.3111-.9724Z"/><path class="c" d="m29.3625,22.3769l-5.0539-14.8325c-.5339-1.3343-1.4775-2.2127-3.9064-1.438l-13.2416,4.3664c-1.7239.7035-1.9354,1.7031-1.4024,3.4988l8.5527,25.6414c.9655,2.8948,2.5804,2.8324,4.3085,2.254l3.633-1.3993"/></svg>
Copied!