social vimeo icon

social-vimeo-outline from IonIcons by Ben Sperry · Outline · MIT Free for personal and commercial use.

Name
social-vimeo-outline
Set
IonIcons
Style
Outline
Viewbox
512×512
License
MIT

1 other variant in IonIcons

Related icons in IonIcons

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.3-7.4-2.4-16.7-3.7-26.9-3.7-21.7 0-47.4 6-67.2 20.5-29.9 21.8-47.6 59.7-53.8 83.8 12.2-5.3 20.8-7.1 31.9-7.1 2.2 0 4.6.1 7.1.2 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-4.1 3.4-8 5-11.6 5-5.2 0-9.9-3.5-13.8-10.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-10-15.4-24-22.6-41.5-22.6-2.8 0-5.6.2-8.6.5-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.3c2.9-1.8 6.1-2.8 9.2-2.8 2.9 0 5.7.9 8 3 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 13.2 18.2 26.9 26.8 44.3 26.8 8 0 16.8-1.8 26.6-5.4 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 14-30.8 19.5-63.3 12.4-96.6zM450 203.9c-13.3 29.4-29.1 56.2-49.7 84.1l-.3.4c-26.4 35.7-51.3 69.5-83.1 98.5-17.8 16.3-37.5 32.4-60.6 40.7-8.3 3-15.2 4.4-21.2 4.4-8.2 0-18.4-2.4-31.4-20.2-13.4-18.4-20.2-39-25.5-58.4-12.4-45.1-24.6-89.2-37.9-133.6-3.9-13.2-10.2-25.8-15.9-36.4-3.2-5.9-8.4-12-15.9-18.6-5.2-4.5-11.6-6.9-18.6-6.9-5.9 0-12 1.8-17.5 5.1-4.5 2.7-10.5 6.7-15.9 10.3l-2.8-3.6c26.9-24.4 68.3-59.1 70.3-60.8C138.8 96.8 155.8 87 163.5 86c2.3-.3 4.5-.4 6.6-.4 12.4 0 21.3 4.9 28.1 15.3 9.5 14.7 12.8 33.9 15.7 50.9 1.6 9.7 3.2 19.6 4.7 29.1 4.8 31.1 9.8 63.3 19.6 94.6 3 9.7 7 21.2 13.6 32.5 8.8 15 19.9 18.1 27.6 18.1 7.4 0 14.7-2.9 21.7-8.6 4.6-3.7 8.7-7.8 12.3-12.2 21.9-26.8 39.3-56.3 50.2-85.3 4.5-12 4.9-23.3 4.6-33.8-.6-22.4-17.4-39.6-40-40.9-2.9-.2-5.5-.2-8-.2-2.2 0-4.3.1-6.3.2 8.8-18.1 21.7-36.3 37.7-47.9 15-10.9 36.6-17.5 57.8-17.5 8.3 0 16.1 1 21.9 2.9 17 5.5 26 15.8 29.9 34.4 6 27.9 2.2 57-11.2 86.7z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonSocialVimeoOutline(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.3-7.4-2.4-16.7-3.7-26.9-3.7-21.7 0-47.4 6-67.2 20.5-29.9 21.8-47.6 59.7-53.8 83.8 12.2-5.3 20.8-7.1 31.9-7.1 2.2 0 4.6.1 7.1.2 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-4.1 3.4-8 5-11.6 5-5.2 0-9.9-3.5-13.8-10.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-10-15.4-24-22.6-41.5-22.6-2.8 0-5.6.2-8.6.5-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.3c2.9-1.8 6.1-2.8 9.2-2.8 2.9 0 5.7.9 8 3 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 13.2 18.2 26.9 26.8 44.3 26.8 8 0 16.8-1.8 26.6-5.4 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 14-30.8 19.5-63.3 12.4-96.6zM450 203.9c-13.3 29.4-29.1 56.2-49.7 84.1l-.3.4c-26.4 35.7-51.3 69.5-83.1 98.5-17.8 16.3-37.5 32.4-60.6 40.7-8.3 3-15.2 4.4-21.2 4.4-8.2 0-18.4-2.4-31.4-20.2-13.4-18.4-20.2-39-25.5-58.4-12.4-45.1-24.6-89.2-37.9-133.6-3.9-13.2-10.2-25.8-15.9-36.4-3.2-5.9-8.4-12-15.9-18.6-5.2-4.5-11.6-6.9-18.6-6.9-5.9 0-12 1.8-17.5 5.1-4.5 2.7-10.5 6.7-15.9 10.3l-2.8-3.6c26.9-24.4 68.3-59.1 70.3-60.8C138.8 96.8 155.8 87 163.5 86c2.3-.3 4.5-.4 6.6-.4 12.4 0 21.3 4.9 28.1 15.3 9.5 14.7 12.8 33.9 15.7 50.9 1.6 9.7 3.2 19.6 4.7 29.1 4.8 31.1 9.8 63.3 19.6 94.6 3 9.7 7 21.2 13.6 32.5 8.8 15 19.9 18.1 27.6 18.1 7.4 0 14.7-2.9 21.7-8.6 4.6-3.7 8.7-7.8 12.3-12.2 21.9-26.8 39.3-56.3 50.2-85.3 4.5-12 4.9-23.3 4.6-33.8-.6-22.4-17.4-39.6-40-40.9-2.9-.2-5.5-.2-8-.2-2.2 0-4.3.1-6.3.2 8.8-18.1 21.7-36.3 37.7-47.9 15-10.9 36.6-17.5 57.8-17.5 8.3 0 16.1 1 21.9 2.9 17 5.5 26 15.8 29.9 34.4 6 27.9 2.2 57-11.2 86.7z" 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.3-7.4-2.4-16.7-3.7-26.9-3.7-21.7 0-47.4 6-67.2 20.5-29.9 21.8-47.6 59.7-53.8 83.8 12.2-5.3 20.8-7.1 31.9-7.1 2.2 0 4.6.1 7.1.2 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-4.1 3.4-8 5-11.6 5-5.2 0-9.9-3.5-13.8-10.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-10-15.4-24-22.6-41.5-22.6-2.8 0-5.6.2-8.6.5-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.3c2.9-1.8 6.1-2.8 9.2-2.8 2.9 0 5.7.9 8 3 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 13.2 18.2 26.9 26.8 44.3 26.8 8 0 16.8-1.8 26.6-5.4 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 14-30.8 19.5-63.3 12.4-96.6zM450 203.9c-13.3 29.4-29.1 56.2-49.7 84.1l-.3.4c-26.4 35.7-51.3 69.5-83.1 98.5-17.8 16.3-37.5 32.4-60.6 40.7-8.3 3-15.2 4.4-21.2 4.4-8.2 0-18.4-2.4-31.4-20.2-13.4-18.4-20.2-39-25.5-58.4-12.4-45.1-24.6-89.2-37.9-133.6-3.9-13.2-10.2-25.8-15.9-36.4-3.2-5.9-8.4-12-15.9-18.6-5.2-4.5-11.6-6.9-18.6-6.9-5.9 0-12 1.8-17.5 5.1-4.5 2.7-10.5 6.7-15.9 10.3l-2.8-3.6c26.9-24.4 68.3-59.1 70.3-60.8C138.8 96.8 155.8 87 163.5 86c2.3-.3 4.5-.4 6.6-.4 12.4 0 21.3 4.9 28.1 15.3 9.5 14.7 12.8 33.9 15.7 50.9 1.6 9.7 3.2 19.6 4.7 29.1 4.8 31.1 9.8 63.3 19.6 94.6 3 9.7 7 21.2 13.6 32.5 8.8 15 19.9 18.1 27.6 18.1 7.4 0 14.7-2.9 21.7-8.6 4.6-3.7 8.7-7.8 12.3-12.2 21.9-26.8 39.3-56.3 50.2-85.3 4.5-12 4.9-23.3 4.6-33.8-.6-22.4-17.4-39.6-40-40.9-2.9-.2-5.5-.2-8-.2-2.2 0-4.3.1-6.3.2 8.8-18.1 21.7-36.3 37.7-47.9 15-10.9 36.6-17.5 57.8-17.5 8.3 0 16.1 1 21.9 2.9 17 5.5 26 15.8 29.9 34.4 6 27.9 2.2 57-11.2 86.7z" fill="currentColor"/></svg>
</template>

CSS

.icon-social-vimeo-outline {
  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.3-7.4-2.4-16.7-3.7-26.9-3.7-21.7%200-47.4%206-67.2%2020.5-29.9%2021.8-47.6%2059.7-53.8%2083.8%2012.2-5.3%2020.8-7.1%2031.9-7.1%202.2%200%204.6.1%207.1.2%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-4.1%203.4-8%205-11.6%205-5.2%200-9.9-3.5-13.8-10.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-10-15.4-24-22.6-41.5-22.6-2.8%200-5.6.2-8.6.5-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.3c2.9-1.8%206.1-2.8%209.2-2.8%202.9%200%205.7.9%208%203%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%2013.2%2018.2%2026.9%2026.8%2044.3%2026.8%208%200%2016.8-1.8%2026.6-5.4%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%2014-30.8%2019.5-63.3%2012.4-96.6zM450%20203.9c-13.3%2029.4-29.1%2056.2-49.7%2084.1l-.3.4c-26.4%2035.7-51.3%2069.5-83.1%2098.5-17.8%2016.3-37.5%2032.4-60.6%2040.7-8.3%203-15.2%204.4-21.2%204.4-8.2%200-18.4-2.4-31.4-20.2-13.4-18.4-20.2-39-25.5-58.4-12.4-45.1-24.6-89.2-37.9-133.6-3.9-13.2-10.2-25.8-15.9-36.4-3.2-5.9-8.4-12-15.9-18.6-5.2-4.5-11.6-6.9-18.6-6.9-5.9%200-12%201.8-17.5%205.1-4.5%202.7-10.5%206.7-15.9%2010.3l-2.8-3.6c26.9-24.4%2068.3-59.1%2070.3-60.8C138.8%2096.8%20155.8%2087%20163.5%2086c2.3-.3%204.5-.4%206.6-.4%2012.4%200%2021.3%204.9%2028.1%2015.3%209.5%2014.7%2012.8%2033.9%2015.7%2050.9%201.6%209.7%203.2%2019.6%204.7%2029.1%204.8%2031.1%209.8%2063.3%2019.6%2094.6%203%209.7%207%2021.2%2013.6%2032.5%208.8%2015%2019.9%2018.1%2027.6%2018.1%207.4%200%2014.7-2.9%2021.7-8.6%204.6-3.7%208.7-7.8%2012.3-12.2%2021.9-26.8%2039.3-56.3%2050.2-85.3%204.5-12%204.9-23.3%204.6-33.8-.6-22.4-17.4-39.6-40-40.9-2.9-.2-5.5-.2-8-.2-2.2%200-4.3.1-6.3.2%208.8-18.1%2021.7-36.3%2037.7-47.9%2015-10.9%2036.6-17.5%2057.8-17.5%208.3%200%2016.1%201%2021.9%202.9%2017%205.5%2026%2015.8%2029.9%2034.4%206%2027.9%202.2%2057-11.2%2086.7z%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.3-7.4-2.4-16.7-3.7-26.9-3.7-21.7%200-47.4%206-67.2%2020.5-29.9%2021.8-47.6%2059.7-53.8%2083.8%2012.2-5.3%2020.8-7.1%2031.9-7.1%202.2%200%204.6.1%207.1.2%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-4.1%203.4-8%205-11.6%205-5.2%200-9.9-3.5-13.8-10.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-10-15.4-24-22.6-41.5-22.6-2.8%200-5.6.2-8.6.5-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.3c2.9-1.8%206.1-2.8%209.2-2.8%202.9%200%205.7.9%208%203%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%2013.2%2018.2%2026.9%2026.8%2044.3%2026.8%208%200%2016.8-1.8%2026.6-5.4%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%2014-30.8%2019.5-63.3%2012.4-96.6zM450%20203.9c-13.3%2029.4-29.1%2056.2-49.7%2084.1l-.3.4c-26.4%2035.7-51.3%2069.5-83.1%2098.5-17.8%2016.3-37.5%2032.4-60.6%2040.7-8.3%203-15.2%204.4-21.2%204.4-8.2%200-18.4-2.4-31.4-20.2-13.4-18.4-20.2-39-25.5-58.4-12.4-45.1-24.6-89.2-37.9-133.6-3.9-13.2-10.2-25.8-15.9-36.4-3.2-5.9-8.4-12-15.9-18.6-5.2-4.5-11.6-6.9-18.6-6.9-5.9%200-12%201.8-17.5%205.1-4.5%202.7-10.5%206.7-15.9%2010.3l-2.8-3.6c26.9-24.4%2068.3-59.1%2070.3-60.8C138.8%2096.8%20155.8%2087%20163.5%2086c2.3-.3%204.5-.4%206.6-.4%2012.4%200%2021.3%204.9%2028.1%2015.3%209.5%2014.7%2012.8%2033.9%2015.7%2050.9%201.6%209.7%203.2%2019.6%204.7%2029.1%204.8%2031.1%209.8%2063.3%2019.6%2094.6%203%209.7%207%2021.2%2013.6%2032.5%208.8%2015%2019.9%2018.1%2027.6%2018.1%207.4%200%2014.7-2.9%2021.7-8.6%204.6-3.7%208.7-7.8%2012.3-12.2%2021.9-26.8%2039.3-56.3%2050.2-85.3%204.5-12%204.9-23.3%204.6-33.8-.6-22.4-17.4-39.6-40-40.9-2.9-.2-5.5-.2-8-.2-2.2%200-4.3.1-6.3.2%208.8-18.1%2021.7-36.3%2037.7-47.9%2015-10.9%2036.6-17.5%2057.8-17.5%208.3%200%2016.1%201%2021.9%202.9%2017%205.5%2026%2015.8%2029.9%2034.4%206%2027.9%202.2%2057-11.2%2086.7z%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-outline.svg?color=%231a73e8&size=48