Grindrplus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Grindrplus 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/326781.svg" alt="Grindrplus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326781.svg" alt="Grindrplus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326781.svg" alt="Grindrplus icon" :width="24" :height="24" />
CSS background
.icon-grindrplus {
background-image: url('https://proicons.com/icon/326781.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="M24,43.5h1.2589c8.2408-1.158,12.7075-12.5421,13.0591-20.1728.1517-1.1305.3033-1.8232.4549-2.0783l.8272-6.7932c.1654-1.2339-.4618-1.9508-1.8818-2.1507-.0551-2.5367-1.0236-4.4668-2.9055-5.7903-3.3992-1.3317-7.2906-2.0032-10.8128-2.0148-3.5222.0115-7.4136.6831-10.8128,2.0148-1.8818,1.3235-2.8503,3.2536-2.9055,5.7903-1.42.1999-2.0473.9168-1.8818,2.1507l.8272,6.7932c.1517.255.3033.9478.4549,2.0783.3516,7.6307,4.8183,19.0148,13.0591,20.1728h1.2589"/><path class="c" d="M38.4225,22.6173c-2.7607,3.743-12.8327,2.4677-12.8327-3.8913-.5061-.9414-1.0622-1.422-1.5897-1.4418-.5276.0198-1.0836.5004-1.5897,1.4418,0,6.3589-10.072,7.6343-12.8327,3.8913"/><path class="c" d="M37.7182,12.305c-5.3353-1.0822-9.4746-.5583-12.1285,1.7371l-1.5897.0266-1.5897-.0266c-2.6539-2.2954-6.7932-2.8193-12.1285-1.7371"/><path class="c" d="M25.2589,43.5c.0207-1.1787.2572-3.4887.8935-6.3873.4136-1.8841,2.1877-3.0219.0681-3.0219h-4.4409c-2.1196,0-.3455,1.1378.0681,3.0219.6363,2.8986.8728,5.2085.8935,6.3873"/><path class="c" d="M30.1599,31.9919h-12.3198"/><path class="c" d="M26.3353,31.9919c-.4825-1.1179-.311-2.0026.5469-2.5424,2.908-1.8296,1.2721-4.3741-.8996-2.5099-.7289.6257-1.3192,1.0512-1.9827,1.0548-.6635-.0036-1.2537-.4291-1.9827-1.0548-2.1717-1.8641-3.8076.6803-.8996,2.5099.8579.5397,1.0295,1.4245.5469,2.5424"/></svg>
Copied!