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

Name
vimeo
Set
Font Awesome 6 Brands
Style
Regular
Viewbox
448×512
License
CC BY 4.0

The same logo in other sets

Related icons in Font Awesome 6 Brands

Use the vimeo logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M403.2 32H44.8C20.1 32 0 52.1 0 76.8v358.4C0 459.9 20.1 480 44.8 480h358.4c24.7 0 44.8-20.1 44.8-44.8V76.8c0-24.7-20.1-44.8-44.8-44.8M377 180.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 Fa6BrandsVimeo(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M403.2 32H44.8C20.1 32 0 52.1 0 76.8v358.4C0 459.9 20.1 480 44.8 480h358.4c24.7 0 44.8-20.1 44.8-44.8V76.8c0-24.7-20.1-44.8-44.8-44.8M377 180.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 448 512"><path fill="currentColor" d="M403.2 32H44.8C20.1 32 0 52.1 0 76.8v358.4C0 459.9 20.1 480 44.8 480h358.4c24.7 0 44.8-20.1 44.8-44.8V76.8c0-24.7-20.1-44.8-44.8-44.8M377 180.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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M403.2%2032H44.8C20.1%2032%200%2052.1%200%2076.8v358.4C0%20459.9%2020.1%20480%2044.8%20480h358.4c24.7%200%2044.8-20.1%2044.8-44.8V76.8c0-24.7-20.1-44.8-44.8-44.8M377%20180.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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M403.2%2032H44.8C20.1%2032%200%2052.1%200%2076.8v358.4C0%20459.9%2020.1%20480%2044.8%20480h358.4c24.7%200%2044.8-20.1%2044.8-44.8V76.8c0-24.7-20.1-44.8-44.8-44.8M377%20180.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/fa6-brands/vimeo.svg?color=%231a73e8&size=48