vimeo icon
vimeo from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.
- Name
- vimeo
- Set
- Bootstrap Icons
- Style
- Outline
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" d="M15.992 4.204q-.106 2.334-3.262 6.393q-3.263 4.243-5.522 4.243q-1.4 0-2.367-2.583L3.55 7.523Q2.83 4.939 2.007 4.94q-.178.001-1.254.754L0 4.724a210 210 0 0 0 2.334-2.081q1.581-1.364 2.373-1.437q1.865-.185 2.298 2.553q.466 2.952.646 3.666q.54 2.447 1.186 2.445q.5 0 1.508-1.587q1.006-1.587 1.077-2.415q.144-1.37-1.077-1.37a3 3 0 0 0-1.185.261q1.183-3.86 4.508-3.756q2.466.075 2.324 3.2z"/></svg>
React
import type { SVGProps } from "react";
export function BiVimeo(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M15.992 4.204q-.106 2.334-3.262 6.393q-3.263 4.243-5.522 4.243q-1.4 0-2.367-2.583L3.55 7.523Q2.83 4.939 2.007 4.94q-.178.001-1.254.754L0 4.724a210 210 0 0 0 2.334-2.081q1.581-1.364 2.373-1.437q1.865-.185 2.298 2.553q.466 2.952.646 3.666q.54 2.447 1.186 2.445q.5 0 1.508-1.587q1.006-1.587 1.077-2.415q.144-1.37-1.077-1.37a3 3 0 0 0-1.185.261q1.183-3.86 4.508-3.756q2.466.075 2.324 3.2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M15.992 4.204q-.106 2.334-3.262 6.393q-3.263 4.243-5.522 4.243q-1.4 0-2.367-2.583L3.55 7.523Q2.83 4.939 2.007 4.94q-.178.001-1.254.754L0 4.724a210 210 0 0 0 2.334-2.081q1.581-1.364 2.373-1.437q1.865-.185 2.298 2.553q.466 2.952.646 3.666q.54 2.447 1.186 2.445q.5 0 1.508-1.587q1.006-1.587 1.077-2.415q.144-1.37-1.077-1.37a3 3 0 0 0-1.185.261q1.183-3.86 4.508-3.756q2.466.075 2.324 3.2z"/></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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.992%204.204q-.106%202.334-3.262%206.393q-3.263%204.243-5.522%204.243q-1.4%200-2.367-2.583L3.55%207.523Q2.83%204.939%202.007%204.94q-.178.001-1.254.754L0%204.724a210%20210%200%200%200%202.334-2.081q1.581-1.364%202.373-1.437q1.865-.185%202.298%202.553q.466%202.952.646%203.666q.54%202.447%201.186%202.445q.5%200%201.508-1.587q1.006-1.587%201.077-2.415q.144-1.37-1.077-1.37a3%203%200%200%200-1.185.261q1.183-3.86%204.508-3.756q2.466.075%202.324%203.2z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.992%204.204q-.106%202.334-3.262%206.393q-3.263%204.243-5.522%204.243q-1.4%200-2.367-2.583L3.55%207.523Q2.83%204.939%202.007%204.94q-.178.001-1.254.754L0%204.724a210%20210%200%200%200%202.334-2.081q1.581-1.364%202.373-1.437q1.865-.185%202.298%202.553q.466%202.952.646%203.666q.54%202.447%201.186%202.445q.5%200%201.508-1.587q1.006-1.587%201.077-2.415q.144-1.37-1.077-1.37a3%203%200%200%200-1.185.261q1.183-3.86%204.508-3.756q2.466.075%202.324%203.2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/vimeo.svg?color=%231a73e8&size=48