Vinkvink Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vinkvink 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/334770.svg" alt="Vinkvink icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334770.svg" alt="Vinkvink icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334770.svg" alt="Vinkvink icon" :width="24" :height="24" />
CSS background
.icon-vinkvink {
background-image: url('https://proicons.com/icon/334770.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="M8.6105,23.4868c-.7525-.4653-.8256-1.53-.1529-2.1046,3.9004-3.3317,9.9452-7.3539,11.6723-6.9338,1.9418.4723,9.5514,8.4493,9.5514,8.4493,1.1546-9.2365,7.6621-17.2659,7.6621-17.2659,5.3005,1.8368,6.5075,8.2918,6.455,9.4989s-4.3034,15.5341-4.4083,19.7325c-.0727,2.9088-7.2422,7.5571-9.6038,7.5046-2.2909-.0509-5.4213-9.139-21.1756-18.881Z"/><polyline class="c" points="8.6931 26.1355 11.3657 41.2259 23.0687 38.9566"/><polyline class="c" points="32.3052 10.1975 6.7999 15.4455 7.4785 19.2772"/></svg>
Copied!