mask icon
mask-f from Jam Icons by Michael Amprimo · Filled · MIT Free for personal and commercial use.
- Name
- mask-f
- Set
- Jam Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in Jam Icons
The same icon in other sets
Use the mask icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -6 24 24"><path fill="currentColor" d="M10 1.878q2.64-1.02 4.5-1.02a5.5 5.5 0 0 1 0 11q-1.86 0-4.5-1.057q-2.64 1.057-4.5 1.057a5.5 5.5 0 0 1 0-11q1.86 0 4.5 1.02m-4 5.98c1.105 0 2-.672 2-1.5c0-.829-.895-1.5-2-1.5s-2 .671-2 1.5c0 .828.895 1.5 2 1.5m8 0c1.105 0 2-.672 2-1.5c0-.829-.895-1.5-2-1.5s-2 .671-2 1.5c0 .828.895 1.5 2 1.5"/></svg>
React
import type { SVGProps } from "react";
export function JamMaskF(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -6 24 24"><path fill="currentColor" d="M10 1.878q2.64-1.02 4.5-1.02a5.5 5.5 0 0 1 0 11q-1.86 0-4.5-1.057q-2.64 1.057-4.5 1.057a5.5 5.5 0 0 1 0-11q1.86 0 4.5 1.02m-4 5.98c1.105 0 2-.672 2-1.5c0-.829-.895-1.5-2-1.5s-2 .671-2 1.5c0 .828.895 1.5 2 1.5m8 0c1.105 0 2-.672 2-1.5c0-.829-.895-1.5-2-1.5s-2 .671-2 1.5c0 .828.895 1.5 2 1.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -6 24 24"><path fill="currentColor" d="M10 1.878q2.64-1.02 4.5-1.02a5.5 5.5 0 0 1 0 11q-1.86 0-4.5-1.057q-2.64 1.057-4.5 1.057a5.5 5.5 0 0 1 0-11q1.86 0 4.5 1.02m-4 5.98c1.105 0 2-.672 2-1.5c0-.829-.895-1.5-2-1.5s-2 .671-2 1.5c0 .828.895 1.5 2 1.5m8 0c1.105 0 2-.672 2-1.5c0-.829-.895-1.5-2-1.5s-2 .671-2 1.5c0 .828.895 1.5 2 1.5"/></svg> </template>
CSS
.icon-mask-f {
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%22-2%20-6%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%201.878q2.64-1.02%204.5-1.02a5.5%205.5%200%200%201%200%2011q-1.86%200-4.5-1.057q-2.64%201.057-4.5%201.057a5.5%205.5%200%200%201%200-11q1.86%200%204.5%201.02m-4%205.98c1.105%200%202-.672%202-1.5c0-.829-.895-1.5-2-1.5s-2%20.671-2%201.5c0%20.828.895%201.5%202%201.5m8%200c1.105%200%202-.672%202-1.5c0-.829-.895-1.5-2-1.5s-2%20.671-2%201.5c0%20.828.895%201.5%202%201.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%22-2%20-6%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%201.878q2.64-1.02%204.5-1.02a5.5%205.5%200%200%201%200%2011q-1.86%200-4.5-1.057q-2.64%201.057-4.5%201.057a5.5%205.5%200%200%201%200-11q1.86%200%204.5%201.02m-4%205.98c1.105%200%202-.672%202-1.5c0-.829-.895-1.5-2-1.5s-2%20.671-2%201.5c0%20.828.895%201.5%202%201.5m8%200c1.105%200%202-.672%202-1.5c0-.829-.895-1.5-2-1.5s-2%20.671-2%201.5c0%20.828.895%201.5%202%201.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/mask-f.svg?color=%231a73e8&size=48