mask from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.

Name
mask
Set
Jam Icons
Style
Outline
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.5 24 24"><path fill="currentColor" d="M10 1.02Q12.64 0 14.5 0a5.5 5.5 0 0 1 0 11q-1.86 0-4.5-1.057Q7.36 11 5.5 11a5.5 5.5 0 0 1 0-11Q7.36 0 10 1.02m.721 1.866L10 3.164l-.721-.278C7.731 2.288 6.463 2 5.5 2a3.5 3.5 0 0 0 0 7c.953 0 2.215-.296 3.757-.913L10 7.789l.743.298C12.285 8.704 13.547 9 14.5 9a3.5 3.5 0 0 0 0-7c-.963 0-2.231.288-3.779.886M6 7c-1.105 0-2-.672-2-1.5S4.895 4 6 4s2 .672 2 1.5S7.105 7 6 7m8 0c-1.105 0-2-.672-2-1.5S12.895 4 14 4s2 .672 2 1.5S15.105 7 14 7"/></svg>

React

import type { SVGProps } from "react";

export function JamMask(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -6.5 24 24"><path fill="currentColor" d="M10 1.02Q12.64 0 14.5 0a5.5 5.5 0 0 1 0 11q-1.86 0-4.5-1.057Q7.36 11 5.5 11a5.5 5.5 0 0 1 0-11Q7.36 0 10 1.02m.721 1.866L10 3.164l-.721-.278C7.731 2.288 6.463 2 5.5 2a3.5 3.5 0 0 0 0 7c.953 0 2.215-.296 3.757-.913L10 7.789l.743.298C12.285 8.704 13.547 9 14.5 9a3.5 3.5 0 0 0 0-7c-.963 0-2.231.288-3.779.886M6 7c-1.105 0-2-.672-2-1.5S4.895 4 6 4s2 .672 2 1.5S7.105 7 6 7m8 0c-1.105 0-2-.672-2-1.5S12.895 4 14 4s2 .672 2 1.5S15.105 7 14 7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -6.5 24 24"><path fill="currentColor" d="M10 1.02Q12.64 0 14.5 0a5.5 5.5 0 0 1 0 11q-1.86 0-4.5-1.057Q7.36 11 5.5 11a5.5 5.5 0 0 1 0-11Q7.36 0 10 1.02m.721 1.866L10 3.164l-.721-.278C7.731 2.288 6.463 2 5.5 2a3.5 3.5 0 0 0 0 7c.953 0 2.215-.296 3.757-.913L10 7.789l.743.298C12.285 8.704 13.547 9 14.5 9a3.5 3.5 0 0 0 0-7c-.963 0-2.231.288-3.779.886M6 7c-1.105 0-2-.672-2-1.5S4.895 4 6 4s2 .672 2 1.5S7.105 7 6 7m8 0c-1.105 0-2-.672-2-1.5S12.895 4 14 4s2 .672 2 1.5S15.105 7 14 7"/></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%22-2%20-6.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%201.02Q12.64%200%2014.5%200a5.5%205.5%200%200%201%200%2011q-1.86%200-4.5-1.057Q7.36%2011%205.5%2011a5.5%205.5%200%200%201%200-11Q7.36%200%2010%201.02m.721%201.866L10%203.164l-.721-.278C7.731%202.288%206.463%202%205.5%202a3.5%203.5%200%200%200%200%207c.953%200%202.215-.296%203.757-.913L10%207.789l.743.298C12.285%208.704%2013.547%209%2014.5%209a3.5%203.5%200%200%200%200-7c-.963%200-2.231.288-3.779.886M6%207c-1.105%200-2-.672-2-1.5S4.895%204%206%204s2%20.672%202%201.5S7.105%207%206%207m8%200c-1.105%200-2-.672-2-1.5S12.895%204%2014%204s2%20.672%202%201.5S15.105%207%2014%207%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.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%201.02Q12.64%200%2014.5%200a5.5%205.5%200%200%201%200%2011q-1.86%200-4.5-1.057Q7.36%2011%205.5%2011a5.5%205.5%200%200%201%200-11Q7.36%200%2010%201.02m.721%201.866L10%203.164l-.721-.278C7.731%202.288%206.463%202%205.5%202a3.5%203.5%200%200%200%200%207c.953%200%202.215-.296%203.757-.913L10%207.789l.743.298C12.285%208.704%2013.547%209%2014.5%209a3.5%203.5%200%200%200%200-7c-.963%200-2.231.288-3.779.886M6%207c-1.105%200-2-.672-2-1.5S4.895%204%206%204s2%20.672%202%201.5S7.105%207%206%207m8%200c-1.105%200-2-.672-2-1.5S12.895%204%2014%204s2%20.672%202%201.5S15.105%207%2014%207%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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