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

Name
vimeo-v
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 v logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M543.8 217.6c-2 43.6-32.4 103.3-91.4 179.1c-60.9 79.2-112.4 118.8-154.6 118.8q-39.15 0-66.3-72.3c-35.2-129.2-50.2-204.9-79.3-204.9c-3.4 0-15.1 7.1-35.2 21.1l-21-27.2c51.6-45.3 100.9-95.7 131.8-98.5c34.9-3.4 56.3 20.5 64.4 71.5c28.7 181.5 41.4 208.9 93.6 126.7c18.7-29.6 28.8-52.1 30.2-67.6c4.8-45.9-35.8-42.8-63.3-31c22-72.1 64.1-107.1 126.2-105.1c45.8 1.2 67.5 31.1 64.9 89.4"/></svg>

React

import type { SVGProps } from "react";

export function Fa7BrandsVimeoV(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="M543.8 217.6c-2 43.6-32.4 103.3-91.4 179.1c-60.9 79.2-112.4 118.8-154.6 118.8q-39.15 0-66.3-72.3c-35.2-129.2-50.2-204.9-79.3-204.9c-3.4 0-15.1 7.1-35.2 21.1l-21-27.2c51.6-45.3 100.9-95.7 131.8-98.5c34.9-3.4 56.3 20.5 64.4 71.5c28.7 181.5 41.4 208.9 93.6 126.7c18.7-29.6 28.8-52.1 30.2-67.6c4.8-45.9-35.8-42.8-63.3-31c22-72.1 64.1-107.1 126.2-105.1c45.8 1.2 67.5 31.1 64.9 89.4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M543.8 217.6c-2 43.6-32.4 103.3-91.4 179.1c-60.9 79.2-112.4 118.8-154.6 118.8q-39.15 0-66.3-72.3c-35.2-129.2-50.2-204.9-79.3-204.9c-3.4 0-15.1 7.1-35.2 21.1l-21-27.2c51.6-45.3 100.9-95.7 131.8-98.5c34.9-3.4 56.3 20.5 64.4 71.5c28.7 181.5 41.4 208.9 93.6 126.7c18.7-29.6 28.8-52.1 30.2-67.6c4.8-45.9-35.8-42.8-63.3-31c22-72.1 64.1-107.1 126.2-105.1c45.8 1.2 67.5 31.1 64.9 89.4"/></svg>
</template>

CSS

.icon-vimeo-v {
  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%22M543.8%20217.6c-2%2043.6-32.4%20103.3-91.4%20179.1c-60.9%2079.2-112.4%20118.8-154.6%20118.8q-39.15%200-66.3-72.3c-35.2-129.2-50.2-204.9-79.3-204.9c-3.4%200-15.1%207.1-35.2%2021.1l-21-27.2c51.6-45.3%20100.9-95.7%20131.8-98.5c34.9-3.4%2056.3%2020.5%2064.4%2071.5c28.7%20181.5%2041.4%20208.9%2093.6%20126.7c18.7-29.6%2028.8-52.1%2030.2-67.6c4.8-45.9-35.8-42.8-63.3-31c22-72.1%2064.1-107.1%20126.2-105.1c45.8%201.2%2067.5%2031.1%2064.9%2089.4%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%22M543.8%20217.6c-2%2043.6-32.4%20103.3-91.4%20179.1c-60.9%2079.2-112.4%20118.8-154.6%20118.8q-39.15%200-66.3-72.3c-35.2-129.2-50.2-204.9-79.3-204.9c-3.4%200-15.1%207.1-35.2%2021.1l-21-27.2c51.6-45.3%20100.9-95.7%20131.8-98.5c34.9-3.4%2056.3%2020.5%2064.4%2071.5c28.7%20181.5%2041.4%20208.9%2093.6%20126.7c18.7-29.6%2028.8-52.1%2030.2-67.6c4.8-45.9-35.8-42.8-63.3-31c22-72.1%2064.1-107.1%20126.2-105.1c45.8%201.2%2067.5%2031.1%2064.9%2089.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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