Sortwell Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sortwell 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/347655.svg" alt="Sortwell icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347655.svg" alt="Sortwell icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347655.svg" alt="Sortwell icon" :width="24" :height="24" />
CSS background
.icon-sortwell {
background-image: url('https://proicons.com/icon/347655.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M28.7469,16.1966h3.9l-2.2493,5.9136c.0534.0534.8526.0127,1.5657-.1096,4.2957-.7366,6.71-3.9779,4.5625-6.1254-1.7531-1.7531-5.8082-1.8388-9.1804-.195-.7367.3591-1.5463.7525-1.5463.7525l-.9678-3.659c5.0657-2.1832,15.783-2.6037,16.289,4.3061.1473,2.0137-.3954,3.2899-1.9117,4.7967-1.9275,1.8364-3.3729,2.0523-5.6998,2.6758,2.1716,2.554,2.6203,6.6577,6.6182,8.6513,1.2756.5239,2.1877.3778,3.373.3778,0,.7552-.391,1.4074-1.1701,2.1104-2.8224,1.8514-5.5749.7503-7.3941-1.099-2.8344-2.8235-3.0685-6.8992-5.6543-9.547l-2.8588,7.5158h-3.9l6.2242-16.365Z"/><path class="c" d="M4.4999,21.2106l2.4623,3.5h15.86l1.3313-3.5H4.4999Z"/><path class="c" d="M14.5159,30.7106h6.0332l1.3313-3.5h-9.8268l2.4623,3.5Z"/></svg>
Copied!