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

Name
grin-tears
Set
Font Awesome Solid
Style
Solid
Category
Emoji
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More emoji icons from Font Awesome Solid

Use the grin tears icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m554.8 267.4l16.3 2.3C547.7 152.4 444.2 64 320 64S92.3 152.4 68.9 269.7l16.3-2.3c37-5.3 68.6 26.4 63.4 63.4l-6.7 46.7c-4.1 29-21.6 53.2-45.8 66.8C139.8 522.8 223.7 576 319.9 576S500 522.9 543.7 444.3c-24.1-13.5-41.6-37.8-45.8-66.8l-6.7-46.7c-5.3-37 26.4-68.6 63.4-63.4zm-84.5 123.5C447.9 452.2 389.1 496 320 496s-127.9-43.8-150.3-105.1c-4.3-11.8 7.7-21.8 19.6-18.1C228.5 385 273 391.9 320 391.9s91.5-6.9 130.7-19.1c11.9-3.7 23.9 6.3 19.6 18.1M212 272v8c0 11-9 20-20 20s-20-9-20-20v-8c0-37.6 30.4-68 68-68s68 30.4 68 68v8c0 11-9 20-20 20s-20-9-20-20v-8c0-15.5-12.5-28-28-28s-28 12.5-28 28m188-28c-15.5 0-28 12.5-28 28v8c0 11-9 20-20 20s-20-9-20-20v-8c0-37.6 30.4-68 68-68s68 30.4 68 68v8c0 11-9 20-20 20s-20-9-20-20v-8c0-15.5-12.5-28-28-28m240 120.6c0-25.6-18.8-47.3-44.1-50.9l-46.8-6.7c-10.6-1.5-19.6 7.5-18.1 18.1l6.7 46.7c3.6 25.3 25.3 44.1 50.9 44.1c28.4 0 51.4-23 51.4-51.4zm-640 0C0 393 23 416 51.4 416c25.6 0 47.3-18.8 50.9-44.1l6.7-46.7c1.5-10.6-7.5-19.6-18.1-18.1l-46.7 6.7C18.8 317.3 0 339 0 364.6"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidGrinTears(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="m554.8 267.4l16.3 2.3C547.7 152.4 444.2 64 320 64S92.3 152.4 68.9 269.7l16.3-2.3c37-5.3 68.6 26.4 63.4 63.4l-6.7 46.7c-4.1 29-21.6 53.2-45.8 66.8C139.8 522.8 223.7 576 319.9 576S500 522.9 543.7 444.3c-24.1-13.5-41.6-37.8-45.8-66.8l-6.7-46.7c-5.3-37 26.4-68.6 63.4-63.4zm-84.5 123.5C447.9 452.2 389.1 496 320 496s-127.9-43.8-150.3-105.1c-4.3-11.8 7.7-21.8 19.6-18.1C228.5 385 273 391.9 320 391.9s91.5-6.9 130.7-19.1c11.9-3.7 23.9 6.3 19.6 18.1M212 272v8c0 11-9 20-20 20s-20-9-20-20v-8c0-37.6 30.4-68 68-68s68 30.4 68 68v8c0 11-9 20-20 20s-20-9-20-20v-8c0-15.5-12.5-28-28-28s-28 12.5-28 28m188-28c-15.5 0-28 12.5-28 28v8c0 11-9 20-20 20s-20-9-20-20v-8c0-37.6 30.4-68 68-68s68 30.4 68 68v8c0 11-9 20-20 20s-20-9-20-20v-8c0-15.5-12.5-28-28-28m240 120.6c0-25.6-18.8-47.3-44.1-50.9l-46.8-6.7c-10.6-1.5-19.6 7.5-18.1 18.1l6.7 46.7c3.6 25.3 25.3 44.1 50.9 44.1c28.4 0 51.4-23 51.4-51.4zm-640 0C0 393 23 416 51.4 416c25.6 0 47.3-18.8 50.9-44.1l6.7-46.7c1.5-10.6-7.5-19.6-18.1-18.1l-46.7 6.7C18.8 317.3 0 339 0 364.6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m554.8 267.4l16.3 2.3C547.7 152.4 444.2 64 320 64S92.3 152.4 68.9 269.7l16.3-2.3c37-5.3 68.6 26.4 63.4 63.4l-6.7 46.7c-4.1 29-21.6 53.2-45.8 66.8C139.8 522.8 223.7 576 319.9 576S500 522.9 543.7 444.3c-24.1-13.5-41.6-37.8-45.8-66.8l-6.7-46.7c-5.3-37 26.4-68.6 63.4-63.4zm-84.5 123.5C447.9 452.2 389.1 496 320 496s-127.9-43.8-150.3-105.1c-4.3-11.8 7.7-21.8 19.6-18.1C228.5 385 273 391.9 320 391.9s91.5-6.9 130.7-19.1c11.9-3.7 23.9 6.3 19.6 18.1M212 272v8c0 11-9 20-20 20s-20-9-20-20v-8c0-37.6 30.4-68 68-68s68 30.4 68 68v8c0 11-9 20-20 20s-20-9-20-20v-8c0-15.5-12.5-28-28-28s-28 12.5-28 28m188-28c-15.5 0-28 12.5-28 28v8c0 11-9 20-20 20s-20-9-20-20v-8c0-37.6 30.4-68 68-68s68 30.4 68 68v8c0 11-9 20-20 20s-20-9-20-20v-8c0-15.5-12.5-28-28-28m240 120.6c0-25.6-18.8-47.3-44.1-50.9l-46.8-6.7c-10.6-1.5-19.6 7.5-18.1 18.1l6.7 46.7c3.6 25.3 25.3 44.1 50.9 44.1c28.4 0 51.4-23 51.4-51.4zm-640 0C0 393 23 416 51.4 416c25.6 0 47.3-18.8 50.9-44.1l6.7-46.7c1.5-10.6-7.5-19.6-18.1-18.1l-46.7 6.7C18.8 317.3 0 339 0 364.6"/></svg>
</template>

CSS

.icon-grin-tears {
  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%22m554.8%20267.4l16.3%202.3C547.7%20152.4%20444.2%2064%20320%2064S92.3%20152.4%2068.9%20269.7l16.3-2.3c37-5.3%2068.6%2026.4%2063.4%2063.4l-6.7%2046.7c-4.1%2029-21.6%2053.2-45.8%2066.8C139.8%20522.8%20223.7%20576%20319.9%20576S500%20522.9%20543.7%20444.3c-24.1-13.5-41.6-37.8-45.8-66.8l-6.7-46.7c-5.3-37%2026.4-68.6%2063.4-63.4zm-84.5%20123.5C447.9%20452.2%20389.1%20496%20320%20496s-127.9-43.8-150.3-105.1c-4.3-11.8%207.7-21.8%2019.6-18.1C228.5%20385%20273%20391.9%20320%20391.9s91.5-6.9%20130.7-19.1c11.9-3.7%2023.9%206.3%2019.6%2018.1M212%20272v8c0%2011-9%2020-20%2020s-20-9-20-20v-8c0-37.6%2030.4-68%2068-68s68%2030.4%2068%2068v8c0%2011-9%2020-20%2020s-20-9-20-20v-8c0-15.5-12.5-28-28-28s-28%2012.5-28%2028m188-28c-15.5%200-28%2012.5-28%2028v8c0%2011-9%2020-20%2020s-20-9-20-20v-8c0-37.6%2030.4-68%2068-68s68%2030.4%2068%2068v8c0%2011-9%2020-20%2020s-20-9-20-20v-8c0-15.5-12.5-28-28-28m240%20120.6c0-25.6-18.8-47.3-44.1-50.9l-46.8-6.7c-10.6-1.5-19.6%207.5-18.1%2018.1l6.7%2046.7c3.6%2025.3%2025.3%2044.1%2050.9%2044.1c28.4%200%2051.4-23%2051.4-51.4zm-640%200C0%20393%2023%20416%2051.4%20416c25.6%200%2047.3-18.8%2050.9-44.1l6.7-46.7c1.5-10.6-7.5-19.6-18.1-18.1l-46.7%206.7C18.8%20317.3%200%20339%200%20364.6%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%22m554.8%20267.4l16.3%202.3C547.7%20152.4%20444.2%2064%20320%2064S92.3%20152.4%2068.9%20269.7l16.3-2.3c37-5.3%2068.6%2026.4%2063.4%2063.4l-6.7%2046.7c-4.1%2029-21.6%2053.2-45.8%2066.8C139.8%20522.8%20223.7%20576%20319.9%20576S500%20522.9%20543.7%20444.3c-24.1-13.5-41.6-37.8-45.8-66.8l-6.7-46.7c-5.3-37%2026.4-68.6%2063.4-63.4zm-84.5%20123.5C447.9%20452.2%20389.1%20496%20320%20496s-127.9-43.8-150.3-105.1c-4.3-11.8%207.7-21.8%2019.6-18.1C228.5%20385%20273%20391.9%20320%20391.9s91.5-6.9%20130.7-19.1c11.9-3.7%2023.9%206.3%2019.6%2018.1M212%20272v8c0%2011-9%2020-20%2020s-20-9-20-20v-8c0-37.6%2030.4-68%2068-68s68%2030.4%2068%2068v8c0%2011-9%2020-20%2020s-20-9-20-20v-8c0-15.5-12.5-28-28-28s-28%2012.5-28%2028m188-28c-15.5%200-28%2012.5-28%2028v8c0%2011-9%2020-20%2020s-20-9-20-20v-8c0-37.6%2030.4-68%2068-68s68%2030.4%2068%2068v8c0%2011-9%2020-20%2020s-20-9-20-20v-8c0-15.5-12.5-28-28-28m240%20120.6c0-25.6-18.8-47.3-44.1-50.9l-46.8-6.7c-10.6-1.5-19.6%207.5-18.1%2018.1l6.7%2046.7c3.6%2025.3%2025.3%2044.1%2050.9%2044.1c28.4%200%2051.4-23%2051.4-51.4zm-640%200C0%20393%2023%20416%2051.4%20416c25.6%200%2047.3-18.8%2050.9-44.1l6.7-46.7c1.5-10.6-7.5-19.6-18.1-18.1l-46.7%206.7C18.8%20317.3%200%20339%200%20364.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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