Qaraa Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Qaraa 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/331750.svg" alt="Qaraa icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331750.svg" alt="Qaraa icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331750.svg" alt="Qaraa icon" :width="24" :height="24" />
CSS background
.icon-qaraa {
background-image: url('https://proicons.com/icon/331750.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="M40.353,28.9159c-2.5497,9.516-11.9499,15.5047-21.6519,13.7939-9.7016-1.7109-16.4864-10.5531-15.6279-20.3669C3.9318,12.5288,12.1494,4.9989,22.0011,4.999"/><circle class="c" cx="30.6931" cy="26.327" r="10"/><circle class="c" cx="35" cy="8.498" r="2"/><circle class="c" cx="43" cy="13.044" r="2"/></svg>
Copied!