face grin beam sweat icon
face-grin-beam-sweat from Font Awesome 6 Regular by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- face-grin-beam-sweat
- 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-flushedface-frownface-frown-openface-grimaceface-grinface-grin-beamface-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 grin beam sweat icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M476.8 126.3c20.3-5.5 35.2-23.6 35.2-45.3c0-20-28.6-60.4-41.6-77.7c-3.2-4.4-9.6-4.4-12.8 0c-9.5 12.6-27.1 37.2-36 57.5l-.9 2.1C417.8 69.7 416 76 416 81c0 26 21.5 47 48 47c4.4 0 8.7-.6 12.8-1.7m-81.4-85.1C355.3 15.2 307.4 0 256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256c0-35.8-7.3-69.9-20.6-100.8c-8.6 3.1-17.8 4.8-27.4 4.8c-8.9 0-17.6-1.5-25.7-4.2C454.7 185.5 464 219.7 464 256c0 114.9-93.1 208-208 208S48 370.9 48 256S141.1 48 256 48c48.7 0 93.4 16.7 128.9 44.7Q384 87 384 81c0-11.4 3.8-22.4 7.1-30.5c1.3-3.1 2.7-6.2 4.3-9.3M375 336.5c10.4-16.1-6.8-32.5-25.5-28.1c-28.9 6.8-60.5 10.5-93.6 10.5s-64.7-3.7-93.6-10.5c-18.7-4.4-35.9 12-25.5 28.1c24.6 38.1 68.7 63.5 119.1 63.5s94.5-25.4 119.1-63.5M217.6 228.8c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2c-9.9 13.2-16.6 30.9-16.6 48.8c0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8l.2-.2c.2-.2.4-.5.7-.9c.6-.8 1.6-2 2.8-3.4c2.5-2.8 6-6.6 10.2-10.3c8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3c1.2 1.4 2.2 2.6 2.8 3.4c.3.4.6.7.7.9zm160 0c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2c-9.9 13.2-16.6 30.9-16.6 48.8c0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8l.2-.2c.2-.2.4-.5.7-.9c.6-.8 1.6-2 2.8-3.4c2.5-2.8 6-6.6 10.2-10.3c8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3c1.2 1.4 2.2 2.6 2.8 3.4c.3.4.6.7.7.9z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6RegularFaceGrinBeamSweat(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="M476.8 126.3c20.3-5.5 35.2-23.6 35.2-45.3c0-20-28.6-60.4-41.6-77.7c-3.2-4.4-9.6-4.4-12.8 0c-9.5 12.6-27.1 37.2-36 57.5l-.9 2.1C417.8 69.7 416 76 416 81c0 26 21.5 47 48 47c4.4 0 8.7-.6 12.8-1.7m-81.4-85.1C355.3 15.2 307.4 0 256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256c0-35.8-7.3-69.9-20.6-100.8c-8.6 3.1-17.8 4.8-27.4 4.8c-8.9 0-17.6-1.5-25.7-4.2C454.7 185.5 464 219.7 464 256c0 114.9-93.1 208-208 208S48 370.9 48 256S141.1 48 256 48c48.7 0 93.4 16.7 128.9 44.7Q384 87 384 81c0-11.4 3.8-22.4 7.1-30.5c1.3-3.1 2.7-6.2 4.3-9.3M375 336.5c10.4-16.1-6.8-32.5-25.5-28.1c-28.9 6.8-60.5 10.5-93.6 10.5s-64.7-3.7-93.6-10.5c-18.7-4.4-35.9 12-25.5 28.1c24.6 38.1 68.7 63.5 119.1 63.5s94.5-25.4 119.1-63.5M217.6 228.8c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2c-9.9 13.2-16.6 30.9-16.6 48.8c0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8l.2-.2c.2-.2.4-.5.7-.9c.6-.8 1.6-2 2.8-3.4c2.5-2.8 6-6.6 10.2-10.3c8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3c1.2 1.4 2.2 2.6 2.8 3.4c.3.4.6.7.7.9zm160 0c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2c-9.9 13.2-16.6 30.9-16.6 48.8c0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8l.2-.2c.2-.2.4-.5.7-.9c.6-.8 1.6-2 2.8-3.4c2.5-2.8 6-6.6 10.2-10.3c8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3c1.2 1.4 2.2 2.6 2.8 3.4c.3.4.6.7.7.9z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M476.8 126.3c20.3-5.5 35.2-23.6 35.2-45.3c0-20-28.6-60.4-41.6-77.7c-3.2-4.4-9.6-4.4-12.8 0c-9.5 12.6-27.1 37.2-36 57.5l-.9 2.1C417.8 69.7 416 76 416 81c0 26 21.5 47 48 47c4.4 0 8.7-.6 12.8-1.7m-81.4-85.1C355.3 15.2 307.4 0 256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256c0-35.8-7.3-69.9-20.6-100.8c-8.6 3.1-17.8 4.8-27.4 4.8c-8.9 0-17.6-1.5-25.7-4.2C454.7 185.5 464 219.7 464 256c0 114.9-93.1 208-208 208S48 370.9 48 256S141.1 48 256 48c48.7 0 93.4 16.7 128.9 44.7Q384 87 384 81c0-11.4 3.8-22.4 7.1-30.5c1.3-3.1 2.7-6.2 4.3-9.3M375 336.5c10.4-16.1-6.8-32.5-25.5-28.1c-28.9 6.8-60.5 10.5-93.6 10.5s-64.7-3.7-93.6-10.5c-18.7-4.4-35.9 12-25.5 28.1c24.6 38.1 68.7 63.5 119.1 63.5s94.5-25.4 119.1-63.5M217.6 228.8c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2c-9.9 13.2-16.6 30.9-16.6 48.8c0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8l.2-.2c.2-.2.4-.5.7-.9c.6-.8 1.6-2 2.8-3.4c2.5-2.8 6-6.6 10.2-10.3c8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3c1.2 1.4 2.2 2.6 2.8 3.4c.3.4.6.7.7.9zm160 0c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2c-9.9 13.2-16.6 30.9-16.6 48.8c0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8l.2-.2c.2-.2.4-.5.7-.9c.6-.8 1.6-2 2.8-3.4c2.5-2.8 6-6.6 10.2-10.3c8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3c1.2 1.4 2.2 2.6 2.8 3.4c.3.4.6.7.7.9z"/></svg> </template>
CSS
.icon-face-grin-beam-sweat {
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%22M476.8%20126.3c20.3-5.5%2035.2-23.6%2035.2-45.3c0-20-28.6-60.4-41.6-77.7c-3.2-4.4-9.6-4.4-12.8%200c-9.5%2012.6-27.1%2037.2-36%2057.5l-.9%202.1C417.8%2069.7%20416%2076%20416%2081c0%2026%2021.5%2047%2048%2047c4.4%200%208.7-.6%2012.8-1.7m-81.4-85.1C355.3%2015.2%20307.4%200%20256%200C114.6%200%200%20114.6%200%20256s114.6%20256%20256%20256s256-114.6%20256-256c0-35.8-7.3-69.9-20.6-100.8c-8.6%203.1-17.8%204.8-27.4%204.8c-8.9%200-17.6-1.5-25.7-4.2C454.7%20185.5%20464%20219.7%20464%20256c0%20114.9-93.1%20208-208%20208S48%20370.9%2048%20256S141.1%2048%20256%2048c48.7%200%2093.4%2016.7%20128.9%2044.7Q384%2087%20384%2081c0-11.4%203.8-22.4%207.1-30.5c1.3-3.1%202.7-6.2%204.3-9.3M375%20336.5c10.4-16.1-6.8-32.5-25.5-28.1c-28.9%206.8-60.5%2010.5-93.6%2010.5s-64.7-3.7-93.6-10.5c-18.7-4.4-35.9%2012-25.5%2028.1c24.6%2038.1%2068.7%2063.5%20119.1%2063.5s94.5-25.4%20119.1-63.5M217.6%20228.8c2.1%202.8%205.7%203.9%208.9%202.8s5.5-4.1%205.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6%2010.2-39.4%2023.2c-9.9%2013.2-16.6%2030.9-16.6%2048.8c0%203.4%202.2%206.5%205.5%207.6s6.9%200%208.9-2.8l.2-.2c.2-.2.4-.5.7-.9c.6-.8%201.6-2%202.8-3.4c2.5-2.8%206-6.6%2010.2-10.3c8.8-7.8%2018.8-14%2027.7-14s18.9%206.2%2027.7%2014c4.2%203.7%207.7%207.5%2010.2%2010.3c1.2%201.4%202.2%202.6%202.8%203.4c.3.4.6.7.7.9zm160%200c2.1%202.8%205.7%203.9%208.9%202.8s5.5-4.1%205.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6%2010.2-39.4%2023.2c-9.9%2013.2-16.6%2030.9-16.6%2048.8c0%203.4%202.2%206.5%205.5%207.6s6.9%200%208.9-2.8l.2-.2c.2-.2.4-.5.7-.9c.6-.8%201.6-2%202.8-3.4c2.5-2.8%206-6.6%2010.2-10.3c8.8-7.8%2018.8-14%2027.7-14s18.9%206.2%2027.7%2014c4.2%203.7%207.7%207.5%2010.2%2010.3c1.2%201.4%202.2%202.6%202.8%203.4c.3.4.6.7.7.9z%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%22M476.8%20126.3c20.3-5.5%2035.2-23.6%2035.2-45.3c0-20-28.6-60.4-41.6-77.7c-3.2-4.4-9.6-4.4-12.8%200c-9.5%2012.6-27.1%2037.2-36%2057.5l-.9%202.1C417.8%2069.7%20416%2076%20416%2081c0%2026%2021.5%2047%2048%2047c4.4%200%208.7-.6%2012.8-1.7m-81.4-85.1C355.3%2015.2%20307.4%200%20256%200C114.6%200%200%20114.6%200%20256s114.6%20256%20256%20256s256-114.6%20256-256c0-35.8-7.3-69.9-20.6-100.8c-8.6%203.1-17.8%204.8-27.4%204.8c-8.9%200-17.6-1.5-25.7-4.2C454.7%20185.5%20464%20219.7%20464%20256c0%20114.9-93.1%20208-208%20208S48%20370.9%2048%20256S141.1%2048%20256%2048c48.7%200%2093.4%2016.7%20128.9%2044.7Q384%2087%20384%2081c0-11.4%203.8-22.4%207.1-30.5c1.3-3.1%202.7-6.2%204.3-9.3M375%20336.5c10.4-16.1-6.8-32.5-25.5-28.1c-28.9%206.8-60.5%2010.5-93.6%2010.5s-64.7-3.7-93.6-10.5c-18.7-4.4-35.9%2012-25.5%2028.1c24.6%2038.1%2068.7%2063.5%20119.1%2063.5s94.5-25.4%20119.1-63.5M217.6%20228.8c2.1%202.8%205.7%203.9%208.9%202.8s5.5-4.1%205.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6%2010.2-39.4%2023.2c-9.9%2013.2-16.6%2030.9-16.6%2048.8c0%203.4%202.2%206.5%205.5%207.6s6.9%200%208.9-2.8l.2-.2c.2-.2.4-.5.7-.9c.6-.8%201.6-2%202.8-3.4c2.5-2.8%206-6.6%2010.2-10.3c8.8-7.8%2018.8-14%2027.7-14s18.9%206.2%2027.7%2014c4.2%203.7%207.7%207.5%2010.2%2010.3c1.2%201.4%202.2%202.6%202.8%203.4c.3.4.6.7.7.9zm160%200c2.1%202.8%205.7%203.9%208.9%202.8s5.5-4.1%205.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6%2010.2-39.4%2023.2c-9.9%2013.2-16.6%2030.9-16.6%2048.8c0%203.4%202.2%206.5%205.5%207.6s6.9%200%208.9-2.8l.2-.2c.2-.2.4-.5.7-.9c.6-.8%201.6-2%202.8-3.4c2.5-2.8%206-6.6%2010.2-10.3c8.8-7.8%2018.8-14%2027.7-14s18.9%206.2%2027.7%2014c4.2%203.7%207.7%207.5%2010.2%2010.3c1.2%201.4%202.2%202.6%202.8%203.4c.3.4.6.7.7.9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-regular/face-grin-beam-sweat.svg?color=%231a73e8&size=48