vimeo from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.

Name
vimeo
Set
Prime Icons
Style
Regular
Viewbox
24×24
License
MIT

The same icon in other sets

Use the vimeo icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.4 4H5.6A1.6 1.6 0 0 0 4 5.6v12.8A1.6 1.6 0 0 0 5.6 20h12.8a1.6 1.6 0 0 0 1.6-1.6V5.6A1.6 1.6 0 0 0 18.4 4m-.94 5.31q-.08 1.69-2.35 4.63c-1.57 2-2.91 3.06-4 3.06c-.68 0-1.24-.62-1.71-1.87c-.91-3.33-1.3-5.28-2-5.28a3.5 3.5 0 0 0-.91.54l-.54-.7c1.33-1.17 2.6-2.47 3.4-2.54S10.76 7.68 11 9c.74 4.69 1.07 5.4 2.41 3.27a4.6 4.6 0 0 0 .78-1.74c.13-1.19-.92-1.11-1.64-.8q.83-2.8 3.23-2.73q1.78.06 1.68 2.31"/></svg>

React

import type { SVGProps } from "react";

export function PrimeVimeo(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.4 4H5.6A1.6 1.6 0 0 0 4 5.6v12.8A1.6 1.6 0 0 0 5.6 20h12.8a1.6 1.6 0 0 0 1.6-1.6V5.6A1.6 1.6 0 0 0 18.4 4m-.94 5.31q-.08 1.69-2.35 4.63c-1.57 2-2.91 3.06-4 3.06c-.68 0-1.24-.62-1.71-1.87c-.91-3.33-1.3-5.28-2-5.28a3.5 3.5 0 0 0-.91.54l-.54-.7c1.33-1.17 2.6-2.47 3.4-2.54S10.76 7.68 11 9c.74 4.69 1.07 5.4 2.41 3.27a4.6 4.6 0 0 0 .78-1.74c.13-1.19-.92-1.11-1.64-.8q.83-2.8 3.23-2.73q1.78.06 1.68 2.31"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.4 4H5.6A1.6 1.6 0 0 0 4 5.6v12.8A1.6 1.6 0 0 0 5.6 20h12.8a1.6 1.6 0 0 0 1.6-1.6V5.6A1.6 1.6 0 0 0 18.4 4m-.94 5.31q-.08 1.69-2.35 4.63c-1.57 2-2.91 3.06-4 3.06c-.68 0-1.24-.62-1.71-1.87c-.91-3.33-1.3-5.28-2-5.28a3.5 3.5 0 0 0-.91.54l-.54-.7c1.33-1.17 2.6-2.47 3.4-2.54S10.76 7.68 11 9c.74 4.69 1.07 5.4 2.41 3.27a4.6 4.6 0 0 0 .78-1.74c.13-1.19-.92-1.11-1.64-.8q.83-2.8 3.23-2.73q1.78.06 1.68 2.31"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.4%204H5.6A1.6%201.6%200%200%200%204%205.6v12.8A1.6%201.6%200%200%200%205.6%2020h12.8a1.6%201.6%200%200%200%201.6-1.6V5.6A1.6%201.6%200%200%200%2018.4%204m-.94%205.31q-.08%201.69-2.35%204.63c-1.57%202-2.91%203.06-4%203.06c-.68%200-1.24-.62-1.71-1.87c-.91-3.33-1.3-5.28-2-5.28a3.5%203.5%200%200%200-.91.54l-.54-.7c1.33-1.17%202.6-2.47%203.4-2.54S10.76%207.68%2011%209c.74%204.69%201.07%205.4%202.41%203.27a4.6%204.6%200%200%200%20.78-1.74c.13-1.19-.92-1.11-1.64-.8q.83-2.8%203.23-2.73q1.78.06%201.68%202.31%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.4%204H5.6A1.6%201.6%200%200%200%204%205.6v12.8A1.6%201.6%200%200%200%205.6%2020h12.8a1.6%201.6%200%200%200%201.6-1.6V5.6A1.6%201.6%200%200%200%2018.4%204m-.94%205.31q-.08%201.69-2.35%204.63c-1.57%202-2.91%203.06-4%203.06c-.68%200-1.24-.62-1.71-1.87c-.91-3.33-1.3-5.28-2-5.28a3.5%203.5%200%200%200-.91.54l-.54-.7c1.33-1.17%202.6-2.47%203.4-2.54S10.76%207.68%2011%209c.74%204.69%201.07%205.4%202.41%203.27a4.6%204.6%200%200%200%20.78-1.74c.13-1.19-.92-1.11-1.64-.8q.83-2.8%203.23-2.73q1.78.06%201.68%202.31%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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