twotone face 6 icon
twotone-face-6 from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- twotone-face-6
- 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 6 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.55 7.66A2.99 2.99 0 0 1 9.24 6h5.53c1.14 0 2.17.64 2.68 1.66c.94 1.87 1.66 2.08 2.26 2.24C18.78 6.51 15.68 4 12 4S5.22 6.51 4.29 9.9c.68-.18 1.33-.38 2.26-2.24" opacity=".3"/><path fill="currentColor" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2m0 2c3.68 0 6.78 2.51 7.71 5.9c-.6-.16-1.33-.37-2.26-2.24A2.99 2.99 0 0 0 14.76 6H9.24c-1.15 0-2.18.64-2.69 1.66c-.93 1.86-1.58 2.06-2.26 2.24C5.22 6.51 8.32 4 12 4m0 16c-4.41 0-8-3.59-8-8v-.03c2.31-.22 3.43-1.59 4.34-3.41c.17-.35.51-.56.9-.56h5.53c.38 0 .72.21.89.55c.9 1.8 1.99 3.19 4.34 3.41v.03c0 4.42-3.59 8.01-8 8.01"/><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 IcTwotoneFace6(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="M6.55 7.66A2.99 2.99 0 0 1 9.24 6h5.53c1.14 0 2.17.64 2.68 1.66c.94 1.87 1.66 2.08 2.26 2.24C18.78 6.51 15.68 4 12 4S5.22 6.51 4.29 9.9c.68-.18 1.33-.38 2.26-2.24" opacity=".3"/><path fill="currentColor" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2m0 2c3.68 0 6.78 2.51 7.71 5.9c-.6-.16-1.33-.37-2.26-2.24A2.99 2.99 0 0 0 14.76 6H9.24c-1.15 0-2.18.64-2.69 1.66c-.93 1.86-1.58 2.06-2.26 2.24C5.22 6.51 8.32 4 12 4m0 16c-4.41 0-8-3.59-8-8v-.03c2.31-.22 3.43-1.59 4.34-3.41c.17-.35.51-.56.9-.56h5.53c.38 0 .72.21.89.55c.9 1.8 1.99 3.19 4.34 3.41v.03c0 4.42-3.59 8.01-8 8.01"/><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="M6.55 7.66A2.99 2.99 0 0 1 9.24 6h5.53c1.14 0 2.17.64 2.68 1.66c.94 1.87 1.66 2.08 2.26 2.24C18.78 6.51 15.68 4 12 4S5.22 6.51 4.29 9.9c.68-.18 1.33-.38 2.26-2.24" opacity=".3"/><path fill="currentColor" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2m0 2c3.68 0 6.78 2.51 7.71 5.9c-.6-.16-1.33-.37-2.26-2.24A2.99 2.99 0 0 0 14.76 6H9.24c-1.15 0-2.18.64-2.69 1.66c-.93 1.86-1.58 2.06-2.26 2.24C5.22 6.51 8.32 4 12 4m0 16c-4.41 0-8-3.59-8-8v-.03c2.31-.22 3.43-1.59 4.34-3.41c.17-.35.51-.56.9-.56h5.53c.38 0 .72.21.89.55c.9 1.8 1.99 3.19 4.34 3.41v.03c0 4.42-3.59 8.01-8 8.01"/><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-6 {
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%22M6.55%207.66A2.99%202.99%200%200%201%209.24%206h5.53c1.14%200%202.17.64%202.68%201.66c.94%201.87%201.66%202.08%202.26%202.24C18.78%206.51%2015.68%204%2012%204S5.22%206.51%204.29%209.9c.68-.18%201.33-.38%202.26-2.24%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010s10-4.48%2010-10S17.52%202%2012%202m0%202c3.68%200%206.78%202.51%207.71%205.9c-.6-.16-1.33-.37-2.26-2.24A2.99%202.99%200%200%200%2014.76%206H9.24c-1.15%200-2.18.64-2.69%201.66c-.93%201.86-1.58%202.06-2.26%202.24C5.22%206.51%208.32%204%2012%204m0%2016c-4.41%200-8-3.59-8-8v-.03c2.31-.22%203.43-1.59%204.34-3.41c.17-.35.51-.56.9-.56h5.53c.38%200%20.72.21.89.55c.9%201.8%201.99%203.19%204.34%203.41v.03c0%204.42-3.59%208.01-8%208.01%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%22M6.55%207.66A2.99%202.99%200%200%201%209.24%206h5.53c1.14%200%202.17.64%202.68%201.66c.94%201.87%201.66%202.08%202.26%202.24C18.78%206.51%2015.68%204%2012%204S5.22%206.51%204.29%209.9c.68-.18%201.33-.38%202.26-2.24%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010s10-4.48%2010-10S17.52%202%2012%202m0%202c3.68%200%206.78%202.51%207.71%205.9c-.6-.16-1.33-.37-2.26-2.24A2.99%202.99%200%200%200%2014.76%206H9.24c-1.15%200-2.18.64-2.69%201.66c-.93%201.86-1.58%202.06-2.26%202.24C5.22%206.51%208.32%204%2012%204m0%2016c-4.41%200-8-3.59-8-8v-.03c2.31-.22%203.43-1.59%204.34-3.41c.17-.35.51-.56.9-.56h5.53c.38%200%20.72.21.89.55c.9%201.8%201.99%203.19%204.34%203.41v.03c0%204.42-3.59%208.01-8%208.01%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-6.svg?color=%231a73e8&size=48