Kvaesitso Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kvaesitso 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/328120.svg" alt="Kvaesitso icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328120.svg" alt="Kvaesitso icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328120.svg" alt="Kvaesitso icon" :width="24" :height="24" />
CSS background
.icon-kvaesitso {
background-image: url('https://proicons.com/icon/328120.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="b" x="28.9833" y="20.8623" width="5.638" height="5.638"/><rect class="b" x="21.0467" y="20.8623" width="5.638" height="5.638"/><rect class="b" x="13.1101" y="20.8623" width="5.638" height="5.638"/><path class="b" d="m8.6355,15.7588l13.4601-6.7148c1.151-.5742,2.5031-.5826,3.6611-.0227l13.6077,6.5786"/><path class="b" d="m9.9259,19.7781v7.8065c0,.9581.7767,1.7348,1.7348,1.7348h24.2868c.9581,0,1.7348-.7767,1.7348-1.7348v-7.8065c0-.9581-.7767-1.7348-1.7348-1.7348H11.6606c-.9581,0-1.7348.7767-1.7348,1.7348Z"/><path class="b" d="m35.498,42.1659v-7.8631c0-1.1046-.8954-2-2-2H14.1101c-1.1046,0-2,.8954-2,2v7.6108"/><circle class="b" cx="24" cy="24" r="21.5"/></svg>
Copied!