face flushed icon
face-flushed from Font Awesome 6 Regular by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- face-flushed
- Set
- Font Awesome 6 Regular
- Style
- Regular
- Viewbox
- 512×512
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome 6 Regular
face-angryface-dizzyface-frownface-frown-openface-grimaceface-grinface-grin-beamface-grin-beam-sweatface-grin-heartsface-grin-squintface-grin-squint-tearsface-grin-starsface-grin-tearsface-grin-tongueface-grin-tongue-squintface-grin-tongue-winkface-grin-wideface-grin-winkface-kissface-kiss-beamface-kiss-wink-heartface-laughface-laugh-beamface-laugh-squint
Use the face flushed icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M464 256a208 208 0 1 1-416 0a208 208 0 1 1 416 0M256 0a256 256 0 1 0 0 512a256 256 0 1 0 0-512m-95.6 248a24 24 0 1 0 0-48a24 24 0 1 0 0 48m216-24a24 24 0 1 0-48 0a24 24 0 1 0 48 0M192 336c-13.3 0-24 10.7-24 24s10.7 24 24 24h128c13.3 0 24-10.7 24-24s-10.7-24-24-24zm-32-160a48 48 0 1 1 0 96a48 48 0 1 1 0-96m0 128a80 80 0 1 0 0-160a80 80 0 1 0 0 160m144-80a48 48 0 1 1 96 0a48 48 0 1 1-96 0m128 0a80 80 0 1 0-160 0a80 80 0 1 0 160 0"/></svg>
React
import type { SVGProps } from "react";
export function Fa6RegularFaceFlushed(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M464 256a208 208 0 1 1-416 0a208 208 0 1 1 416 0M256 0a256 256 0 1 0 0 512a256 256 0 1 0 0-512m-95.6 248a24 24 0 1 0 0-48a24 24 0 1 0 0 48m216-24a24 24 0 1 0-48 0a24 24 0 1 0 48 0M192 336c-13.3 0-24 10.7-24 24s10.7 24 24 24h128c13.3 0 24-10.7 24-24s-10.7-24-24-24zm-32-160a48 48 0 1 1 0 96a48 48 0 1 1 0-96m0 128a80 80 0 1 0 0-160a80 80 0 1 0 0 160m144-80a48 48 0 1 1 96 0a48 48 0 1 1-96 0m128 0a80 80 0 1 0-160 0a80 80 0 1 0 160 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M464 256a208 208 0 1 1-416 0a208 208 0 1 1 416 0M256 0a256 256 0 1 0 0 512a256 256 0 1 0 0-512m-95.6 248a24 24 0 1 0 0-48a24 24 0 1 0 0 48m216-24a24 24 0 1 0-48 0a24 24 0 1 0 48 0M192 336c-13.3 0-24 10.7-24 24s10.7 24 24 24h128c13.3 0 24-10.7 24-24s-10.7-24-24-24zm-32-160a48 48 0 1 1 0 96a48 48 0 1 1 0-96m0 128a80 80 0 1 0 0-160a80 80 0 1 0 0 160m144-80a48 48 0 1 1 96 0a48 48 0 1 1-96 0m128 0a80 80 0 1 0-160 0a80 80 0 1 0 160 0"/></svg> </template>
CSS
.icon-face-flushed {
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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M464%20256a208%20208%200%201%201-416%200a208%20208%200%201%201%20416%200M256%200a256%20256%200%201%200%200%20512a256%20256%200%201%200%200-512m-95.6%20248a24%2024%200%201%200%200-48a24%2024%200%201%200%200%2048m216-24a24%2024%200%201%200-48%200a24%2024%200%201%200%2048%200M192%20336c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h128c13.3%200%2024-10.7%2024-24s-10.7-24-24-24zm-32-160a48%2048%200%201%201%200%2096a48%2048%200%201%201%200-96m0%20128a80%2080%200%201%200%200-160a80%2080%200%201%200%200%20160m144-80a48%2048%200%201%201%2096%200a48%2048%200%201%201-96%200m128%200a80%2080%200%201%200-160%200a80%2080%200%201%200%20160%200%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M464%20256a208%20208%200%201%201-416%200a208%20208%200%201%201%20416%200M256%200a256%20256%200%201%200%200%20512a256%20256%200%201%200%200-512m-95.6%20248a24%2024%200%201%200%200-48a24%2024%200%201%200%200%2048m216-24a24%2024%200%201%200-48%200a24%2024%200%201%200%2048%200M192%20336c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h128c13.3%200%2024-10.7%2024-24s-10.7-24-24-24zm-32-160a48%2048%200%201%201%200%2096a48%2048%200%201%201%200-96m0%20128a80%2080%200%201%200%200-160a80%2080%200%201%200%200%20160m144-80a48%2048%200%201%201%2096%200a48%2048%200%201%201-96%200m128%200a80%2080%200%201%200-160%200a80%2080%200%201%200%20160%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-regular/face-flushed.svg?color=%231a73e8&size=48