The Ssum Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The The Ssum 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/348450.svg" alt="The Ssum icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348450.svg" alt="The Ssum icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348450.svg" alt="The Ssum icon" :width="24" :height="24" />
CSS background
.icon-the-ssum {
background-image: url('https://proicons.com/icon/348450.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g><path class="b" d="m32.868,32.6126c4.1922,1.6092,7.8674,4.3288,10.632,7.8672"/><path class="b" d="m4.5,40.4795c2.7646-3.5385,6.4399-6.258,10.632-7.8672"/><ellipse class="b" cx="24.0001" cy="34.9603" rx="8.7808" ry="2.3948"/></g><g><path class="b" d="m32.781,34.9603V15.0038c0-9.9782-17.5617-9.9782-17.5617,0v19.9565"/><path class="b" d="m17.6141,22.5873c-1.5965-2.3948-.7983-6.7852,2.3948-6.7852,2.3948,0,3.5922,1.9956,3.9913,3.193.3991-1.1974,1.5965-3.193,3.9913-3.193,3.193,0,3.9913,3.9913,2.3948,6.7852-3.193,4.3904-5.5878,7.5835-6.3861,7.5835s-3.193-3.193-6.3861-7.5835Z"/><path class="b" d="m21.7015,9.6602c-2.3948.7983-4.3904,2.7939-4.3904,4.7896"/></g></svg>
Copied!