Gozayaan Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gozayaan 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/326726.svg" alt="Gozayaan icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326726.svg" alt="Gozayaan icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326726.svg" alt="Gozayaan icon" :width="24" :height="24" />
CSS background
.icon-gozayaan {
background-image: url('https://proicons.com/icon/326726.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="m15.4332,23.5373c-5.9921-3.6158-9.4192-8.755-9.9332-16.0996.4829.5107.7506.7697.9912,1.0519,4.0075,4.6997,9.0922,7.0722,15.2733,6.9903.6468-.0086,1.373-.2986,1.917-.6706,2.1039-1.4386,4.307-2.6254,6.8308-3.1228,3.408-.6717,6.8384.7729,8.8024,3.6368.4148.6049,1.0045,1.0868,1.4704,1.6605.6373.7846,1.2332,1.6027,1.7148,2.553-1.9037-.9012-3.8021-1.36-5.6795-.484-.9222.4303-1.9164,1.2308-2.3392,2.12-2.392,5.0306-5.9581,8.6951-11.4513,10.0956-1.8127.4622-3.7588.3861-5.6357.6219-.5272.0662-1.1167.2523-1.5215.5776-2.6393,2.1205-4.4674,4.8491-5.7395,8.0943-.6554-3.2816,1.5426-10.2868,5.3-17.025Z"/></svg>
Copied!