Tinder Icon
Free SVG icon from the IcoFont 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/306680.svg" alt="Tinder icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306680.svg" alt="Tinder icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306680.svg" alt="Tinder icon" :width="24" :height="24" />
CSS background
.icon-tinder {
background-image: url('https://proicons.com/icon/306680.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M349 296c4 22 6 42 10 62 6 25 18 46 33 67 5 6 9 6 15 2 69-51 120-114 135-202 9-51 4-101-12-150-1-4-2-7-4-13 3 2 4 2 5 3 99 93 186 195 245 318 41 86 65 176 59 272-7 119-64 204-175 249-129 51-256 46-376-27-58-36-100-85-115-154-11-51-3-101 12-150 26-85 72-158 126-227 14-17 28-33 42-50z"/></svg>
Copied!