grin hearts icon
grin-hearts from Line Awesome by Icons8 · Line · Emoji · Apache-2.0 Free for personal and commercial use.
- Name
- grin-hearts
- 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 hearts icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4C9.383 4 4 9.383 4 16s5.383 12 12 12s12-5.383 12-12S22.617 4 16 4m0 2c5.535 0 10 4.465 10 10s-4.465 10-10 10S6 21.535 6 16S10.465 6 16 6m-5.5 5A1.5 1.5 0 0 0 9 12.5c0 .094.008.184.031.281c.043.239.14.442.281.625C10.063 14.7 12 16 12 16s3-1.906 3-3.5a1.5 1.5 0 0 0-3 0a1.5 1.5 0 0 0-1.5-1.5m8 0a1.5 1.5 0 0 0-1.5 1.5c0 .094.008.184.031.281c.043.239.14.442.282.625C18.063 14.7 20 16 20 16s1.988-1.29 2.719-2.625c.16-.297.281-.586.281-.875a1.5 1.5 0 0 0-3 0a1.5 1.5 0 0 0-1.5-1.5m-7.688 8l-1.718 1c1.383 2.387 3.953 4 6.906 4s5.523-1.613 6.906-4l-1.718-1A5.98 5.98 0 0 1 16 22a5.98 5.98 0 0 1-5.188-3"/></svg>
React
import type { SVGProps } from "react";
export function LaGrinHearts(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 4C9.383 4 4 9.383 4 16s5.383 12 12 12s12-5.383 12-12S22.617 4 16 4m0 2c5.535 0 10 4.465 10 10s-4.465 10-10 10S6 21.535 6 16S10.465 6 16 6m-5.5 5A1.5 1.5 0 0 0 9 12.5c0 .094.008.184.031.281c.043.239.14.442.281.625C10.063 14.7 12 16 12 16s3-1.906 3-3.5a1.5 1.5 0 0 0-3 0a1.5 1.5 0 0 0-1.5-1.5m8 0a1.5 1.5 0 0 0-1.5 1.5c0 .094.008.184.031.281c.043.239.14.442.282.625C18.063 14.7 20 16 20 16s1.988-1.29 2.719-2.625c.16-.297.281-.586.281-.875a1.5 1.5 0 0 0-3 0a1.5 1.5 0 0 0-1.5-1.5m-7.688 8l-1.718 1c1.383 2.387 3.953 4 6.906 4s5.523-1.613 6.906-4l-1.718-1A5.98 5.98 0 0 1 16 22a5.98 5.98 0 0 1-5.188-3"/></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 4C9.383 4 4 9.383 4 16s5.383 12 12 12s12-5.383 12-12S22.617 4 16 4m0 2c5.535 0 10 4.465 10 10s-4.465 10-10 10S6 21.535 6 16S10.465 6 16 6m-5.5 5A1.5 1.5 0 0 0 9 12.5c0 .094.008.184.031.281c.043.239.14.442.281.625C10.063 14.7 12 16 12 16s3-1.906 3-3.5a1.5 1.5 0 0 0-3 0a1.5 1.5 0 0 0-1.5-1.5m8 0a1.5 1.5 0 0 0-1.5 1.5c0 .094.008.184.031.281c.043.239.14.442.282.625C18.063 14.7 20 16 20 16s1.988-1.29 2.719-2.625c.16-.297.281-.586.281-.875a1.5 1.5 0 0 0-3 0a1.5 1.5 0 0 0-1.5-1.5m-7.688 8l-1.718 1c1.383 2.387 3.953 4 6.906 4s5.523-1.613 6.906-4l-1.718-1A5.98 5.98 0 0 1 16 22a5.98 5.98 0 0 1-5.188-3"/></svg> </template>
CSS
.icon-grin-hearts {
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%204C9.383%204%204%209.383%204%2016s5.383%2012%2012%2012s12-5.383%2012-12S22.617%204%2016%204m0%202c5.535%200%2010%204.465%2010%2010s-4.465%2010-10%2010S6%2021.535%206%2016S10.465%206%2016%206m-5.5%205A1.5%201.5%200%200%200%209%2012.5c0%20.094.008.184.031.281c.043.239.14.442.281.625C10.063%2014.7%2012%2016%2012%2016s3-1.906%203-3.5a1.5%201.5%200%200%200-3%200a1.5%201.5%200%200%200-1.5-1.5m8%200a1.5%201.5%200%200%200-1.5%201.5c0%20.094.008.184.031.281c.043.239.14.442.282.625C18.063%2014.7%2020%2016%2020%2016s1.988-1.29%202.719-2.625c.16-.297.281-.586.281-.875a1.5%201.5%200%200%200-3%200a1.5%201.5%200%200%200-1.5-1.5m-7.688%208l-1.718%201c1.383%202.387%203.953%204%206.906%204s5.523-1.613%206.906-4l-1.718-1A5.98%205.98%200%200%201%2016%2022a5.98%205.98%200%200%201-5.188-3%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%204C9.383%204%204%209.383%204%2016s5.383%2012%2012%2012s12-5.383%2012-12S22.617%204%2016%204m0%202c5.535%200%2010%204.465%2010%2010s-4.465%2010-10%2010S6%2021.535%206%2016S10.465%206%2016%206m-5.5%205A1.5%201.5%200%200%200%209%2012.5c0%20.094.008.184.031.281c.043.239.14.442.281.625C10.063%2014.7%2012%2016%2012%2016s3-1.906%203-3.5a1.5%201.5%200%200%200-3%200a1.5%201.5%200%200%200-1.5-1.5m8%200a1.5%201.5%200%200%200-1.5%201.5c0%20.094.008.184.031.281c.043.239.14.442.282.625C18.063%2014.7%2020%2016%2020%2016s1.988-1.29%202.719-2.625c.16-.297.281-.586.281-.875a1.5%201.5%200%200%200-3%200a1.5%201.5%200%200%200-1.5-1.5m-7.688%208l-1.718%201c1.383%202.387%203.953%204%206.906%204s5.523-1.613%206.906-4l-1.718-1A5.98%205.98%200%200%201%2016%2022a5.98%205.98%200%200%201-5.188-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/grin-hearts.svg?color=%231a73e8&size=48