grin squint tears icon
grin-squint-tears from Line Awesome by Icons8 · Line · Emoji · Apache-2.0 Free for personal and commercial use.
- Name
- grin-squint-tears
- Set
- Line Awesome
- Style
- Line
- Category
- Emoji
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More emoji icons from Line Awesome
Use the grin squint tears 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.832 3 3 8.832 3 16c0 3.88 1.718 7.358 4.422 9.742c.192-.49.482-1.118.887-1.89A10.97 10.97 0 0 1 5 16C5 9.935 9.935 5 16 5c3.073 0 5.854 1.27 7.852 3.309c.773-.405 1.4-.696 1.89-.887C23.358 4.718 19.88 3 16 3m11.5 6c-.828 0-3.5 1.5-3.5 1.5s2.672 1.5 3.5 1.5a1.5 1.5 0 0 0 0-3m-8.207.293l-4 4l1.414 1.414l4-4zm4.277 4.137L13.43 23.57c.81.28 1.67.43 2.57.43c4.42 0 8-3.58 8-8c0-.9-.15-1.76-.43-2.57m5.221.316c-.4.16-.834.254-1.291.254a3 3 0 0 1-.703-.086c.13.676.203 1.372.203 2.086c0 6.065-4.935 11-11 11c-.714 0-1.41-.073-2.086-.203c.083.368.086.582.086.703c0 .457-.094.891-.254 1.291C14.48 28.92 15.23 29 16 29c7.168 0 13-5.832 13-13c0-.77-.08-1.52-.209-2.254m-15.498 1.547l-4 4l1.414 1.414l4-4zM10.5 24S9 26.672 9 27.5a1.5 1.5 0 0 0 3 0c0-.828-1.5-3.5-1.5-3.5"/></svg>
React
import type { SVGProps } from "react";
export function LaGrinSquintTears(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.832 3 3 8.832 3 16c0 3.88 1.718 7.358 4.422 9.742c.192-.49.482-1.118.887-1.89A10.97 10.97 0 0 1 5 16C5 9.935 9.935 5 16 5c3.073 0 5.854 1.27 7.852 3.309c.773-.405 1.4-.696 1.89-.887C23.358 4.718 19.88 3 16 3m11.5 6c-.828 0-3.5 1.5-3.5 1.5s2.672 1.5 3.5 1.5a1.5 1.5 0 0 0 0-3m-8.207.293l-4 4l1.414 1.414l4-4zm4.277 4.137L13.43 23.57c.81.28 1.67.43 2.57.43c4.42 0 8-3.58 8-8c0-.9-.15-1.76-.43-2.57m5.221.316c-.4.16-.834.254-1.291.254a3 3 0 0 1-.703-.086c.13.676.203 1.372.203 2.086c0 6.065-4.935 11-11 11c-.714 0-1.41-.073-2.086-.203c.083.368.086.582.086.703c0 .457-.094.891-.254 1.291C14.48 28.92 15.23 29 16 29c7.168 0 13-5.832 13-13c0-.77-.08-1.52-.209-2.254m-15.498 1.547l-4 4l1.414 1.414l4-4zM10.5 24S9 26.672 9 27.5a1.5 1.5 0 0 0 3 0c0-.828-1.5-3.5-1.5-3.5"/></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.832 3 3 8.832 3 16c0 3.88 1.718 7.358 4.422 9.742c.192-.49.482-1.118.887-1.89A10.97 10.97 0 0 1 5 16C5 9.935 9.935 5 16 5c3.073 0 5.854 1.27 7.852 3.309c.773-.405 1.4-.696 1.89-.887C23.358 4.718 19.88 3 16 3m11.5 6c-.828 0-3.5 1.5-3.5 1.5s2.672 1.5 3.5 1.5a1.5 1.5 0 0 0 0-3m-8.207.293l-4 4l1.414 1.414l4-4zm4.277 4.137L13.43 23.57c.81.28 1.67.43 2.57.43c4.42 0 8-3.58 8-8c0-.9-.15-1.76-.43-2.57m5.221.316c-.4.16-.834.254-1.291.254a3 3 0 0 1-.703-.086c.13.676.203 1.372.203 2.086c0 6.065-4.935 11-11 11c-.714 0-1.41-.073-2.086-.203c.083.368.086.582.086.703c0 .457-.094.891-.254 1.291C14.48 28.92 15.23 29 16 29c7.168 0 13-5.832 13-13c0-.77-.08-1.52-.209-2.254m-15.498 1.547l-4 4l1.414 1.414l4-4zM10.5 24S9 26.672 9 27.5a1.5 1.5 0 0 0 3 0c0-.828-1.5-3.5-1.5-3.5"/></svg> </template>
CSS
.icon-grin-squint-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203C8.832%203%203%208.832%203%2016c0%203.88%201.718%207.358%204.422%209.742c.192-.49.482-1.118.887-1.89A10.97%2010.97%200%200%201%205%2016C5%209.935%209.935%205%2016%205c3.073%200%205.854%201.27%207.852%203.309c.773-.405%201.4-.696%201.89-.887C23.358%204.718%2019.88%203%2016%203m11.5%206c-.828%200-3.5%201.5-3.5%201.5s2.672%201.5%203.5%201.5a1.5%201.5%200%200%200%200-3m-8.207.293l-4%204l1.414%201.414l4-4zm4.277%204.137L13.43%2023.57c.81.28%201.67.43%202.57.43c4.42%200%208-3.58%208-8c0-.9-.15-1.76-.43-2.57m5.221.316c-.4.16-.834.254-1.291.254a3%203%200%200%201-.703-.086c.13.676.203%201.372.203%202.086c0%206.065-4.935%2011-11%2011c-.714%200-1.41-.073-2.086-.203c.083.368.086.582.086.703c0%20.457-.094.891-.254%201.291C14.48%2028.92%2015.23%2029%2016%2029c7.168%200%2013-5.832%2013-13c0-.77-.08-1.52-.209-2.254m-15.498%201.547l-4%204l1.414%201.414l4-4zM10.5%2024S9%2026.672%209%2027.5a1.5%201.5%200%200%200%203%200c0-.828-1.5-3.5-1.5-3.5%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.832%203%203%208.832%203%2016c0%203.88%201.718%207.358%204.422%209.742c.192-.49.482-1.118.887-1.89A10.97%2010.97%200%200%201%205%2016C5%209.935%209.935%205%2016%205c3.073%200%205.854%201.27%207.852%203.309c.773-.405%201.4-.696%201.89-.887C23.358%204.718%2019.88%203%2016%203m11.5%206c-.828%200-3.5%201.5-3.5%201.5s2.672%201.5%203.5%201.5a1.5%201.5%200%200%200%200-3m-8.207.293l-4%204l1.414%201.414l4-4zm4.277%204.137L13.43%2023.57c.81.28%201.67.43%202.57.43c4.42%200%208-3.58%208-8c0-.9-.15-1.76-.43-2.57m5.221.316c-.4.16-.834.254-1.291.254a3%203%200%200%201-.703-.086c.13.676.203%201.372.203%202.086c0%206.065-4.935%2011-11%2011c-.714%200-1.41-.073-2.086-.203c.083.368.086.582.086.703c0%20.457-.094.891-.254%201.291C14.48%2028.92%2015.23%2029%2016%2029c7.168%200%2013-5.832%2013-13c0-.77-.08-1.52-.209-2.254m-15.498%201.547l-4%204l1.414%201.414l4-4zM10.5%2024S9%2026.672%209%2027.5a1.5%201.5%200%200%200%203%200c0-.828-1.5-3.5-1.5-3.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/grin-squint-tears.svg?color=%231a73e8&size=48