Grinsia Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Grinsia 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/326782.svg" alt="Grinsia icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326782.svg" alt="Grinsia icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326782.svg" alt="Grinsia icon" :width="24" :height="24" />
CSS background
.icon-grinsia {
background-image: url('https://proicons.com/icon/326782.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="m39.203,39.203l-13.722-11.627-1.481,17.924-1.481-17.925-13.722,11.628,11.627-13.722-17.924-1.481,17.925-1.481-11.628-13.722,13.722,11.627,1.481-17.924,1.481,17.925,13.722-11.628-11.627,13.722,17.924,1.481-17.925,1.481,11.628,13.722Zm-11.666-15.203c.0007,1.9534-1.5824,3.5375-3.5358,3.5382-1.9534.0007-3.5375-1.5824-3.5382-3.5358v-.0024c.0007-1.9534,1.5848-3.5365,3.5382-3.5358,1.9525.0007,3.5351,1.5833,3.5358,3.5358Z"/></svg>
Copied!