face grin beam sweat icon
face-grin-beam-sweat from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- face-grin-beam-sweat
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 512×512
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome 6 Solid
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.3c-4.1 1.1-8.4 1.7-12.8 1.7c-26.5 0-48-21-48-47c0-5 1.8-11.3 4.6-18.1l.9-2.1c9-20.2 26.5-44.9 36-57.5c3.2-4.4 9.6-4.4 12.8 0C483.4 20.6 512 61 512 81c0 21.7-14.9 39.8-35.2 45.3M256 0c51.4 0 99.3 15.2 139.4 41.2c-1.5 3.1-3 6.2-4.3 9.3c-3.4 8-7.1 19-7.1 30.5c0 44.3 36.6 79 80 79c9.6 0 18.8-1.7 27.4-4.8c13.3 30.9 20.6 65 20.6 100.8c0 141.4-114.6 256-256 256S0 397.4 0 256S114.6 0 256 0m127.8 317.8C345.3 329.4 301.9 336 256 336s-89.3-6.6-127.8-18.2c-12.3-3.7-24.3 7-19.2 18.7c24.5 56.9 81.1 96.7 147 96.7s122.5-39.8 147-96.7c5.1-11.8-6.9-22.4-19.2-18.7m-166.2-89c2.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 Fa6SolidFaceGrinBeamSweat(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.3c-4.1 1.1-8.4 1.7-12.8 1.7c-26.5 0-48-21-48-47c0-5 1.8-11.3 4.6-18.1l.9-2.1c9-20.2 26.5-44.9 36-57.5c3.2-4.4 9.6-4.4 12.8 0C483.4 20.6 512 61 512 81c0 21.7-14.9 39.8-35.2 45.3M256 0c51.4 0 99.3 15.2 139.4 41.2c-1.5 3.1-3 6.2-4.3 9.3c-3.4 8-7.1 19-7.1 30.5c0 44.3 36.6 79 80 79c9.6 0 18.8-1.7 27.4-4.8c13.3 30.9 20.6 65 20.6 100.8c0 141.4-114.6 256-256 256S0 397.4 0 256S114.6 0 256 0m127.8 317.8C345.3 329.4 301.9 336 256 336s-89.3-6.6-127.8-18.2c-12.3-3.7-24.3 7-19.2 18.7c24.5 56.9 81.1 96.7 147 96.7s122.5-39.8 147-96.7c5.1-11.8-6.9-22.4-19.2-18.7m-166.2-89c2.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.3c-4.1 1.1-8.4 1.7-12.8 1.7c-26.5 0-48-21-48-47c0-5 1.8-11.3 4.6-18.1l.9-2.1c9-20.2 26.5-44.9 36-57.5c3.2-4.4 9.6-4.4 12.8 0C483.4 20.6 512 61 512 81c0 21.7-14.9 39.8-35.2 45.3M256 0c51.4 0 99.3 15.2 139.4 41.2c-1.5 3.1-3 6.2-4.3 9.3c-3.4 8-7.1 19-7.1 30.5c0 44.3 36.6 79 80 79c9.6 0 18.8-1.7 27.4-4.8c13.3 30.9 20.6 65 20.6 100.8c0 141.4-114.6 256-256 256S0 397.4 0 256S114.6 0 256 0m127.8 317.8C345.3 329.4 301.9 336 256 336s-89.3-6.6-127.8-18.2c-12.3-3.7-24.3 7-19.2 18.7c24.5 56.9 81.1 96.7 147 96.7s122.5-39.8 147-96.7c5.1-11.8-6.9-22.4-19.2-18.7m-166.2-89c2.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.3c-4.1%201.1-8.4%201.7-12.8%201.7c-26.5%200-48-21-48-47c0-5%201.8-11.3%204.6-18.1l.9-2.1c9-20.2%2026.5-44.9%2036-57.5c3.2-4.4%209.6-4.4%2012.8%200C483.4%2020.6%20512%2061%20512%2081c0%2021.7-14.9%2039.8-35.2%2045.3M256%200c51.4%200%2099.3%2015.2%20139.4%2041.2c-1.5%203.1-3%206.2-4.3%209.3c-3.4%208-7.1%2019-7.1%2030.5c0%2044.3%2036.6%2079%2080%2079c9.6%200%2018.8-1.7%2027.4-4.8c13.3%2030.9%2020.6%2065%2020.6%20100.8c0%20141.4-114.6%20256-256%20256S0%20397.4%200%20256S114.6%200%20256%200m127.8%20317.8C345.3%20329.4%20301.9%20336%20256%20336s-89.3-6.6-127.8-18.2c-12.3-3.7-24.3%207-19.2%2018.7c24.5%2056.9%2081.1%2096.7%20147%2096.7s122.5-39.8%20147-96.7c5.1-11.8-6.9-22.4-19.2-18.7m-166.2-89c2.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.3c-4.1%201.1-8.4%201.7-12.8%201.7c-26.5%200-48-21-48-47c0-5%201.8-11.3%204.6-18.1l.9-2.1c9-20.2%2026.5-44.9%2036-57.5c3.2-4.4%209.6-4.4%2012.8%200C483.4%2020.6%20512%2061%20512%2081c0%2021.7-14.9%2039.8-35.2%2045.3M256%200c51.4%200%2099.3%2015.2%20139.4%2041.2c-1.5%203.1-3%206.2-4.3%209.3c-3.4%208-7.1%2019-7.1%2030.5c0%2044.3%2036.6%2079%2080%2079c9.6%200%2018.8-1.7%2027.4-4.8c13.3%2030.9%2020.6%2065%2020.6%20100.8c0%20141.4-114.6%20256-256%20256S0%20397.4%200%20256S114.6%200%20256%200m127.8%20317.8C345.3%20329.4%20301.9%20336%20256%20336s-89.3-6.6-127.8-18.2c-12.3-3.7-24.3%207-19.2%2018.7c24.5%2056.9%2081.1%2096.7%20147%2096.7s122.5-39.8%20147-96.7c5.1-11.8-6.9-22.4-19.2-18.7m-166.2-89c2.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-solid/face-grin-beam-sweat.svg?color=%231a73e8&size=48