grin tears solid icon
grin-tears-solid from Line Awesome by Icons8 · Line · Emoji · Apache-2.0 Free for personal and commercial use.
- Name
- grin-tears-solid
- Set
- Line Awesome
- Style
- Line
- Category
- Emoji
- Viewbox
- 32×32
- License
- Apache 2.0
More emoji icons from Line Awesome
Use the grin tears solid icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3C8.87 3 3.067 8.772 3.006 15.889a23 23 0 0 1 2.035-.692C5.454 9.507 10.205 5 16 5s10.546 4.506 10.959 10.197q1.173.346 2.035.692C28.934 8.772 23.13 3 16 3M9 14v2h5v-2zm9 0v2h5v-2zM6 17s-2.97.835-3.559 1.424a1.51 1.51 0 0 0 2.135 2.135C5.166 19.969 6 17 6 17m20 0s.835 2.97 1.424 3.559a1.51 1.51 0 0 0 2.135-2.135C28.969 17.834 26 17 26 17M9 19s1.61 5 7 5s7-5 7-5zm-2.572 2.4a3.3 3.3 0 0 1-.438.573a3.5 3.5 0 0 1-1.1.742C7.173 26.475 11.292 29 16 29s8.828-2.525 11.11-6.285a3.5 3.5 0 0 1-1.1-.742a3.3 3.3 0 0 1-.438-.573C23.682 24.738 20.103 27 16 27s-7.681-2.262-9.572-5.6"/></svg>
React
import type { SVGProps } from "react";
export function LaGrinTearsSolid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3C8.87 3 3.067 8.772 3.006 15.889a23 23 0 0 1 2.035-.692C5.454 9.507 10.205 5 16 5s10.546 4.506 10.959 10.197q1.173.346 2.035.692C28.934 8.772 23.13 3 16 3M9 14v2h5v-2zm9 0v2h5v-2zM6 17s-2.97.835-3.559 1.424a1.51 1.51 0 0 0 2.135 2.135C5.166 19.969 6 17 6 17m20 0s.835 2.97 1.424 3.559a1.51 1.51 0 0 0 2.135-2.135C28.969 17.834 26 17 26 17M9 19s1.61 5 7 5s7-5 7-5zm-2.572 2.4a3.3 3.3 0 0 1-.438.573a3.5 3.5 0 0 1-1.1.742C7.173 26.475 11.292 29 16 29s8.828-2.525 11.11-6.285a3.5 3.5 0 0 1-1.1-.742a3.3 3.3 0 0 1-.438-.573C23.682 24.738 20.103 27 16 27s-7.681-2.262-9.572-5.6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3C8.87 3 3.067 8.772 3.006 15.889a23 23 0 0 1 2.035-.692C5.454 9.507 10.205 5 16 5s10.546 4.506 10.959 10.197q1.173.346 2.035.692C28.934 8.772 23.13 3 16 3M9 14v2h5v-2zm9 0v2h5v-2zM6 17s-2.97.835-3.559 1.424a1.51 1.51 0 0 0 2.135 2.135C5.166 19.969 6 17 6 17m20 0s.835 2.97 1.424 3.559a1.51 1.51 0 0 0 2.135-2.135C28.969 17.834 26 17 26 17M9 19s1.61 5 7 5s7-5 7-5zm-2.572 2.4a3.3 3.3 0 0 1-.438.573a3.5 3.5 0 0 1-1.1.742C7.173 26.475 11.292 29 16 29s8.828-2.525 11.11-6.285a3.5 3.5 0 0 1-1.1-.742a3.3 3.3 0 0 1-.438-.573C23.682 24.738 20.103 27 16 27s-7.681-2.262-9.572-5.6"/></svg> </template>
CSS
.icon-grin-tears-solid {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203C8.87%203%203.067%208.772%203.006%2015.889a23%2023%200%200%201%202.035-.692C5.454%209.507%2010.205%205%2016%205s10.546%204.506%2010.959%2010.197q1.173.346%202.035.692C28.934%208.772%2023.13%203%2016%203M9%2014v2h5v-2zm9%200v2h5v-2zM6%2017s-2.97.835-3.559%201.424a1.51%201.51%200%200%200%202.135%202.135C5.166%2019.969%206%2017%206%2017m20%200s.835%202.97%201.424%203.559a1.51%201.51%200%200%200%202.135-2.135C28.969%2017.834%2026%2017%2026%2017M9%2019s1.61%205%207%205s7-5%207-5zm-2.572%202.4a3.3%203.3%200%200%201-.438.573a3.5%203.5%200%200%201-1.1.742C7.173%2026.475%2011.292%2029%2016%2029s8.828-2.525%2011.11-6.285a3.5%203.5%200%200%201-1.1-.742a3.3%203.3%200%200%201-.438-.573C23.682%2024.738%2020.103%2027%2016%2027s-7.681-2.262-9.572-5.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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203C8.87%203%203.067%208.772%203.006%2015.889a23%2023%200%200%201%202.035-.692C5.454%209.507%2010.205%205%2016%205s10.546%204.506%2010.959%2010.197q1.173.346%202.035.692C28.934%208.772%2023.13%203%2016%203M9%2014v2h5v-2zm9%200v2h5v-2zM6%2017s-2.97.835-3.559%201.424a1.51%201.51%200%200%200%202.135%202.135C5.166%2019.969%206%2017%206%2017m20%200s.835%202.97%201.424%203.559a1.51%201.51%200%200%200%202.135-2.135C28.969%2017.834%2026%2017%2026%2017M9%2019s1.61%205%207%205s7-5%207-5zm-2.572%202.4a3.3%203.3%200%200%201-.438.573a3.5%203.5%200%200%201-1.1.742C7.173%2026.475%2011.292%2029%2016%2029s8.828-2.525%2011.11-6.285a3.5%203.5%200%200%201-1.1-.742a3.3%203.3%200%200%201-.438-.573C23.682%2024.738%2020.103%2027%2016%2027s-7.681-2.262-9.572-5.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/grin-tears-solid.svg?color=%231a73e8&size=48