face grin stars icon

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

Name
face-grin-stars
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

Use the face grin stars icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M0 256a256 256 0 1 1 512 0a256 256 0 1 1-512 0m407.4 75.5c5-11.8-7-22.5-19.3-18.7c-39.7 12.2-84.5 19-131.8 19s-92.1-6.8-131.8-19c-12.3-3.8-24.3 6.9-19.3 18.7c25 59.1 83.2 100.5 151.1 100.5s126.2-41.4 151.1-100.5M160 120c-3.1 0-5.9 1.8-7.2 4.6l-16.6 34.7l-38.1 5c-3.1.4-5.6 2.5-6.6 5.5s-.1 6.2 2.1 8.3l27.9 26.5l-7 37.8c-.6 3 .7 6.1 3.2 7.9s5.8 2 8.5.6l33.8-18.4l33.8 18.3c2.7 1.5 6 1.3 8.5-.6s3.7-4.9 3.2-7.9l-7-37.8l27.9-26.5c2.2-2.1 3.1-5.3 2.1-8.3s-3.5-5.1-6.6-5.5l-38.1-5l-16.6-34.7c-1.3-2.8-4.1-4.6-7.2-4.6zm192 0c-3.1 0-5.9 1.8-7.2 4.6l-16.6 34.7l-38.1 5c-3.1.4-5.6 2.5-6.6 5.5s-.1 6.2 2.1 8.3l27.9 26.5l-7 37.8c-.6 3 .7 6.1 3.2 7.9s5.8 2 8.5.6l33.8-18.4l33.8 18.3c2.7 1.5 6 1.3 8.5-.6s3.7-4.9 3.2-7.9l-7-37.8l27.9-26.5c2.2-2.1 3.1-5.3 2.1-8.3s-3.5-5.1-6.6-5.5l-38.1-5l-16.6-34.7c-1.3-2.8-4.1-4.6-7.2-4.6z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidFaceGrinStars(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="M0 256a256 256 0 1 1 512 0a256 256 0 1 1-512 0m407.4 75.5c5-11.8-7-22.5-19.3-18.7c-39.7 12.2-84.5 19-131.8 19s-92.1-6.8-131.8-19c-12.3-3.8-24.3 6.9-19.3 18.7c25 59.1 83.2 100.5 151.1 100.5s126.2-41.4 151.1-100.5M160 120c-3.1 0-5.9 1.8-7.2 4.6l-16.6 34.7l-38.1 5c-3.1.4-5.6 2.5-6.6 5.5s-.1 6.2 2.1 8.3l27.9 26.5l-7 37.8c-.6 3 .7 6.1 3.2 7.9s5.8 2 8.5.6l33.8-18.4l33.8 18.3c2.7 1.5 6 1.3 8.5-.6s3.7-4.9 3.2-7.9l-7-37.8l27.9-26.5c2.2-2.1 3.1-5.3 2.1-8.3s-3.5-5.1-6.6-5.5l-38.1-5l-16.6-34.7c-1.3-2.8-4.1-4.6-7.2-4.6zm192 0c-3.1 0-5.9 1.8-7.2 4.6l-16.6 34.7l-38.1 5c-3.1.4-5.6 2.5-6.6 5.5s-.1 6.2 2.1 8.3l27.9 26.5l-7 37.8c-.6 3 .7 6.1 3.2 7.9s5.8 2 8.5.6l33.8-18.4l33.8 18.3c2.7 1.5 6 1.3 8.5-.6s3.7-4.9 3.2-7.9l-7-37.8l27.9-26.5c2.2-2.1 3.1-5.3 2.1-8.3s-3.5-5.1-6.6-5.5l-38.1-5l-16.6-34.7c-1.3-2.8-4.1-4.6-7.2-4.6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M0 256a256 256 0 1 1 512 0a256 256 0 1 1-512 0m407.4 75.5c5-11.8-7-22.5-19.3-18.7c-39.7 12.2-84.5 19-131.8 19s-92.1-6.8-131.8-19c-12.3-3.8-24.3 6.9-19.3 18.7c25 59.1 83.2 100.5 151.1 100.5s126.2-41.4 151.1-100.5M160 120c-3.1 0-5.9 1.8-7.2 4.6l-16.6 34.7l-38.1 5c-3.1.4-5.6 2.5-6.6 5.5s-.1 6.2 2.1 8.3l27.9 26.5l-7 37.8c-.6 3 .7 6.1 3.2 7.9s5.8 2 8.5.6l33.8-18.4l33.8 18.3c2.7 1.5 6 1.3 8.5-.6s3.7-4.9 3.2-7.9l-7-37.8l27.9-26.5c2.2-2.1 3.1-5.3 2.1-8.3s-3.5-5.1-6.6-5.5l-38.1-5l-16.6-34.7c-1.3-2.8-4.1-4.6-7.2-4.6zm192 0c-3.1 0-5.9 1.8-7.2 4.6l-16.6 34.7l-38.1 5c-3.1.4-5.6 2.5-6.6 5.5s-.1 6.2 2.1 8.3l27.9 26.5l-7 37.8c-.6 3 .7 6.1 3.2 7.9s5.8 2 8.5.6l33.8-18.4l33.8 18.3c2.7 1.5 6 1.3 8.5-.6s3.7-4.9 3.2-7.9l-7-37.8l27.9-26.5c2.2-2.1 3.1-5.3 2.1-8.3s-3.5-5.1-6.6-5.5l-38.1-5l-16.6-34.7c-1.3-2.8-4.1-4.6-7.2-4.6z"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%20256a256%20256%200%201%201%20512%200a256%20256%200%201%201-512%200m407.4%2075.5c5-11.8-7-22.5-19.3-18.7c-39.7%2012.2-84.5%2019-131.8%2019s-92.1-6.8-131.8-19c-12.3-3.8-24.3%206.9-19.3%2018.7c25%2059.1%2083.2%20100.5%20151.1%20100.5s126.2-41.4%20151.1-100.5M160%20120c-3.1%200-5.9%201.8-7.2%204.6l-16.6%2034.7l-38.1%205c-3.1.4-5.6%202.5-6.6%205.5s-.1%206.2%202.1%208.3l27.9%2026.5l-7%2037.8c-.6%203%20.7%206.1%203.2%207.9s5.8%202%208.5.6l33.8-18.4l33.8%2018.3c2.7%201.5%206%201.3%208.5-.6s3.7-4.9%203.2-7.9l-7-37.8l27.9-26.5c2.2-2.1%203.1-5.3%202.1-8.3s-3.5-5.1-6.6-5.5l-38.1-5l-16.6-34.7c-1.3-2.8-4.1-4.6-7.2-4.6zm192%200c-3.1%200-5.9%201.8-7.2%204.6l-16.6%2034.7l-38.1%205c-3.1.4-5.6%202.5-6.6%205.5s-.1%206.2%202.1%208.3l27.9%2026.5l-7%2037.8c-.6%203%20.7%206.1%203.2%207.9s5.8%202%208.5.6l33.8-18.4l33.8%2018.3c2.7%201.5%206%201.3%208.5-.6s3.7-4.9%203.2-7.9l-7-37.8l27.9-26.5c2.2-2.1%203.1-5.3%202.1-8.3s-3.5-5.1-6.6-5.5l-38.1-5l-16.6-34.7c-1.3-2.8-4.1-4.6-7.2-4.6z%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%22M0%20256a256%20256%200%201%201%20512%200a256%20256%200%201%201-512%200m407.4%2075.5c5-11.8-7-22.5-19.3-18.7c-39.7%2012.2-84.5%2019-131.8%2019s-92.1-6.8-131.8-19c-12.3-3.8-24.3%206.9-19.3%2018.7c25%2059.1%2083.2%20100.5%20151.1%20100.5s126.2-41.4%20151.1-100.5M160%20120c-3.1%200-5.9%201.8-7.2%204.6l-16.6%2034.7l-38.1%205c-3.1.4-5.6%202.5-6.6%205.5s-.1%206.2%202.1%208.3l27.9%2026.5l-7%2037.8c-.6%203%20.7%206.1%203.2%207.9s5.8%202%208.5.6l33.8-18.4l33.8%2018.3c2.7%201.5%206%201.3%208.5-.6s3.7-4.9%203.2-7.9l-7-37.8l27.9-26.5c2.2-2.1%203.1-5.3%202.1-8.3s-3.5-5.1-6.6-5.5l-38.1-5l-16.6-34.7c-1.3-2.8-4.1-4.6-7.2-4.6zm192%200c-3.1%200-5.9%201.8-7.2%204.6l-16.6%2034.7l-38.1%205c-3.1.4-5.6%202.5-6.6%205.5s-.1%206.2%202.1%208.3l27.9%2026.5l-7%2037.8c-.6%203%20.7%206.1%203.2%207.9s5.8%202%208.5.6l33.8-18.4l33.8%2018.3c2.7%201.5%206%201.3%208.5-.6s3.7-4.9%203.2-7.9l-7-37.8l27.9-26.5c2.2-2.1%203.1-5.3%202.1-8.3s-3.5-5.1-6.6-5.5l-38.1-5l-16.6-34.7c-1.3-2.8-4.1-4.6-7.2-4.6z%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-stars.svg?color=%231a73e8&size=48