face grin stars icon

face-grin-stars from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.

Name
face-grin-stars
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome Solid

Use the face grin stars icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 576c141.4 0 256-114.6 256-256c0-24.4-3.4-48.1-9.8-70.5c18.6-36.1-2.7-83.6-46.7-90C472.6 101.2 400.6 64 320 64s-152.6 37.3-199.5 95.5c-44 6.4-65.3 53.9-46.7 90c-6.4 22.4-9.8 46-9.8 70.5c0 141.4 114.6 256 256 256m130.7-187.1c11.9-3.7 23.9 6.3 19.6 18.1C447.9 468.3 389 512.1 320 512.1s-127.9-43.9-150.3-105.2c-4.3-11.8 7.7-21.8 19.6-18.1C228.5 401 273 407.9 320 407.9s91.5-6.9 130.7-19.1zm-31.6-231c5.3-10.7 20.5-10.7 25.8 0l20.9 42.4l46.7 6.8c11.8 1.7 16.5 16.2 8 24.5l-33.8 33l8 46.6c2 11.7-10.3 20.7-20.9 15.2l-41.8-22l-41.8 22c-10.5 5.5-22.9-3.4-20.9-15.2l8-46.6l-33.8-33c-8.5-8.3-3.8-22.8 8-24.5l46.7-6.8zm-198.2 0l20.9 42.4l46.7 6.8c11.8 1.7 16.5 16.2 8 24.5l-33.8 33l8 46.6c2 11.7-10.3 20.7-20.9 15.2l-41.8-22l-41.8 22c-10.5 5.5-22.9-3.4-20.9-15.2l8-46.6l-33.8-33c-8.5-8.3-3.8-22.8 8-24.5l46.7-6.8l20.9-42.4c5.3-10.7 20.5-10.7 25.8 0"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidFaceGrinStars(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 576c141.4 0 256-114.6 256-256c0-24.4-3.4-48.1-9.8-70.5c18.6-36.1-2.7-83.6-46.7-90C472.6 101.2 400.6 64 320 64s-152.6 37.3-199.5 95.5c-44 6.4-65.3 53.9-46.7 90c-6.4 22.4-9.8 46-9.8 70.5c0 141.4 114.6 256 256 256m130.7-187.1c11.9-3.7 23.9 6.3 19.6 18.1C447.9 468.3 389 512.1 320 512.1s-127.9-43.9-150.3-105.2c-4.3-11.8 7.7-21.8 19.6-18.1C228.5 401 273 407.9 320 407.9s91.5-6.9 130.7-19.1zm-31.6-231c5.3-10.7 20.5-10.7 25.8 0l20.9 42.4l46.7 6.8c11.8 1.7 16.5 16.2 8 24.5l-33.8 33l8 46.6c2 11.7-10.3 20.7-20.9 15.2l-41.8-22l-41.8 22c-10.5 5.5-22.9-3.4-20.9-15.2l8-46.6l-33.8-33c-8.5-8.3-3.8-22.8 8-24.5l46.7-6.8zm-198.2 0l20.9 42.4l46.7 6.8c11.8 1.7 16.5 16.2 8 24.5l-33.8 33l8 46.6c2 11.7-10.3 20.7-20.9 15.2l-41.8-22l-41.8 22c-10.5 5.5-22.9-3.4-20.9-15.2l8-46.6l-33.8-33c-8.5-8.3-3.8-22.8 8-24.5l46.7-6.8l20.9-42.4c5.3-10.7 20.5-10.7 25.8 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 576c141.4 0 256-114.6 256-256c0-24.4-3.4-48.1-9.8-70.5c18.6-36.1-2.7-83.6-46.7-90C472.6 101.2 400.6 64 320 64s-152.6 37.3-199.5 95.5c-44 6.4-65.3 53.9-46.7 90c-6.4 22.4-9.8 46-9.8 70.5c0 141.4 114.6 256 256 256m130.7-187.1c11.9-3.7 23.9 6.3 19.6 18.1C447.9 468.3 389 512.1 320 512.1s-127.9-43.9-150.3-105.2c-4.3-11.8 7.7-21.8 19.6-18.1C228.5 401 273 407.9 320 407.9s91.5-6.9 130.7-19.1zm-31.6-231c5.3-10.7 20.5-10.7 25.8 0l20.9 42.4l46.7 6.8c11.8 1.7 16.5 16.2 8 24.5l-33.8 33l8 46.6c2 11.7-10.3 20.7-20.9 15.2l-41.8-22l-41.8 22c-10.5 5.5-22.9-3.4-20.9-15.2l8-46.6l-33.8-33c-8.5-8.3-3.8-22.8 8-24.5l46.7-6.8zm-198.2 0l20.9 42.4l46.7 6.8c11.8 1.7 16.5 16.2 8 24.5l-33.8 33l8 46.6c2 11.7-10.3 20.7-20.9 15.2l-41.8-22l-41.8 22c-10.5 5.5-22.9-3.4-20.9-15.2l8-46.6l-33.8-33c-8.5-8.3-3.8-22.8 8-24.5l46.7-6.8l20.9-42.4c5.3-10.7 20.5-10.7 25.8 0"/></svg>
</template>

CSS

.icon-face-grin-stars {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%20576c141.4%200%20256-114.6%20256-256c0-24.4-3.4-48.1-9.8-70.5c18.6-36.1-2.7-83.6-46.7-90C472.6%20101.2%20400.6%2064%20320%2064s-152.6%2037.3-199.5%2095.5c-44%206.4-65.3%2053.9-46.7%2090c-6.4%2022.4-9.8%2046-9.8%2070.5c0%20141.4%20114.6%20256%20256%20256m130.7-187.1c11.9-3.7%2023.9%206.3%2019.6%2018.1C447.9%20468.3%20389%20512.1%20320%20512.1s-127.9-43.9-150.3-105.2c-4.3-11.8%207.7-21.8%2019.6-18.1C228.5%20401%20273%20407.9%20320%20407.9s91.5-6.9%20130.7-19.1zm-31.6-231c5.3-10.7%2020.5-10.7%2025.8%200l20.9%2042.4l46.7%206.8c11.8%201.7%2016.5%2016.2%208%2024.5l-33.8%2033l8%2046.6c2%2011.7-10.3%2020.7-20.9%2015.2l-41.8-22l-41.8%2022c-10.5%205.5-22.9-3.4-20.9-15.2l8-46.6l-33.8-33c-8.5-8.3-3.8-22.8%208-24.5l46.7-6.8zm-198.2%200l20.9%2042.4l46.7%206.8c11.8%201.7%2016.5%2016.2%208%2024.5l-33.8%2033l8%2046.6c2%2011.7-10.3%2020.7-20.9%2015.2l-41.8-22l-41.8%2022c-10.5%205.5-22.9-3.4-20.9-15.2l8-46.6l-33.8-33c-8.5-8.3-3.8-22.8%208-24.5l46.7-6.8l20.9-42.4c5.3-10.7%2020.5-10.7%2025.8%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%20576c141.4%200%20256-114.6%20256-256c0-24.4-3.4-48.1-9.8-70.5c18.6-36.1-2.7-83.6-46.7-90C472.6%20101.2%20400.6%2064%20320%2064s-152.6%2037.3-199.5%2095.5c-44%206.4-65.3%2053.9-46.7%2090c-6.4%2022.4-9.8%2046-9.8%2070.5c0%20141.4%20114.6%20256%20256%20256m130.7-187.1c11.9-3.7%2023.9%206.3%2019.6%2018.1C447.9%20468.3%20389%20512.1%20320%20512.1s-127.9-43.9-150.3-105.2c-4.3-11.8%207.7-21.8%2019.6-18.1C228.5%20401%20273%20407.9%20320%20407.9s91.5-6.9%20130.7-19.1zm-31.6-231c5.3-10.7%2020.5-10.7%2025.8%200l20.9%2042.4l46.7%206.8c11.8%201.7%2016.5%2016.2%208%2024.5l-33.8%2033l8%2046.6c2%2011.7-10.3%2020.7-20.9%2015.2l-41.8-22l-41.8%2022c-10.5%205.5-22.9-3.4-20.9-15.2l8-46.6l-33.8-33c-8.5-8.3-3.8-22.8%208-24.5l46.7-6.8zm-198.2%200l20.9%2042.4l46.7%206.8c11.8%201.7%2016.5%2016.2%208%2024.5l-33.8%2033l8%2046.6c2%2011.7-10.3%2020.7-20.9%2015.2l-41.8-22l-41.8%2022c-10.5%205.5-22.9-3.4-20.9-15.2l8-46.6l-33.8-33c-8.5-8.3-3.8-22.8%208-24.5l46.7-6.8l20.9-42.4c5.3-10.7%2020.5-10.7%2025.8%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/face-grin-stars.svg?color=%231a73e8&size=48