Gvasalut Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gvasalut 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/326836.svg" alt="Gvasalut icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326836.svg" alt="Gvasalut icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326836.svg" alt="Gvasalut icon" :width="24" :height="24" />
CSS background
.icon-gvasalut {
background-image: url('https://proicons.com/icon/326836.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="d" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.j{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle id="e" class="j" cx="24" cy="24" r="21.5"/><path id="f" class="j" d="M21.617,12.7909c4.1602,0,8.1073,1.8406,10.7815,5.0275"/><path id="g" class="j" d="M21.6143,8.17c5.547,0,10.8098,2.4541,14.3753,6.7033"/><path id="h" class="j" d="M25.6808,21.8609c-.6522-.9803-1.5831-1.7068-2.8021-1.8895-1.5037-.2254-3.4643.3848-4.3287,1.6357-.8313,1.203-.8252,2.3992-.0224,3.6215,1.3274,2.021,5.2896,2.0522,6.8563,3.8939.8685,1.0209,1.1104,2.3554.8204,3.664-.2505,1.1303-1.1745,2.1502-2.2,2.6876-1.3233.6934-3.0328.7782-4.3866.1465-1.283-.5988-2.2553-2.2975-2.5386-3.2504"/></svg>
Copied!