twotone face 4 icon
twotone-face-4 from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- twotone-face-4
- 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 twotone face 4 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.42 9.47a8.05 8.05 0 0 0 3.66-4.44a8.05 8.05 0 0 0-3.66 4.44M17.5 8c.46 0 .91-.05 1.34-.12C17.44 5.56 14.9 4 12 4c-.46 0-.91.05-1.34.12C12.06 6.44 14.6 8 17.5 8M7.35 3.15C6.8 2.46 5.95 2 5 2C3.35 2 2 3.35 2 5c0 .95.46 1.8 1.15 2.35c.94-1.79 2.41-3.26 4.2-4.2" opacity=".3"/><path fill="currentColor" d="M12 2c-.96 0-1.88.14-2.75.39A4.99 4.99 0 0 0 5 0C2.24 0 0 2.24 0 5c0 1.8.96 3.37 2.39 4.25C2.14 10.12 2 11.04 2 12c0 5.52 4.48 10 10 10s10-4.48 10-10S17.52 2 12 2m0 2c2.9 0 5.44 1.56 6.84 3.88c-.43.07-.88.12-1.34.12c-2.9 0-5.44-1.56-6.84-3.88c.43-.07.88-.12 1.34-.12M2 5c0-1.65 1.35-3 3-3c.95 0 1.8.46 2.35 1.15c-1.79.94-3.26 2.41-4.2 4.2C2.46 6.8 2 5.95 2 5m6.08.03a8.05 8.05 0 0 1-3.66 4.44a8.05 8.05 0 0 1 3.66-4.44M12 20c-4.41 0-8-3.59-8-8c0-.05.01-.1.01-.15c2.6-.98 4.68-2.99 5.74-5.55a9.94 9.94 0 0 0 9.92 3.46c.21.71.33 1.46.33 2.24c0 4.41-3.59 8-8 8"/><circle cx="9" cy="13" r="1.25" fill="currentColor"/><circle cx="15" cy="13" r="1.25" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IcTwotoneFace4(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="M4.42 9.47a8.05 8.05 0 0 0 3.66-4.44a8.05 8.05 0 0 0-3.66 4.44M17.5 8c.46 0 .91-.05 1.34-.12C17.44 5.56 14.9 4 12 4c-.46 0-.91.05-1.34.12C12.06 6.44 14.6 8 17.5 8M7.35 3.15C6.8 2.46 5.95 2 5 2C3.35 2 2 3.35 2 5c0 .95.46 1.8 1.15 2.35c.94-1.79 2.41-3.26 4.2-4.2" opacity=".3"/><path fill="currentColor" d="M12 2c-.96 0-1.88.14-2.75.39A4.99 4.99 0 0 0 5 0C2.24 0 0 2.24 0 5c0 1.8.96 3.37 2.39 4.25C2.14 10.12 2 11.04 2 12c0 5.52 4.48 10 10 10s10-4.48 10-10S17.52 2 12 2m0 2c2.9 0 5.44 1.56 6.84 3.88c-.43.07-.88.12-1.34.12c-2.9 0-5.44-1.56-6.84-3.88c.43-.07.88-.12 1.34-.12M2 5c0-1.65 1.35-3 3-3c.95 0 1.8.46 2.35 1.15c-1.79.94-3.26 2.41-4.2 4.2C2.46 6.8 2 5.95 2 5m6.08.03a8.05 8.05 0 0 1-3.66 4.44a8.05 8.05 0 0 1 3.66-4.44M12 20c-4.41 0-8-3.59-8-8c0-.05.01-.1.01-.15c2.6-.98 4.68-2.99 5.74-5.55a9.94 9.94 0 0 0 9.92 3.46c.21.71.33 1.46.33 2.24c0 4.41-3.59 8-8 8"/><circle cx="9" cy="13" r="1.25" fill="currentColor"/><circle cx="15" cy="13" 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="M4.42 9.47a8.05 8.05 0 0 0 3.66-4.44a8.05 8.05 0 0 0-3.66 4.44M17.5 8c.46 0 .91-.05 1.34-.12C17.44 5.56 14.9 4 12 4c-.46 0-.91.05-1.34.12C12.06 6.44 14.6 8 17.5 8M7.35 3.15C6.8 2.46 5.95 2 5 2C3.35 2 2 3.35 2 5c0 .95.46 1.8 1.15 2.35c.94-1.79 2.41-3.26 4.2-4.2" opacity=".3"/><path fill="currentColor" d="M12 2c-.96 0-1.88.14-2.75.39A4.99 4.99 0 0 0 5 0C2.24 0 0 2.24 0 5c0 1.8.96 3.37 2.39 4.25C2.14 10.12 2 11.04 2 12c0 5.52 4.48 10 10 10s10-4.48 10-10S17.52 2 12 2m0 2c2.9 0 5.44 1.56 6.84 3.88c-.43.07-.88.12-1.34.12c-2.9 0-5.44-1.56-6.84-3.88c.43-.07.88-.12 1.34-.12M2 5c0-1.65 1.35-3 3-3c.95 0 1.8.46 2.35 1.15c-1.79.94-3.26 2.41-4.2 4.2C2.46 6.8 2 5.95 2 5m6.08.03a8.05 8.05 0 0 1-3.66 4.44a8.05 8.05 0 0 1 3.66-4.44M12 20c-4.41 0-8-3.59-8-8c0-.05.01-.1.01-.15c2.6-.98 4.68-2.99 5.74-5.55a9.94 9.94 0 0 0 9.92 3.46c.21.71.33 1.46.33 2.24c0 4.41-3.59 8-8 8"/><circle cx="9" cy="13" r="1.25" fill="currentColor"/><circle cx="15" cy="13" r="1.25" fill="currentColor"/></svg> </template>
CSS
.icon-twotone-face-4 {
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%22M4.42%209.47a8.05%208.05%200%200%200%203.66-4.44a8.05%208.05%200%200%200-3.66%204.44M17.5%208c.46%200%20.91-.05%201.34-.12C17.44%205.56%2014.9%204%2012%204c-.46%200-.91.05-1.34.12C12.06%206.44%2014.6%208%2017.5%208M7.35%203.15C6.8%202.46%205.95%202%205%202C3.35%202%202%203.35%202%205c0%20.95.46%201.8%201.15%202.35c.94-1.79%202.41-3.26%204.2-4.2%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202c-.96%200-1.88.14-2.75.39A4.99%204.99%200%200%200%205%200C2.24%200%200%202.24%200%205c0%201.8.96%203.37%202.39%204.25C2.14%2010.12%202%2011.04%202%2012c0%205.52%204.48%2010%2010%2010s10-4.48%2010-10S17.52%202%2012%202m0%202c2.9%200%205.44%201.56%206.84%203.88c-.43.07-.88.12-1.34.12c-2.9%200-5.44-1.56-6.84-3.88c.43-.07.88-.12%201.34-.12M2%205c0-1.65%201.35-3%203-3c.95%200%201.8.46%202.35%201.15c-1.79.94-3.26%202.41-4.2%204.2C2.46%206.8%202%205.95%202%205m6.08.03a8.05%208.05%200%200%201-3.66%204.44a8.05%208.05%200%200%201%203.66-4.44M12%2020c-4.41%200-8-3.59-8-8c0-.05.01-.1.01-.15c2.6-.98%204.68-2.99%205.74-5.55a9.94%209.94%200%200%200%209.92%203.46c.21.71.33%201.46.33%202.24c0%204.41-3.59%208-8%208%22%2F%3E%3Ccircle%20cx%3D%229%22%20cy%3D%2213%22%20r%3D%221.25%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%2213%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%22M4.42%209.47a8.05%208.05%200%200%200%203.66-4.44a8.05%208.05%200%200%200-3.66%204.44M17.5%208c.46%200%20.91-.05%201.34-.12C17.44%205.56%2014.9%204%2012%204c-.46%200-.91.05-1.34.12C12.06%206.44%2014.6%208%2017.5%208M7.35%203.15C6.8%202.46%205.95%202%205%202C3.35%202%202%203.35%202%205c0%20.95.46%201.8%201.15%202.35c.94-1.79%202.41-3.26%204.2-4.2%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202c-.96%200-1.88.14-2.75.39A4.99%204.99%200%200%200%205%200C2.24%200%200%202.24%200%205c0%201.8.96%203.37%202.39%204.25C2.14%2010.12%202%2011.04%202%2012c0%205.52%204.48%2010%2010%2010s10-4.48%2010-10S17.52%202%2012%202m0%202c2.9%200%205.44%201.56%206.84%203.88c-.43.07-.88.12-1.34.12c-2.9%200-5.44-1.56-6.84-3.88c.43-.07.88-.12%201.34-.12M2%205c0-1.65%201.35-3%203-3c.95%200%201.8.46%202.35%201.15c-1.79.94-3.26%202.41-4.2%204.2C2.46%206.8%202%205.95%202%205m6.08.03a8.05%208.05%200%200%201-3.66%204.44a8.05%208.05%200%200%201%203.66-4.44M12%2020c-4.41%200-8-3.59-8-8c0-.05.01-.1.01-.15c2.6-.98%204.68-2.99%205.74-5.55a9.94%209.94%200%200%200%209.92%203.46c.21.71.33%201.46.33%202.24c0%204.41-3.59%208-8%208%22%2F%3E%3Ccircle%20cx%3D%229%22%20cy%3D%2213%22%20r%3D%221.25%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%2213%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/twotone-face-4.svg?color=%231a73e8&size=48