face mask icon

face-mask from Carbon by IBM · Outline · Person · Apache-2.0 Free for personal and commercial use.

Name
face-mask
Set
Carbon
Style
Outline
Category
Person
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More person icons from Carbon

Use the face mask icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M11.5 11a2.5 2.5 0 1 0 2.5 2.5a2.5 2.5 0 0 0-2.5-2.5m9 0a2.5 2.5 0 1 0 2.5 2.5a2.5 2.5 0 0 0-2.5-2.5"/><path fill="currentColor" d="M30 16A14 14 0 1 0 8.9 28.042l.015.156A1.993 1.993 0 0 0 10.905 30h10.19a1.993 1.993 0 0 0 1.99-1.8l.015-.158A13.97 13.97 0 0 0 30 16M16 4a11.99 11.99 0 0 1 11.97 11.397L22.764 18H9.236L4.03 15.397A11.99 11.99 0 0 1 16 4M4.12 17.678l3.94 1.97l.581 5.81a11.97 11.97 0 0 1-4.521-7.78M21.095 28h-10.19l-.8-8h11.79Zm2.264-2.542l.581-5.81l3.94-1.97a11.97 11.97 0 0 1-4.52 7.78"/></svg>

React

import type { SVGProps } from "react";

export function CarbonFaceMask(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M11.5 11a2.5 2.5 0 1 0 2.5 2.5a2.5 2.5 0 0 0-2.5-2.5m9 0a2.5 2.5 0 1 0 2.5 2.5a2.5 2.5 0 0 0-2.5-2.5"/><path fill="currentColor" d="M30 16A14 14 0 1 0 8.9 28.042l.015.156A1.993 1.993 0 0 0 10.905 30h10.19a1.993 1.993 0 0 0 1.99-1.8l.015-.158A13.97 13.97 0 0 0 30 16M16 4a11.99 11.99 0 0 1 11.97 11.397L22.764 18H9.236L4.03 15.397A11.99 11.99 0 0 1 16 4M4.12 17.678l3.94 1.97l.581 5.81a11.97 11.97 0 0 1-4.521-7.78M21.095 28h-10.19l-.8-8h11.79Zm2.264-2.542l.581-5.81l3.94-1.97a11.97 11.97 0 0 1-4.52 7.78"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M11.5 11a2.5 2.5 0 1 0 2.5 2.5a2.5 2.5 0 0 0-2.5-2.5m9 0a2.5 2.5 0 1 0 2.5 2.5a2.5 2.5 0 0 0-2.5-2.5"/><path fill="currentColor" d="M30 16A14 14 0 1 0 8.9 28.042l.015.156A1.993 1.993 0 0 0 10.905 30h10.19a1.993 1.993 0 0 0 1.99-1.8l.015-.158A13.97 13.97 0 0 0 30 16M16 4a11.99 11.99 0 0 1 11.97 11.397L22.764 18H9.236L4.03 15.397A11.99 11.99 0 0 1 16 4M4.12 17.678l3.94 1.97l.581 5.81a11.97 11.97 0 0 1-4.521-7.78M21.095 28h-10.19l-.8-8h11.79Zm2.264-2.542l.581-5.81l3.94-1.97a11.97 11.97 0 0 1-4.52 7.78"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.5%2011a2.5%202.5%200%201%200%202.5%202.5a2.5%202.5%200%200%200-2.5-2.5m9%200a2.5%202.5%200%201%200%202.5%202.5a2.5%202.5%200%200%200-2.5-2.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%2016A14%2014%200%201%200%208.9%2028.042l.015.156A1.993%201.993%200%200%200%2010.905%2030h10.19a1.993%201.993%200%200%200%201.99-1.8l.015-.158A13.97%2013.97%200%200%200%2030%2016M16%204a11.99%2011.99%200%200%201%2011.97%2011.397L22.764%2018H9.236L4.03%2015.397A11.99%2011.99%200%200%201%2016%204M4.12%2017.678l3.94%201.97l.581%205.81a11.97%2011.97%200%200%201-4.521-7.78M21.095%2028h-10.19l-.8-8h11.79Zm2.264-2.542l.581-5.81l3.94-1.97a11.97%2011.97%200%200%201-4.52%207.78%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.5%2011a2.5%202.5%200%201%200%202.5%202.5a2.5%202.5%200%200%200-2.5-2.5m9%200a2.5%202.5%200%201%200%202.5%202.5a2.5%202.5%200%200%200-2.5-2.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%2016A14%2014%200%201%200%208.9%2028.042l.015.156A1.993%201.993%200%200%200%2010.905%2030h10.19a1.993%201.993%200%200%200%201.99-1.8l.015-.158A13.97%2013.97%200%200%200%2030%2016M16%204a11.99%2011.99%200%200%201%2011.97%2011.397L22.764%2018H9.236L4.03%2015.397A11.99%2011.99%200%200%201%2016%204M4.12%2017.678l3.94%201.97l.581%205.81a11.97%2011.97%200%200%201-4.521-7.78M21.095%2028h-10.19l-.8-8h11.79Zm2.264-2.542l.581-5.81l3.94-1.97a11.97%2011.97%200%200%201-4.52%207.78%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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