Tinder Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tinder 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/334014.svg" alt="Tinder icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334014.svg" alt="Tinder icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334014.svg" alt="Tinder icon" :width="24" :height="24" />
CSS background
.icon-tinder {
background-image: url('https://proicons.com/icon/334014.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M25.79,4.5C34.16,8.4,40.4,18.38,40.4,27.1a16.4,16.4,0,0,1-32.8,0c0-.43,0-.85.05-1.28.57-11.15,8.26-14.57,8.26-14.57s.76,4,2.57,6.27c0,0,8-5.42,7.31-13Z"/><path class="cls-1" d="M18.48,17.52a13.44,13.44,0,0,0,4.94,4.25"/></svg>
Copied!