Sweech Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sweech 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/333531.svg" alt="Sweech icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333531.svg" alt="Sweech icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333531.svg" alt="Sweech icon" :width="24" :height="24" />
CSS background
.icon-sweech {
background-image: url('https://proicons.com/icon/333531.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M36.2763,24,30.43,18.1517,42.5,6.0774H11.3233l-5.0888,5.09V18.51L11.7229,24"/><path class="a" d="M30.43,18.1519l-6.1462-6.1482"/><path class="a" d="M11.7237,24,17.57,29.8483,5.5,41.9226H36.6767l5.0888-5.09V29.4905L36.2771,24"/><path class="a" d="M17.57,29.8481l6.1462,6.1482"/></svg>
Copied!