Sendo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sendo 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/332569.svg" alt="Sendo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332569.svg" alt="Sendo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332569.svg" alt="Sendo icon" :width="24" :height="24" />
CSS background
.icon-sendo {
background-image: url('https://proicons.com/icon/332569.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="15.8876" cy="40.1216" r="3.3784"/><circle class="c" cx="28.627" cy="40.1216" r="3.3784"/><path class="c" d="m12.228,22.1029h13.5138l-2.2523,4.5045h-9.009l-1.1261,2.2523h13.5138c7.8829-.0001,9.009-3.66,0-9.0091-9.2906-5.3491,4.223-19.1444,12.6695-14.3581l-2.2523,4.5045c-6.7568-1.9706-10.1352,3.9416-2.5338,8.1645,7.3198,4.223,7.8829,16.3291-5.3485,16.328H9.0328c-.5244,0-1.0433-.5631-.898-1.118l.8325-4.0829,1.0097-4.9339c.2303-1.1251,1.1261-2.2523,2.2523-2.2523l-.0012.0004Z"/></svg>
Copied!