Scb Easy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Scb Easy 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/347018.svg" alt="Scb Easy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347018.svg" alt="Scb Easy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347018.svg" alt="Scb Easy icon" :width="24" :height="24" />
CSS background
.icon-scb-easy {
background-image: url('https://proicons.com/icon/347018.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><path class="b" d="m23.9014,11.1146c-20.1399,13.2255-13.7527,32.1971-1.276,24.4315l-.0002,6.9539h-7.5955c-7.8008-3.502-8.5955-2.1729-9.6657-6.7764,1.4837-5.9621,2.7245-11.3634,4.4753-17.942,5.4783-5.313,9.6742-8.6493,14.1608-12.2816,4.4866,3.6323,8.6825,6.9686,14.1608,12.2816,1.7508,6.5786,2.9916,11.9799,4.4753,17.942-1.0702,4.6036-1.865,3.2744-9.6657,6.7764h-7.5955l-.0002-6.9539c12.4766,7.7656,18.8639-11.2061-1.3747-24.4315-20.2385,13.2255-13.8513,32.1971-1.3747,24.4315l-.0002,6.9539h-7.5955c-7.8008-3.502-8.5955-2.1729-9.6657-6.7764,1.4837-5.9621,2.7245-11.3634,4.4753-17.942,5.4783-5.313,9.6742-8.6493,14.0622-12.2816"/></svg>
Copied!