Tinder Icon
Free SVG icon from the Simple Icons 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/316347.svg" alt="Tinder icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316347.svg" alt="Tinder icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316347.svg" alt="Tinder icon" :width="24" :height="24" />
CSS background
.icon-tinder {
background-image: url('https://proicons.com/icon/316347.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Tinder</title><path d="M9.317 9.451c.045.073.123.12.212.12.06 0 .116-.021.158-.057l.015-.012c.39-.325.741-.66 1.071-1.017 3.209-3.483 1.335-7.759 1.32-7.799-.09-.21-.03-.459.15-.594.195-.135.435-.12.615.033 10.875 10.114 7.995 17.818 7.785 18.337-.87 3.141-4.335 5.414-8.444 5.53-.138.008-.242.008-.363.008-4.852 0-8.977-2.989-8.977-6.807v-.06c0-5.297 4.795-10.522 5.009-10.744.136-.149.345-.195.525-.105.18.076.297.255.291.451-.043 1.036.167 1.935.631 2.7v.015l.002.001z"/></svg>
Copied!