social vimeo icon
social-vimeo from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- social-vimeo
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
1 other variant in IonIcons
Related icons in IonIcons
social-android-outlinesocial-angular-outlinesocial-apple-outlinesocial-bitcoin-outlinesocial-buffer-outlinesocial-chrome-outlinesocial-codepen-outlinesocial-css3-outlinesocial-designernews-outlinesocial-dribbblesocial-dropbox-outlinesocial-euro-outlinesocial-facebooksocial-foursquare-outlinesocial-github-outlinesocial-googlesocial-googleplussocial-hackernews-outlinesocial-html5-outlinesocial-instagramsocial-javascript-outlinesocial-linkedin-outlinesocial-octocatsocial-pinterest-outline
Use the social vimeo icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M476.9 114c-5-23.4-17.5-38.8-40.6-46.3s-64.9-4.5-94.1 16.8c-29.9 21.8-47.6 59.7-53.8 83.8 14.7-6.3 24-7.7 39-6.9 15 .8 24.5 12 24.9 25.3.3 9.8-.2 18.7-3.6 27.7-10.8 28.7-27.7 56.5-47.6 80.8-2.9 3.6-6.4 6.9-10 9.9-10.2 8.3-18.8 6.1-25.4-5.2-5.4-9.3-9-18.9-12.2-29.1-12.4-39.7-16.8-80.9-23.8-121.6-3.3-19.5-7-39.8-18-56.9-11.6-17.8-28.6-24.6-50-22-14.7 1.8-36.9 17.5-47.8 26.4 0 0-56 46.9-81.8 71.4l21.2 27s17.9-12.5 27.5-18.3c5.7-3.4 12.4-4.1 17.2.2 4.5 3.9 9.6 9 12.3 14.1 5.7 10.7 11.2 21.9 14.7 33.4 13.2 44.3 25.5 88.7 37.8 133.3 6.3 22.8 13.9 44.2 28 63.6 19.3 26.6 39.6 32.7 70.9 21.5 25.4-9.1 46.6-26.2 66-43.9 33.1-30.2 59.1-65.4 85.5-101.2 20.4-27.7 37.3-55.7 51.4-87 13.9-31 19.4-63.5 12.3-96.8z" fill-rule="evenodd" clip-rule="evenodd" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonSocialVimeo(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M476.9 114c-5-23.4-17.5-38.8-40.6-46.3s-64.9-4.5-94.1 16.8c-29.9 21.8-47.6 59.7-53.8 83.8 14.7-6.3 24-7.7 39-6.9 15 .8 24.5 12 24.9 25.3.3 9.8-.2 18.7-3.6 27.7-10.8 28.7-27.7 56.5-47.6 80.8-2.9 3.6-6.4 6.9-10 9.9-10.2 8.3-18.8 6.1-25.4-5.2-5.4-9.3-9-18.9-12.2-29.1-12.4-39.7-16.8-80.9-23.8-121.6-3.3-19.5-7-39.8-18-56.9-11.6-17.8-28.6-24.6-50-22-14.7 1.8-36.9 17.5-47.8 26.4 0 0-56 46.9-81.8 71.4l21.2 27s17.9-12.5 27.5-18.3c5.7-3.4 12.4-4.1 17.2.2 4.5 3.9 9.6 9 12.3 14.1 5.7 10.7 11.2 21.9 14.7 33.4 13.2 44.3 25.5 88.7 37.8 133.3 6.3 22.8 13.9 44.2 28 63.6 19.3 26.6 39.6 32.7 70.9 21.5 25.4-9.1 46.6-26.2 66-43.9 33.1-30.2 59.1-65.4 85.5-101.2 20.4-27.7 37.3-55.7 51.4-87 13.9-31 19.4-63.5 12.3-96.8z" fillRule="evenodd" clipRule="evenodd" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M476.9 114c-5-23.4-17.5-38.8-40.6-46.3s-64.9-4.5-94.1 16.8c-29.9 21.8-47.6 59.7-53.8 83.8 14.7-6.3 24-7.7 39-6.9 15 .8 24.5 12 24.9 25.3.3 9.8-.2 18.7-3.6 27.7-10.8 28.7-27.7 56.5-47.6 80.8-2.9 3.6-6.4 6.9-10 9.9-10.2 8.3-18.8 6.1-25.4-5.2-5.4-9.3-9-18.9-12.2-29.1-12.4-39.7-16.8-80.9-23.8-121.6-3.3-19.5-7-39.8-18-56.9-11.6-17.8-28.6-24.6-50-22-14.7 1.8-36.9 17.5-47.8 26.4 0 0-56 46.9-81.8 71.4l21.2 27s17.9-12.5 27.5-18.3c5.7-3.4 12.4-4.1 17.2.2 4.5 3.9 9.6 9 12.3 14.1 5.7 10.7 11.2 21.9 14.7 33.4 13.2 44.3 25.5 88.7 37.8 133.3 6.3 22.8 13.9 44.2 28 63.6 19.3 26.6 39.6 32.7 70.9 21.5 25.4-9.1 46.6-26.2 66-43.9 33.1-30.2 59.1-65.4 85.5-101.2 20.4-27.7 37.3-55.7 51.4-87 13.9-31 19.4-63.5 12.3-96.8z" fill-rule="evenodd" clip-rule="evenodd" fill="currentColor"/></svg> </template>
CSS
.icon-social-vimeo {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20d%3D%22M476.9%20114c-5-23.4-17.5-38.8-40.6-46.3s-64.9-4.5-94.1%2016.8c-29.9%2021.8-47.6%2059.7-53.8%2083.8%2014.7-6.3%2024-7.7%2039-6.9%2015%20.8%2024.5%2012%2024.9%2025.3.3%209.8-.2%2018.7-3.6%2027.7-10.8%2028.7-27.7%2056.5-47.6%2080.8-2.9%203.6-6.4%206.9-10%209.9-10.2%208.3-18.8%206.1-25.4-5.2-5.4-9.3-9-18.9-12.2-29.1-12.4-39.7-16.8-80.9-23.8-121.6-3.3-19.5-7-39.8-18-56.9-11.6-17.8-28.6-24.6-50-22-14.7%201.8-36.9%2017.5-47.8%2026.4%200%200-56%2046.9-81.8%2071.4l21.2%2027s17.9-12.5%2027.5-18.3c5.7-3.4%2012.4-4.1%2017.2.2%204.5%203.9%209.6%209%2012.3%2014.1%205.7%2010.7%2011.2%2021.9%2014.7%2033.4%2013.2%2044.3%2025.5%2088.7%2037.8%20133.3%206.3%2022.8%2013.9%2044.2%2028%2063.6%2019.3%2026.6%2039.6%2032.7%2070.9%2021.5%2025.4-9.1%2046.6-26.2%2066-43.9%2033.1-30.2%2059.1-65.4%2085.5-101.2%2020.4-27.7%2037.3-55.7%2051.4-87%2013.9-31%2019.4-63.5%2012.3-96.8z%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20d%3D%22M476.9%20114c-5-23.4-17.5-38.8-40.6-46.3s-64.9-4.5-94.1%2016.8c-29.9%2021.8-47.6%2059.7-53.8%2083.8%2014.7-6.3%2024-7.7%2039-6.9%2015%20.8%2024.5%2012%2024.9%2025.3.3%209.8-.2%2018.7-3.6%2027.7-10.8%2028.7-27.7%2056.5-47.6%2080.8-2.9%203.6-6.4%206.9-10%209.9-10.2%208.3-18.8%206.1-25.4-5.2-5.4-9.3-9-18.9-12.2-29.1-12.4-39.7-16.8-80.9-23.8-121.6-3.3-19.5-7-39.8-18-56.9-11.6-17.8-28.6-24.6-50-22-14.7%201.8-36.9%2017.5-47.8%2026.4%200%200-56%2046.9-81.8%2071.4l21.2%2027s17.9-12.5%2027.5-18.3c5.7-3.4%2012.4-4.1%2017.2.2%204.5%203.9%209.6%209%2012.3%2014.1%205.7%2010.7%2011.2%2021.9%2014.7%2033.4%2013.2%2044.3%2025.5%2088.7%2037.8%20133.3%206.3%2022.8%2013.9%2044.2%2028%2063.6%2019.3%2026.6%2039.6%2032.7%2070.9%2021.5%2025.4-9.1%2046.6-26.2%2066-43.9%2033.1-30.2%2059.1-65.4%2085.5-101.2%2020.4-27.7%2037.3-55.7%2051.4-87%2013.9-31%2019.4-63.5%2012.3-96.8z%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/social-vimeo.svg?color=%231a73e8&size=48