face-mask from BoxIcons v2 Solid by Boxicons · Solid · MIT Free for personal and commercial use.

Name
face-mask
Set
BoxIcons v2 Solid
Style
Solid
Viewbox
24×24
License
MIT

The same icon in other sets

Use the face mask icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2C6.486 2 2 6.486 2 12c0 2.521.945 4.82 2.49 6.582c1.24 1.52 3.266 3.066 6.439 3.358a9.7 9.7 0 0 0 2.141 0c3.174-.292 5.199-1.839 6.439-3.358A9.95 9.95 0 0 0 22 12c0-5.514-4.486-10-10-10M4.709 8.724q.232.135.456.276c.396.25.791.5 1.286.688c.494.187 1.088.312 1.879.312c.792 0 1.386-.125 1.881-.313s.891-.437 1.287-.687s.792-.5 1.287-.688S13.873 8 14.665 8s1.386.125 1.88.313c.495.187.891.437 1.287.687s.792.5 1.287.688q.269.099.581.171c.191.682.3 1.398.3 2.141c0 .843-.133 1.654-.375 2.417c-.261.195-.733.474-1.577.756c-.769.256-1.672.458-2.685.602a25.3 25.3 0 0 1-6.727 0c-1.013-.144-1.916-.346-2.685-.602c-.844-.282-1.316-.561-1.577-.756a7.95 7.95 0 0 1 .335-5.693"/><circle cx="8.5" cy="12.5" r="1.5" fill="currentColor"/><circle cx="15.5" cy="12.5" r="1.5" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function BxsFaceMask(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="M12 2C6.486 2 2 6.486 2 12c0 2.521.945 4.82 2.49 6.582c1.24 1.52 3.266 3.066 6.439 3.358a9.7 9.7 0 0 0 2.141 0c3.174-.292 5.199-1.839 6.439-3.358A9.95 9.95 0 0 0 22 12c0-5.514-4.486-10-10-10M4.709 8.724q.232.135.456.276c.396.25.791.5 1.286.688c.494.187 1.088.312 1.879.312c.792 0 1.386-.125 1.881-.313s.891-.437 1.287-.687s.792-.5 1.287-.688S13.873 8 14.665 8s1.386.125 1.88.313c.495.187.891.437 1.287.687s.792.5 1.287.688q.269.099.581.171c.191.682.3 1.398.3 2.141c0 .843-.133 1.654-.375 2.417c-.261.195-.733.474-1.577.756c-.769.256-1.672.458-2.685.602a25.3 25.3 0 0 1-6.727 0c-1.013-.144-1.916-.346-2.685-.602c-.844-.282-1.316-.561-1.577-.756a7.95 7.95 0 0 1 .335-5.693"/><circle cx="8.5" cy="12.5" r="1.5" fill="currentColor"/><circle cx="15.5" cy="12.5" r="1.5" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2C6.486 2 2 6.486 2 12c0 2.521.945 4.82 2.49 6.582c1.24 1.52 3.266 3.066 6.439 3.358a9.7 9.7 0 0 0 2.141 0c3.174-.292 5.199-1.839 6.439-3.358A9.95 9.95 0 0 0 22 12c0-5.514-4.486-10-10-10M4.709 8.724q.232.135.456.276c.396.25.791.5 1.286.688c.494.187 1.088.312 1.879.312c.792 0 1.386-.125 1.881-.313s.891-.437 1.287-.687s.792-.5 1.287-.688S13.873 8 14.665 8s1.386.125 1.88.313c.495.187.891.437 1.287.687s.792.5 1.287.688q.269.099.581.171c.191.682.3 1.398.3 2.141c0 .843-.133 1.654-.375 2.417c-.261.195-.733.474-1.577.756c-.769.256-1.672.458-2.685.602a25.3 25.3 0 0 1-6.727 0c-1.013-.144-1.916-.346-2.685-.602c-.844-.282-1.316-.561-1.577-.756a7.95 7.95 0 0 1 .335-5.693"/><circle cx="8.5" cy="12.5" r="1.5" fill="currentColor"/><circle cx="15.5" cy="12.5" r="1.5" fill="currentColor"/></svg>
</template>

CSS

.icon-face-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%22M12%202C6.486%202%202%206.486%202%2012c0%202.521.945%204.82%202.49%206.582c1.24%201.52%203.266%203.066%206.439%203.358a9.7%209.7%200%200%200%202.141%200c3.174-.292%205.199-1.839%206.439-3.358A9.95%209.95%200%200%200%2022%2012c0-5.514-4.486-10-10-10M4.709%208.724q.232.135.456.276c.396.25.791.5%201.286.688c.494.187%201.088.312%201.879.312c.792%200%201.386-.125%201.881-.313s.891-.437%201.287-.687s.792-.5%201.287-.688S13.873%208%2014.665%208s1.386.125%201.88.313c.495.187.891.437%201.287.687s.792.5%201.287.688q.269.099.581.171c.191.682.3%201.398.3%202.141c0%20.843-.133%201.654-.375%202.417c-.261.195-.733.474-1.577.756c-.769.256-1.672.458-2.685.602a25.3%2025.3%200%200%201-6.727%200c-1.013-.144-1.916-.346-2.685-.602c-.844-.282-1.316-.561-1.577-.756a7.95%207.95%200%200%201%20.335-5.693%22%2F%3E%3Ccircle%20cx%3D%228.5%22%20cy%3D%2212.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2215.5%22%20cy%3D%2212.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%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%22M12%202C6.486%202%202%206.486%202%2012c0%202.521.945%204.82%202.49%206.582c1.24%201.52%203.266%203.066%206.439%203.358a9.7%209.7%200%200%200%202.141%200c3.174-.292%205.199-1.839%206.439-3.358A9.95%209.95%200%200%200%2022%2012c0-5.514-4.486-10-10-10M4.709%208.724q.232.135.456.276c.396.25.791.5%201.286.688c.494.187%201.088.312%201.879.312c.792%200%201.386-.125%201.881-.313s.891-.437%201.287-.687s.792-.5%201.287-.688S13.873%208%2014.665%208s1.386.125%201.88.313c.495.187.891.437%201.287.687s.792.5%201.287.688q.269.099.581.171c.191.682.3%201.398.3%202.141c0%20.843-.133%201.654-.375%202.417c-.261.195-.733.474-1.577.756c-.769.256-1.672.458-2.685.602a25.3%2025.3%200%200%201-6.727%200c-1.013-.144-1.916-.346-2.685-.602c-.844-.282-1.316-.561-1.577-.756a7.95%207.95%200%200%201%20.335-5.693%22%2F%3E%3Ccircle%20cx%3D%228.5%22%20cy%3D%2212.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2215.5%22%20cy%3D%2212.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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