heartgreen emoji
heartgreen from Firefox OS Emoji by Mozilla · Default · People · Apache-2.0 Free for personal and commercial use.
- Name
- heartgreen
- Set
- Firefox OS Emoji
- Style
- Default
- Category
- People
- Viewbox
- 512×512
- License
- Apache 2.0
More people icons from Firefox OS Emoji
Use the heartgreen emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#00B89C" d="M478.2 101.3c-54.1-64-150-67.1-208.1-9.2l-.2.2c-8 8-20.7 8-28.7 0l-.2-.2c-55-55.3-144.4-55.4-199.7-.4c-47 46.8-54.7 122.2-18.6 177.8c11.3 17.4 25.5 30.9 41.2 41.1l181.5 146.9c6.5 5.3 15.8 5.2 22.3 0l180.4-147.1c15.1-10 28.8-23.2 39.9-39.9c34.3-51.8 30.3-121.8-9.8-169.2"/><path fill="#83DBCE" d="M65.3 201c-.5 0-1 0-1.5-.1c-9.9-.8-17.2-9.5-16.4-19.4c3.7-45.2 36-82.3 80.3-92.2c9.7-2.2 19.3 3.9 21.4 13.6c2.2 9.7-3.9 19.3-13.6 21.4c-28.9 6.4-49.9 30.6-52.4 60.1c-.6 9.5-8.5 16.6-17.8 16.6"/></svg>
React
import type { SVGProps } from "react";
export function FxemojiHeartgreen(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#00B89C" d="M478.2 101.3c-54.1-64-150-67.1-208.1-9.2l-.2.2c-8 8-20.7 8-28.7 0l-.2-.2c-55-55.3-144.4-55.4-199.7-.4c-47 46.8-54.7 122.2-18.6 177.8c11.3 17.4 25.5 30.9 41.2 41.1l181.5 146.9c6.5 5.3 15.8 5.2 22.3 0l180.4-147.1c15.1-10 28.8-23.2 39.9-39.9c34.3-51.8 30.3-121.8-9.8-169.2"/><path fill="#83DBCE" d="M65.3 201c-.5 0-1 0-1.5-.1c-9.9-.8-17.2-9.5-16.4-19.4c3.7-45.2 36-82.3 80.3-92.2c9.7-2.2 19.3 3.9 21.4 13.6c2.2 9.7-3.9 19.3-13.6 21.4c-28.9 6.4-49.9 30.6-52.4 60.1c-.6 9.5-8.5 16.6-17.8 16.6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#00B89C" d="M478.2 101.3c-54.1-64-150-67.1-208.1-9.2l-.2.2c-8 8-20.7 8-28.7 0l-.2-.2c-55-55.3-144.4-55.4-199.7-.4c-47 46.8-54.7 122.2-18.6 177.8c11.3 17.4 25.5 30.9 41.2 41.1l181.5 146.9c6.5 5.3 15.8 5.2 22.3 0l180.4-147.1c15.1-10 28.8-23.2 39.9-39.9c34.3-51.8 30.3-121.8-9.8-169.2"/><path fill="#83DBCE" d="M65.3 201c-.5 0-1 0-1.5-.1c-9.9-.8-17.2-9.5-16.4-19.4c3.7-45.2 36-82.3 80.3-92.2c9.7-2.2 19.3 3.9 21.4 13.6c2.2 9.7-3.9 19.3-13.6 21.4c-28.9 6.4-49.9 30.6-52.4 60.1c-.6 9.5-8.5 16.6-17.8 16.6"/></svg> </template>
CSS
.icon-heartgreen {
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%22%2300B89C%22%20d%3D%22M478.2%20101.3c-54.1-64-150-67.1-208.1-9.2l-.2.2c-8%208-20.7%208-28.7%200l-.2-.2c-55-55.3-144.4-55.4-199.7-.4c-47%2046.8-54.7%20122.2-18.6%20177.8c11.3%2017.4%2025.5%2030.9%2041.2%2041.1l181.5%20146.9c6.5%205.3%2015.8%205.2%2022.3%200l180.4-147.1c15.1-10%2028.8-23.2%2039.9-39.9c34.3-51.8%2030.3-121.8-9.8-169.2%22%2F%3E%3Cpath%20fill%3D%22%2383DBCE%22%20d%3D%22M65.3%20201c-.5%200-1%200-1.5-.1c-9.9-.8-17.2-9.5-16.4-19.4c3.7-45.2%2036-82.3%2080.3-92.2c9.7-2.2%2019.3%203.9%2021.4%2013.6c2.2%209.7-3.9%2019.3-13.6%2021.4c-28.9%206.4-49.9%2030.6-52.4%2060.1c-.6%209.5-8.5%2016.6-17.8%2016.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%20512%20512%22%3E%3Cpath%20fill%3D%22%2300B89C%22%20d%3D%22M478.2%20101.3c-54.1-64-150-67.1-208.1-9.2l-.2.2c-8%208-20.7%208-28.7%200l-.2-.2c-55-55.3-144.4-55.4-199.7-.4c-47%2046.8-54.7%20122.2-18.6%20177.8c11.3%2017.4%2025.5%2030.9%2041.2%2041.1l181.5%20146.9c6.5%205.3%2015.8%205.2%2022.3%200l180.4-147.1c15.1-10%2028.8-23.2%2039.9-39.9c34.3-51.8%2030.3-121.8-9.8-169.2%22%2F%3E%3Cpath%20fill%3D%22%2383DBCE%22%20d%3D%22M65.3%20201c-.5%200-1%200-1.5-.1c-9.9-.8-17.2-9.5-16.4-19.4c3.7-45.2%2036-82.3%2080.3-92.2c9.7-2.2%2019.3%203.9%2021.4%2013.6c2.2%209.7-3.9%2019.3-13.6%2021.4c-28.9%206.4-49.9%2030.6-52.4%2060.1c-.6%209.5-8.5%2016.6-17.8%2016.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/heartgreen.svg?color=%231a73e8&size=48