outline face 2 icon
outline-face-2 from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- outline-face-2
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
More social icons from Google Material Icons
baseline-18-up-ratingbaseline-6-ft-apartbaseline-add-moderatorbaseline-add-reactionbaseline-adobebaseline-applebaseline-architecturebaseline-assist-walkerbaseline-back-handbaseline-blindbaseline-boybaseline-cakebaseline-catching-pokemonbaseline-clean-handsbaseline-co2baseline-compostbaseline-connect-without-contactbaseline-constructionbaseline-cookiebaseline-coronavirusbaseline-cruelty-freebaseline-cyclonebaseline-deckbaseline-discord
Use the outline face 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.97 13.52v-.04C23.21 12.38 24 10.78 24 9c0-3.31-2.69-6-6-6q-.39 0-.78.06a5.98 5.98 0 0 0-10.44 0Q6.39 3 6 3C2.69 3 0 5.69 0 9c0 1.78.79 3.38 2.02 4.48v.04A6 6 0 0 0 0 18c0 3.31 2.69 6 6 6c1.39 0 2.67-.48 3.69-1.28c.74.18 1.51.28 2.31.28s1.57-.1 2.31-.28c1.02.8 2.3 1.28 3.69 1.28c3.31 0 6-2.69 6-6c0-1.78-.79-3.38-2.03-4.48M22 9c0 .55-.12 1.07-.32 1.54A10 10 0 0 0 17.98 5H18c2.21 0 4 1.79 4 4m-9.97-4c2.73.01 5.13 1.39 6.57 3.48c-.71.57-1.6.89-2.53.89A4.06 4.06 0 0 1 12 5.31c0-.1.02-.2.03-.31M12 2c1.25 0 2.36.59 3.1 1.5c-.98-.32-2.02-.5-3.1-.5s-2.12.18-3.1.5C9.64 2.59 10.75 2 12 2M6 5h.02a10 10 0 0 0-3.7 5.54C2.12 10.07 2 9.55 2 9c0-2.21 1.79-4 4-4m0 17c-2.21 0-4-1.79-4-4c0-.69.19-1.32.5-1.88c.8 2.44 2.52 4.47 4.74 5.68c-.39.13-.8.2-1.24.2m-2-9c0-3.72 2.56-6.85 6-7.74v.05c0 3.34 2.72 6.06 6.06 6.06c1.26 0 2.45-.39 3.45-1.09c.31.86.49 1.77.49 2.72c0 4.41-3.59 8-8 8s-8-3.59-8-8m14 9c-.44 0-.85-.07-1.25-.2c2.23-1.21 3.94-3.24 4.74-5.68c.31.56.5 1.2.5 1.88c.01 2.21-1.78 4-3.99 4"/><circle cx="9" cy="14" r="1.25" fill="currentColor"/><circle cx="15" cy="14" r="1.25" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IcOutlineFace2(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="M21.97 13.52v-.04C23.21 12.38 24 10.78 24 9c0-3.31-2.69-6-6-6q-.39 0-.78.06a5.98 5.98 0 0 0-10.44 0Q6.39 3 6 3C2.69 3 0 5.69 0 9c0 1.78.79 3.38 2.02 4.48v.04A6 6 0 0 0 0 18c0 3.31 2.69 6 6 6c1.39 0 2.67-.48 3.69-1.28c.74.18 1.51.28 2.31.28s1.57-.1 2.31-.28c1.02.8 2.3 1.28 3.69 1.28c3.31 0 6-2.69 6-6c0-1.78-.79-3.38-2.03-4.48M22 9c0 .55-.12 1.07-.32 1.54A10 10 0 0 0 17.98 5H18c2.21 0 4 1.79 4 4m-9.97-4c2.73.01 5.13 1.39 6.57 3.48c-.71.57-1.6.89-2.53.89A4.06 4.06 0 0 1 12 5.31c0-.1.02-.2.03-.31M12 2c1.25 0 2.36.59 3.1 1.5c-.98-.32-2.02-.5-3.1-.5s-2.12.18-3.1.5C9.64 2.59 10.75 2 12 2M6 5h.02a10 10 0 0 0-3.7 5.54C2.12 10.07 2 9.55 2 9c0-2.21 1.79-4 4-4m0 17c-2.21 0-4-1.79-4-4c0-.69.19-1.32.5-1.88c.8 2.44 2.52 4.47 4.74 5.68c-.39.13-.8.2-1.24.2m-2-9c0-3.72 2.56-6.85 6-7.74v.05c0 3.34 2.72 6.06 6.06 6.06c1.26 0 2.45-.39 3.45-1.09c.31.86.49 1.77.49 2.72c0 4.41-3.59 8-8 8s-8-3.59-8-8m14 9c-.44 0-.85-.07-1.25-.2c2.23-1.21 3.94-3.24 4.74-5.68c.31.56.5 1.2.5 1.88c.01 2.21-1.78 4-3.99 4"/><circle cx="9" cy="14" r="1.25" fill="currentColor"/><circle cx="15" cy="14" r="1.25" 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="M21.97 13.52v-.04C23.21 12.38 24 10.78 24 9c0-3.31-2.69-6-6-6q-.39 0-.78.06a5.98 5.98 0 0 0-10.44 0Q6.39 3 6 3C2.69 3 0 5.69 0 9c0 1.78.79 3.38 2.02 4.48v.04A6 6 0 0 0 0 18c0 3.31 2.69 6 6 6c1.39 0 2.67-.48 3.69-1.28c.74.18 1.51.28 2.31.28s1.57-.1 2.31-.28c1.02.8 2.3 1.28 3.69 1.28c3.31 0 6-2.69 6-6c0-1.78-.79-3.38-2.03-4.48M22 9c0 .55-.12 1.07-.32 1.54A10 10 0 0 0 17.98 5H18c2.21 0 4 1.79 4 4m-9.97-4c2.73.01 5.13 1.39 6.57 3.48c-.71.57-1.6.89-2.53.89A4.06 4.06 0 0 1 12 5.31c0-.1.02-.2.03-.31M12 2c1.25 0 2.36.59 3.1 1.5c-.98-.32-2.02-.5-3.1-.5s-2.12.18-3.1.5C9.64 2.59 10.75 2 12 2M6 5h.02a10 10 0 0 0-3.7 5.54C2.12 10.07 2 9.55 2 9c0-2.21 1.79-4 4-4m0 17c-2.21 0-4-1.79-4-4c0-.69.19-1.32.5-1.88c.8 2.44 2.52 4.47 4.74 5.68c-.39.13-.8.2-1.24.2m-2-9c0-3.72 2.56-6.85 6-7.74v.05c0 3.34 2.72 6.06 6.06 6.06c1.26 0 2.45-.39 3.45-1.09c.31.86.49 1.77.49 2.72c0 4.41-3.59 8-8 8s-8-3.59-8-8m14 9c-.44 0-.85-.07-1.25-.2c2.23-1.21 3.94-3.24 4.74-5.68c.31.56.5 1.2.5 1.88c.01 2.21-1.78 4-3.99 4"/><circle cx="9" cy="14" r="1.25" fill="currentColor"/><circle cx="15" cy="14" r="1.25" fill="currentColor"/></svg> </template>
CSS
.icon-outline-face-2 {
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%22M21.97%2013.52v-.04C23.21%2012.38%2024%2010.78%2024%209c0-3.31-2.69-6-6-6q-.39%200-.78.06a5.98%205.98%200%200%200-10.44%200Q6.39%203%206%203C2.69%203%200%205.69%200%209c0%201.78.79%203.38%202.02%204.48v.04A6%206%200%200%200%200%2018c0%203.31%202.69%206%206%206c1.39%200%202.67-.48%203.69-1.28c.74.18%201.51.28%202.31.28s1.57-.1%202.31-.28c1.02.8%202.3%201.28%203.69%201.28c3.31%200%206-2.69%206-6c0-1.78-.79-3.38-2.03-4.48M22%209c0%20.55-.12%201.07-.32%201.54A10%2010%200%200%200%2017.98%205H18c2.21%200%204%201.79%204%204m-9.97-4c2.73.01%205.13%201.39%206.57%203.48c-.71.57-1.6.89-2.53.89A4.06%204.06%200%200%201%2012%205.31c0-.1.02-.2.03-.31M12%202c1.25%200%202.36.59%203.1%201.5c-.98-.32-2.02-.5-3.1-.5s-2.12.18-3.1.5C9.64%202.59%2010.75%202%2012%202M6%205h.02a10%2010%200%200%200-3.7%205.54C2.12%2010.07%202%209.55%202%209c0-2.21%201.79-4%204-4m0%2017c-2.21%200-4-1.79-4-4c0-.69.19-1.32.5-1.88c.8%202.44%202.52%204.47%204.74%205.68c-.39.13-.8.2-1.24.2m-2-9c0-3.72%202.56-6.85%206-7.74v.05c0%203.34%202.72%206.06%206.06%206.06c1.26%200%202.45-.39%203.45-1.09c.31.86.49%201.77.49%202.72c0%204.41-3.59%208-8%208s-8-3.59-8-8m14%209c-.44%200-.85-.07-1.25-.2c2.23-1.21%203.94-3.24%204.74-5.68c.31.56.5%201.2.5%201.88c.01%202.21-1.78%204-3.99%204%22%2F%3E%3Ccircle%20cx%3D%229%22%20cy%3D%2214%22%20r%3D%221.25%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%2214%22%20r%3D%221.25%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%22M21.97%2013.52v-.04C23.21%2012.38%2024%2010.78%2024%209c0-3.31-2.69-6-6-6q-.39%200-.78.06a5.98%205.98%200%200%200-10.44%200Q6.39%203%206%203C2.69%203%200%205.69%200%209c0%201.78.79%203.38%202.02%204.48v.04A6%206%200%200%200%200%2018c0%203.31%202.69%206%206%206c1.39%200%202.67-.48%203.69-1.28c.74.18%201.51.28%202.31.28s1.57-.1%202.31-.28c1.02.8%202.3%201.28%203.69%201.28c3.31%200%206-2.69%206-6c0-1.78-.79-3.38-2.03-4.48M22%209c0%20.55-.12%201.07-.32%201.54A10%2010%200%200%200%2017.98%205H18c2.21%200%204%201.79%204%204m-9.97-4c2.73.01%205.13%201.39%206.57%203.48c-.71.57-1.6.89-2.53.89A4.06%204.06%200%200%201%2012%205.31c0-.1.02-.2.03-.31M12%202c1.25%200%202.36.59%203.1%201.5c-.98-.32-2.02-.5-3.1-.5s-2.12.18-3.1.5C9.64%202.59%2010.75%202%2012%202M6%205h.02a10%2010%200%200%200-3.7%205.54C2.12%2010.07%202%209.55%202%209c0-2.21%201.79-4%204-4m0%2017c-2.21%200-4-1.79-4-4c0-.69.19-1.32.5-1.88c.8%202.44%202.52%204.47%204.74%205.68c-.39.13-.8.2-1.24.2m-2-9c0-3.72%202.56-6.85%206-7.74v.05c0%203.34%202.72%206.06%206.06%206.06c1.26%200%202.45-.39%203.45-1.09c.31.86.49%201.77.49%202.72c0%204.41-3.59%208-8%208s-8-3.59-8-8m14%209c-.44%200-.85-.07-1.25-.2c2.23-1.21%203.94-3.24%204.74-5.68c.31.56.5%201.2.5%201.88c.01%202.21-1.78%204-3.99%204%22%2F%3E%3Ccircle%20cx%3D%229%22%20cy%3D%2214%22%20r%3D%221.25%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%2214%22%20r%3D%221.25%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/ic/outline-face-2.svg?color=%231a73e8&size=48