Vimeo Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Vimeo 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/306876.svg" alt="Vimeo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306876.svg" alt="Vimeo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306876.svg" alt="Vimeo icon" :width="24" :height="24" />
CSS background
.icon-vimeo {
background-image: url('https://proicons.com/icon/306876.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="M63 326l35 46s73-57 98-29c24 29 117 378 149 442 27 57 102 132 184 78 82-53 355-286 404-562 49-275-329-217-369 22 100-60 154 25 103 120-51 96-98 158-122 158-25 0-44-64-72-175-28-116-28-324-148-300C211 148 63 326 63 326z"/></svg>
Copied!