Kotak811 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kotak811 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/328040.svg" alt="Kotak811 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328040.svg" alt="Kotak811 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328040.svg" alt="Kotak811 icon" :width="24" :height="24" />
CSS background
.icon-kotak811 {
background-image: url('https://proicons.com/icon/328040.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><path class="c" d="m5.9751,13.0942c1.9253-2.2739,5.469-3.2553,8.3066-2.0265,3.4302,1.2805,5.3051,5.2657,3.9641,8.5329-.8744,2.4333-3.2957,3.8376-5.7969,4.4599,3.2873.4069,6.1417,3.1196,6.192,6.315.3615,3.71-3.1612,7.1566-7.0496,7.0888-3.9179.0997-7.4742-3.3389-7.058-7.0968,0-3.1755,2.7576-5.6767,5.881-6.3668-1.6773-.5346-3.4303-1.1968-4.4686-2.6408-1.9505-2.3457-1.8791-5.92.0294-8.2656Z"/><polygon class="c" points="28.0895 37.4642 22.1322 37.4642 28.0792 10.5337 34.0365 10.5337 28.0895 37.4642"/><polygon class="c" points="37.553 37.4642 31.5957 37.4642 37.5427 10.5337 43.5 10.5337 37.553 37.4642"/></svg>
Copied!