Grindr Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Grindr 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/326780.svg" alt="Grindr icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326780.svg" alt="Grindr icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326780.svg" alt="Grindr icon" :width="24" :height="24" />
CSS background
.icon-grindr {
background-image: url('https://proicons.com/icon/326780.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M26.2349,26.6278c0,1.3017,1.6946,4.5435,4.5434,4.5435s6.2626-2.5542,6.2626-5.4522c0-2.1612-2.0138-2.48-3.0453-2.48C33.5044,23.2387,26.2349,23.5334,26.2349,26.6278Z"/><path class="a" d="M24,43.5c-6.0907,0-13.2086-5.8961-13.5321-6.4591C6.1209,29.4767,5.63,7.3489,5.63,7.3489L8.5819,4.5A112.9162,112.9162,0,0,0,24,5.9736,112.9162,112.9162,0,0,0,39.4181,4.5L42.37,7.3489s-.4912,22.1278-4.8382,29.692C37.2086,37.6039,30.0907,43.5,24,43.5Z"/><path class="a" d="M21.7651,26.6278c0,1.3017-1.6946,4.5435-4.5434,4.5435s-6.2626-2.5542-6.2626-5.4522c0-2.1612,2.0138-2.48,3.0453-2.48C14.4956,23.2387,21.7651,23.5334,21.7651,26.6278Z"/></svg>
Copied!