vimeo from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.

Name
vimeo
Set
Font Awesome Brands
Style
Brand
Viewbox
640×640
License
CC BY 4.0

The same logo in other sets

Related icons in Font Awesome Brands

Use the vimeo logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M499.2 96H140.8C116.1 96 96 116.1 96 140.8v358.4c0 24.7 20.1 44.8 44.8 44.8h358.4c24.7 0 44.8-20.1 44.8-44.8V140.8c0-24.7-20.1-44.8-44.8-44.8M473 244.8c-1.4 31.5-23.4 74.7-66 129.4c-44 57.2-81.3 85.8-111.7 85.8c-18.9 0-34.8-17.4-47.9-52.3c-25.5-93.3-36.4-148-57.4-148c-2.4 0-10.9 5.1-25.4 15.2l-15.2-19.6c37.3-32.8 72.9-69.2 95.2-71.2c25.2-2.4 40.7 14.8 46.5 51.7c20.7 131.2 29.9 151 67.6 91.6c13.5-21.4 20.8-37.7 21.8-48.9c3.5-33.2-25.9-30.9-45.8-22.4c15.9-52.1 46.3-77.4 91.2-76c33.3.9 49 22.5 47.1 64.7"/></svg>

React

import type { SVGProps } from "react";

export function Fa7BrandsVimeo(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M499.2 96H140.8C116.1 96 96 116.1 96 140.8v358.4c0 24.7 20.1 44.8 44.8 44.8h358.4c24.7 0 44.8-20.1 44.8-44.8V140.8c0-24.7-20.1-44.8-44.8-44.8M473 244.8c-1.4 31.5-23.4 74.7-66 129.4c-44 57.2-81.3 85.8-111.7 85.8c-18.9 0-34.8-17.4-47.9-52.3c-25.5-93.3-36.4-148-57.4-148c-2.4 0-10.9 5.1-25.4 15.2l-15.2-19.6c37.3-32.8 72.9-69.2 95.2-71.2c25.2-2.4 40.7 14.8 46.5 51.7c20.7 131.2 29.9 151 67.6 91.6c13.5-21.4 20.8-37.7 21.8-48.9c3.5-33.2-25.9-30.9-45.8-22.4c15.9-52.1 46.3-77.4 91.2-76c33.3.9 49 22.5 47.1 64.7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M499.2 96H140.8C116.1 96 96 116.1 96 140.8v358.4c0 24.7 20.1 44.8 44.8 44.8h358.4c24.7 0 44.8-20.1 44.8-44.8V140.8c0-24.7-20.1-44.8-44.8-44.8M473 244.8c-1.4 31.5-23.4 74.7-66 129.4c-44 57.2-81.3 85.8-111.7 85.8c-18.9 0-34.8-17.4-47.9-52.3c-25.5-93.3-36.4-148-57.4-148c-2.4 0-10.9 5.1-25.4 15.2l-15.2-19.6c37.3-32.8 72.9-69.2 95.2-71.2c25.2-2.4 40.7 14.8 46.5 51.7c20.7 131.2 29.9 151 67.6 91.6c13.5-21.4 20.8-37.7 21.8-48.9c3.5-33.2-25.9-30.9-45.8-22.4c15.9-52.1 46.3-77.4 91.2-76c33.3.9 49 22.5 47.1 64.7"/></svg>
</template>

CSS

.icon-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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M499.2%2096H140.8C116.1%2096%2096%20116.1%2096%20140.8v358.4c0%2024.7%2020.1%2044.8%2044.8%2044.8h358.4c24.7%200%2044.8-20.1%2044.8-44.8V140.8c0-24.7-20.1-44.8-44.8-44.8M473%20244.8c-1.4%2031.5-23.4%2074.7-66%20129.4c-44%2057.2-81.3%2085.8-111.7%2085.8c-18.9%200-34.8-17.4-47.9-52.3c-25.5-93.3-36.4-148-57.4-148c-2.4%200-10.9%205.1-25.4%2015.2l-15.2-19.6c37.3-32.8%2072.9-69.2%2095.2-71.2c25.2-2.4%2040.7%2014.8%2046.5%2051.7c20.7%20131.2%2029.9%20151%2067.6%2091.6c13.5-21.4%2020.8-37.7%2021.8-48.9c3.5-33.2-25.9-30.9-45.8-22.4c15.9-52.1%2046.3-77.4%2091.2-76c33.3.9%2049%2022.5%2047.1%2064.7%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M499.2%2096H140.8C116.1%2096%2096%20116.1%2096%20140.8v358.4c0%2024.7%2020.1%2044.8%2044.8%2044.8h358.4c24.7%200%2044.8-20.1%2044.8-44.8V140.8c0-24.7-20.1-44.8-44.8-44.8M473%20244.8c-1.4%2031.5-23.4%2074.7-66%20129.4c-44%2057.2-81.3%2085.8-111.7%2085.8c-18.9%200-34.8-17.4-47.9-52.3c-25.5-93.3-36.4-148-57.4-148c-2.4%200-10.9%205.1-25.4%2015.2l-15.2-19.6c37.3-32.8%2072.9-69.2%2095.2-71.2c25.2-2.4%2040.7%2014.8%2046.5%2051.7c20.7%20131.2%2029.9%20151%2067.6%2091.6c13.5-21.4%2020.8-37.7%2021.8-48.9c3.5-33.2-25.9-30.9-45.8-22.4c15.9-52.1%2046.3-77.4%2091.2-76c33.3.9%2049%2022.5%2047.1%2064.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-brands/vimeo.svg?color=%231a73e8&size=48