Sajda Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sajda 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/346898.svg" alt="Sajda icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346898.svg" alt="Sajda icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346898.svg" alt="Sajda icon" :width="24" :height="24" />
CSS background
.icon-sajda {
background-image: url('https://proicons.com/icon/346898.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><circle class="c" cx="24" cy="24" r="21.5"/><path class="c" d="m33.6155,9.8662c1.8679,2.7401,2.9626,6.0494,2.9626,9.6158,0,9.4419-7.6543,17.0961-17.0962,17.0961-3.5663,0-6.8756-1.0946-9.6157-2.9625,3.0773,4.5145,8.2581,7.4805,14.1338,7.4805,9.4419,0,17.0962-7.6542,17.0962-17.0961,0-5.8757-2.9662-11.0565-7.4807-14.1338Z"/></svg>
Copied!