Vimeo Icon
Free SVG icon from the Arcticons 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/334767.svg" alt="Vimeo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334767.svg" alt="Vimeo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334767.svg" alt="Vimeo icon" :width="24" :height="24" />
CSS background
.icon-vimeo {
background-image: url('https://proicons.com/icon/334767.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 viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg">
<defs>
<style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style>
</defs>
<path class="a" d="M43.4811,14.938q-.2608,5.6938-7.9539,15.591Q27.5736,40.8634,22.07,40.8649q-3.4112,0-5.7694-6.2946-1.5738-5.771-3.1474-11.5419-1.7509-6.2924-3.7577-6.2949A12.0684,12.0684,0,0,0,6.334,18.57L4.5,16.2071q2.887-2.5362,5.6909-5.0748,3.8507-3.3258,5.78-3.5018,4.5513-.4377,5.6034,6.2228Q22.711,21.04,23.151,22.79q1.3139,5.9629,2.89,5.9609,1.223,0,3.6776-3.8689,2.4483-3.8665,2.6251-5.8877.35-3.3376-2.6251-3.34a7.31,7.31,0,0,0-2.8871.6394Q29.7072,6.8783,37.815,7.1422,43.8263,7.3185,43.4811,14.938Z"/>
</svg>
Copied!