zoom workplace logo
zoom-workplace from Boxicons Brands by Boxicons · Logo · MIT Free for personal and commercial use.
- Name
- zoom-workplace
- Set
- Boxicons Brands
- Style
- Logo
- Viewbox
- 24×24
- License
- MIT
Use the zoom workplace logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.74 8.86a7.98 7.98 0 0 0-6.6-6.6C14.12 2.08 13.06 2 12 2s-2.12.08-3.14.26a7.98 7.98 0 0 0-6.6 6.6C2.08 9.88 2 10.94 2 12s.08 2.12.26 3.14a7.98 7.98 0 0 0 6.6 6.6c1.02.18 2.08.26 3.14.26s2.12-.08 3.14-.26a7.98 7.98 0 0 0 6.6-6.6c.18-1.02.26-2.08.26-3.14s-.08-2.12-.26-3.14m-3.8 9.38H7.86c-.66 0-1.3-.36-1.6-.94c-.36-.68-.22-1.5.32-2.04l7.02-7.02H8.56a2.5 2.5 0 0 1-2.5-2.5h9.28c.66 0 1.3.36 1.6.94c.36.68.22 1.5-.32 2.04l-7 7.04h5.82c1.38 0 2.5 1.1 2.5 2.48"/></svg>
React
import type { SVGProps } from "react";
export function BxlZoomWorkplace(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="M21.74 8.86a7.98 7.98 0 0 0-6.6-6.6C14.12 2.08 13.06 2 12 2s-2.12.08-3.14.26a7.98 7.98 0 0 0-6.6 6.6C2.08 9.88 2 10.94 2 12s.08 2.12.26 3.14a7.98 7.98 0 0 0 6.6 6.6c1.02.18 2.08.26 3.14.26s2.12-.08 3.14-.26a7.98 7.98 0 0 0 6.6-6.6c.18-1.02.26-2.08.26-3.14s-.08-2.12-.26-3.14m-3.8 9.38H7.86c-.66 0-1.3-.36-1.6-.94c-.36-.68-.22-1.5.32-2.04l7.02-7.02H8.56a2.5 2.5 0 0 1-2.5-2.5h9.28c.66 0 1.3.36 1.6.94c.36.68.22 1.5-.32 2.04l-7 7.04h5.82c1.38 0 2.5 1.1 2.5 2.48"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.74 8.86a7.98 7.98 0 0 0-6.6-6.6C14.12 2.08 13.06 2 12 2s-2.12.08-3.14.26a7.98 7.98 0 0 0-6.6 6.6C2.08 9.88 2 10.94 2 12s.08 2.12.26 3.14a7.98 7.98 0 0 0 6.6 6.6c1.02.18 2.08.26 3.14.26s2.12-.08 3.14-.26a7.98 7.98 0 0 0 6.6-6.6c.18-1.02.26-2.08.26-3.14s-.08-2.12-.26-3.14m-3.8 9.38H7.86c-.66 0-1.3-.36-1.6-.94c-.36-.68-.22-1.5.32-2.04l7.02-7.02H8.56a2.5 2.5 0 0 1-2.5-2.5h9.28c.66 0 1.3.36 1.6.94c.36.68.22 1.5-.32 2.04l-7 7.04h5.82c1.38 0 2.5 1.1 2.5 2.48"/></svg> </template>
CSS
.icon-zoom-workplace {
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%22M21.74%208.86a7.98%207.98%200%200%200-6.6-6.6C14.12%202.08%2013.06%202%2012%202s-2.12.08-3.14.26a7.98%207.98%200%200%200-6.6%206.6C2.08%209.88%202%2010.94%202%2012s.08%202.12.26%203.14a7.98%207.98%200%200%200%206.6%206.6c1.02.18%202.08.26%203.14.26s2.12-.08%203.14-.26a7.98%207.98%200%200%200%206.6-6.6c.18-1.02.26-2.08.26-3.14s-.08-2.12-.26-3.14m-3.8%209.38H7.86c-.66%200-1.3-.36-1.6-.94c-.36-.68-.22-1.5.32-2.04l7.02-7.02H8.56a2.5%202.5%200%200%201-2.5-2.5h9.28c.66%200%201.3.36%201.6.94c.36.68.22%201.5-.32%202.04l-7%207.04h5.82c1.38%200%202.5%201.1%202.5%202.48%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%22M21.74%208.86a7.98%207.98%200%200%200-6.6-6.6C14.12%202.08%2013.06%202%2012%202s-2.12.08-3.14.26a7.98%207.98%200%200%200-6.6%206.6C2.08%209.88%202%2010.94%202%2012s.08%202.12.26%203.14a7.98%207.98%200%200%200%206.6%206.6c1.02.18%202.08.26%203.14.26s2.12-.08%203.14-.26a7.98%207.98%200%200%200%206.6-6.6c.18-1.02.26-2.08.26-3.14s-.08-2.12-.26-3.14m-3.8%209.38H7.86c-.66%200-1.3-.36-1.6-.94c-.36-.68-.22-1.5.32-2.04l7.02-7.02H8.56a2.5%202.5%200%200%201-2.5-2.5h9.28c.66%200%201.3.36%201.6.94c.36.68.22%201.5-.32%202.04l-7%207.04h5.82c1.38%200%202.5%201.1%202.5%202.48%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bxl/zoom-workplace.svg?color=%231a73e8&size=48