mask icon
mask from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- mask
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- bx-mask
The same icon in other sets
Use the mask icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 6H5C3.346 6 2 7.346 2 9v5c0 2.206 1.794 4 4 4h1.637c1.166 0 2.28-.557 2.981-1.491c.66-.879 2.104-.88 2.764.001A3.74 3.74 0 0 0 16.363 18H18c2.206 0 4-1.794 4-4V9c0-1.654-1.346-3-3-3m1 8c0 1.103-.897 2-2 2h-1.637c-.54 0-1.057-.259-1.382-.69c-.71-.948-1.797-1.492-2.981-1.492s-2.271.544-2.981 1.491A1.74 1.74 0 0 1 7.637 16H6c-1.103 0-2-.897-2-2V9c0-.551.448-1 1-1h14c.552 0 1 .449 1 1z"/><ellipse cx="7.5" cy="11.5" fill="currentColor" rx="2.5" ry="1.5"/><ellipse cx="16.5" cy="11.5" fill="currentColor" rx="2.5" ry="1.5"/></svg>
React
import type { SVGProps } from "react";
export function BxMask(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="M19 6H5C3.346 6 2 7.346 2 9v5c0 2.206 1.794 4 4 4h1.637c1.166 0 2.28-.557 2.981-1.491c.66-.879 2.104-.88 2.764.001A3.74 3.74 0 0 0 16.363 18H18c2.206 0 4-1.794 4-4V9c0-1.654-1.346-3-3-3m1 8c0 1.103-.897 2-2 2h-1.637c-.54 0-1.057-.259-1.382-.69c-.71-.948-1.797-1.492-2.981-1.492s-2.271.544-2.981 1.491A1.74 1.74 0 0 1 7.637 16H6c-1.103 0-2-.897-2-2V9c0-.551.448-1 1-1h14c.552 0 1 .449 1 1z"/><ellipse cx="7.5" cy="11.5" fill="currentColor" rx="2.5" ry="1.5"/><ellipse cx="16.5" cy="11.5" fill="currentColor" rx="2.5" ry="1.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 6H5C3.346 6 2 7.346 2 9v5c0 2.206 1.794 4 4 4h1.637c1.166 0 2.28-.557 2.981-1.491c.66-.879 2.104-.88 2.764.001A3.74 3.74 0 0 0 16.363 18H18c2.206 0 4-1.794 4-4V9c0-1.654-1.346-3-3-3m1 8c0 1.103-.897 2-2 2h-1.637c-.54 0-1.057-.259-1.382-.69c-.71-.948-1.797-1.492-2.981-1.492s-2.271.544-2.981 1.491A1.74 1.74 0 0 1 7.637 16H6c-1.103 0-2-.897-2-2V9c0-.551.448-1 1-1h14c.552 0 1 .449 1 1z"/><ellipse cx="7.5" cy="11.5" fill="currentColor" rx="2.5" ry="1.5"/><ellipse cx="16.5" cy="11.5" fill="currentColor" rx="2.5" ry="1.5"/></svg> </template>
CSS
.icon-mask {
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%22M19%206H5C3.346%206%202%207.346%202%209v5c0%202.206%201.794%204%204%204h1.637c1.166%200%202.28-.557%202.981-1.491c.66-.879%202.104-.88%202.764.001A3.74%203.74%200%200%200%2016.363%2018H18c2.206%200%204-1.794%204-4V9c0-1.654-1.346-3-3-3m1%208c0%201.103-.897%202-2%202h-1.637c-.54%200-1.057-.259-1.382-.69c-.71-.948-1.797-1.492-2.981-1.492s-2.271.544-2.981%201.491A1.74%201.74%200%200%201%207.637%2016H6c-1.103%200-2-.897-2-2V9c0-.551.448-1%201-1h14c.552%200%201%20.449%201%201z%22%2F%3E%3Cellipse%20cx%3D%227.5%22%20cy%3D%2211.5%22%20fill%3D%22currentColor%22%20rx%3D%222.5%22%20ry%3D%221.5%22%2F%3E%3Cellipse%20cx%3D%2216.5%22%20cy%3D%2211.5%22%20fill%3D%22currentColor%22%20rx%3D%222.5%22%20ry%3D%221.5%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%22M19%206H5C3.346%206%202%207.346%202%209v5c0%202.206%201.794%204%204%204h1.637c1.166%200%202.28-.557%202.981-1.491c.66-.879%202.104-.88%202.764.001A3.74%203.74%200%200%200%2016.363%2018H18c2.206%200%204-1.794%204-4V9c0-1.654-1.346-3-3-3m1%208c0%201.103-.897%202-2%202h-1.637c-.54%200-1.057-.259-1.382-.69c-.71-.948-1.797-1.492-2.981-1.492s-2.271.544-2.981%201.491A1.74%201.74%200%200%201%207.637%2016H6c-1.103%200-2-.897-2-2V9c0-.551.448-1%201-1h14c.552%200%201%20.449%201%201z%22%2F%3E%3Cellipse%20cx%3D%227.5%22%20cy%3D%2211.5%22%20fill%3D%22currentColor%22%20rx%3D%222.5%22%20ry%3D%221.5%22%2F%3E%3Cellipse%20cx%3D%2216.5%22%20cy%3D%2211.5%22%20fill%3D%22currentColor%22%20rx%3D%222.5%22%20ry%3D%221.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/mask.svg?color=%231a73e8&size=48