heartarrow emoji
heartarrow from Firefox OS Emoji by Mozilla · Default · People · Apache-2.0 Free for personal and commercial use.
- Name
- heartarrow
- Set
- Firefox OS Emoji
- Style
- Default
- Category
- People
- Viewbox
- 72×72
- License
- Apache 2.0
More people icons from Firefox OS Emoji
Use the heartarrow emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#FFB636" d="M65.2 60.6h-5l-1.5-1.5h1.7c.9 0 1.6-.7 1.6-1.6s-.7-1.6-1.6-1.6h-5l-8.1-8.1c-.6-.6-1.7-.6-2.3 0s-.6 1.7 0 2.3l8.1 8.1v5c0 .9.7 1.6 1.6 1.6s1.6-.7 1.6-1.6v-1.7l1.5 1.5v5c0 .9.7 1.6 1.6 1.6S61 68.9 61 68v-4h4c.9 0 1.6-.7 1.6-1.6s-.5-1.8-1.4-1.8"/><path fill="#FF473E" d="M67.3 16.6c-6.9-8.1-19-8.5-26.3-1.2c-1 1-2.6 1-3.6 0c-6.4-6.5-16.6-7-23.6-1.5l2 2c.2.2.3.4.4.6c-.7.6-1.4 1.3-2 2.1c-.3-.1-.5-.2-.7-.4l-2.1-2.1c-5.3 6-6 15-1.6 21.7C11.2 40 13 41.7 15 43l23 18.6c.8.7 2 .7 2.8 0L63.6 43c1.9-1.3 3.6-2.9 5-5c4.2-6.5 3.7-15.4-1.3-21.4"/><path fill="#D32A2A" d="M13.7 27.9h-.2c-1.3-.1-2.2-1.2-2.1-2.5c.5-5.7 4.6-10.4 10.2-11.7c1.2-.3 2.4.5 2.7 1.7s-.5 2.4-1.7 2.7c-3.7.8-6.3 3.9-6.6 7.6c-.1 1.3-1.1 2.2-2.3 2.2"/><path fill="#FFB636" d="M14 18.7c.6-.8 1.2-1.5 2-2.1c-.1-.2-.2-.5-.4-.6L5.9 6.2h3.9c.9 0 1.6-.7 1.6-1.6S10.8 3 9.9 3h-8C1 3 .3 3.7.3 4.6v8c0 .9.7 1.6 1.6 1.6s1.6-.7 1.6-1.6V8.5l9.8 9.8c.2.2.5.3.7.4"/></svg>
React
import type { SVGProps } from "react";
export function FxemojiHeartarrow(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#FFB636" d="M65.2 60.6h-5l-1.5-1.5h1.7c.9 0 1.6-.7 1.6-1.6s-.7-1.6-1.6-1.6h-5l-8.1-8.1c-.6-.6-1.7-.6-2.3 0s-.6 1.7 0 2.3l8.1 8.1v5c0 .9.7 1.6 1.6 1.6s1.6-.7 1.6-1.6v-1.7l1.5 1.5v5c0 .9.7 1.6 1.6 1.6S61 68.9 61 68v-4h4c.9 0 1.6-.7 1.6-1.6s-.5-1.8-1.4-1.8"/><path fill="#FF473E" d="M67.3 16.6c-6.9-8.1-19-8.5-26.3-1.2c-1 1-2.6 1-3.6 0c-6.4-6.5-16.6-7-23.6-1.5l2 2c.2.2.3.4.4.6c-.7.6-1.4 1.3-2 2.1c-.3-.1-.5-.2-.7-.4l-2.1-2.1c-5.3 6-6 15-1.6 21.7C11.2 40 13 41.7 15 43l23 18.6c.8.7 2 .7 2.8 0L63.6 43c1.9-1.3 3.6-2.9 5-5c4.2-6.5 3.7-15.4-1.3-21.4"/><path fill="#D32A2A" d="M13.7 27.9h-.2c-1.3-.1-2.2-1.2-2.1-2.5c.5-5.7 4.6-10.4 10.2-11.7c1.2-.3 2.4.5 2.7 1.7s-.5 2.4-1.7 2.7c-3.7.8-6.3 3.9-6.6 7.6c-.1 1.3-1.1 2.2-2.3 2.2"/><path fill="#FFB636" d="M14 18.7c.6-.8 1.2-1.5 2-2.1c-.1-.2-.2-.5-.4-.6L5.9 6.2h3.9c.9 0 1.6-.7 1.6-1.6S10.8 3 9.9 3h-8C1 3 .3 3.7.3 4.6v8c0 .9.7 1.6 1.6 1.6s1.6-.7 1.6-1.6V8.5l9.8 9.8c.2.2.5.3.7.4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#FFB636" d="M65.2 60.6h-5l-1.5-1.5h1.7c.9 0 1.6-.7 1.6-1.6s-.7-1.6-1.6-1.6h-5l-8.1-8.1c-.6-.6-1.7-.6-2.3 0s-.6 1.7 0 2.3l8.1 8.1v5c0 .9.7 1.6 1.6 1.6s1.6-.7 1.6-1.6v-1.7l1.5 1.5v5c0 .9.7 1.6 1.6 1.6S61 68.9 61 68v-4h4c.9 0 1.6-.7 1.6-1.6s-.5-1.8-1.4-1.8"/><path fill="#FF473E" d="M67.3 16.6c-6.9-8.1-19-8.5-26.3-1.2c-1 1-2.6 1-3.6 0c-6.4-6.5-16.6-7-23.6-1.5l2 2c.2.2.3.4.4.6c-.7.6-1.4 1.3-2 2.1c-.3-.1-.5-.2-.7-.4l-2.1-2.1c-5.3 6-6 15-1.6 21.7C11.2 40 13 41.7 15 43l23 18.6c.8.7 2 .7 2.8 0L63.6 43c1.9-1.3 3.6-2.9 5-5c4.2-6.5 3.7-15.4-1.3-21.4"/><path fill="#D32A2A" d="M13.7 27.9h-.2c-1.3-.1-2.2-1.2-2.1-2.5c.5-5.7 4.6-10.4 10.2-11.7c1.2-.3 2.4.5 2.7 1.7s-.5 2.4-1.7 2.7c-3.7.8-6.3 3.9-6.6 7.6c-.1 1.3-1.1 2.2-2.3 2.2"/><path fill="#FFB636" d="M14 18.7c.6-.8 1.2-1.5 2-2.1c-.1-.2-.2-.5-.4-.6L5.9 6.2h3.9c.9 0 1.6-.7 1.6-1.6S10.8 3 9.9 3h-8C1 3 .3 3.7.3 4.6v8c0 .9.7 1.6 1.6 1.6s1.6-.7 1.6-1.6V8.5l9.8 9.8c.2.2.5.3.7.4"/></svg> </template>
CSS
.icon-heartarrow {
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%2072%2072%22%3E%3Cpath%20fill%3D%22%23FFB636%22%20d%3D%22M65.2%2060.6h-5l-1.5-1.5h1.7c.9%200%201.6-.7%201.6-1.6s-.7-1.6-1.6-1.6h-5l-8.1-8.1c-.6-.6-1.7-.6-2.3%200s-.6%201.7%200%202.3l8.1%208.1v5c0%20.9.7%201.6%201.6%201.6s1.6-.7%201.6-1.6v-1.7l1.5%201.5v5c0%20.9.7%201.6%201.6%201.6S61%2068.9%2061%2068v-4h4c.9%200%201.6-.7%201.6-1.6s-.5-1.8-1.4-1.8%22%2F%3E%3Cpath%20fill%3D%22%23FF473E%22%20d%3D%22M67.3%2016.6c-6.9-8.1-19-8.5-26.3-1.2c-1%201-2.6%201-3.6%200c-6.4-6.5-16.6-7-23.6-1.5l2%202c.2.2.3.4.4.6c-.7.6-1.4%201.3-2%202.1c-.3-.1-.5-.2-.7-.4l-2.1-2.1c-5.3%206-6%2015-1.6%2021.7C11.2%2040%2013%2041.7%2015%2043l23%2018.6c.8.7%202%20.7%202.8%200L63.6%2043c1.9-1.3%203.6-2.9%205-5c4.2-6.5%203.7-15.4-1.3-21.4%22%2F%3E%3Cpath%20fill%3D%22%23D32A2A%22%20d%3D%22M13.7%2027.9h-.2c-1.3-.1-2.2-1.2-2.1-2.5c.5-5.7%204.6-10.4%2010.2-11.7c1.2-.3%202.4.5%202.7%201.7s-.5%202.4-1.7%202.7c-3.7.8-6.3%203.9-6.6%207.6c-.1%201.3-1.1%202.2-2.3%202.2%22%2F%3E%3Cpath%20fill%3D%22%23FFB636%22%20d%3D%22M14%2018.7c.6-.8%201.2-1.5%202-2.1c-.1-.2-.2-.5-.4-.6L5.9%206.2h3.9c.9%200%201.6-.7%201.6-1.6S10.8%203%209.9%203h-8C1%203%20.3%203.7.3%204.6v8c0%20.9.7%201.6%201.6%201.6s1.6-.7%201.6-1.6V8.5l9.8%209.8c.2.2.5.3.7.4%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23FFB636%22%20d%3D%22M65.2%2060.6h-5l-1.5-1.5h1.7c.9%200%201.6-.7%201.6-1.6s-.7-1.6-1.6-1.6h-5l-8.1-8.1c-.6-.6-1.7-.6-2.3%200s-.6%201.7%200%202.3l8.1%208.1v5c0%20.9.7%201.6%201.6%201.6s1.6-.7%201.6-1.6v-1.7l1.5%201.5v5c0%20.9.7%201.6%201.6%201.6S61%2068.9%2061%2068v-4h4c.9%200%201.6-.7%201.6-1.6s-.5-1.8-1.4-1.8%22%2F%3E%3Cpath%20fill%3D%22%23FF473E%22%20d%3D%22M67.3%2016.6c-6.9-8.1-19-8.5-26.3-1.2c-1%201-2.6%201-3.6%200c-6.4-6.5-16.6-7-23.6-1.5l2%202c.2.2.3.4.4.6c-.7.6-1.4%201.3-2%202.1c-.3-.1-.5-.2-.7-.4l-2.1-2.1c-5.3%206-6%2015-1.6%2021.7C11.2%2040%2013%2041.7%2015%2043l23%2018.6c.8.7%202%20.7%202.8%200L63.6%2043c1.9-1.3%203.6-2.9%205-5c4.2-6.5%203.7-15.4-1.3-21.4%22%2F%3E%3Cpath%20fill%3D%22%23D32A2A%22%20d%3D%22M13.7%2027.9h-.2c-1.3-.1-2.2-1.2-2.1-2.5c.5-5.7%204.6-10.4%2010.2-11.7c1.2-.3%202.4.5%202.7%201.7s-.5%202.4-1.7%202.7c-3.7.8-6.3%203.9-6.6%207.6c-.1%201.3-1.1%202.2-2.3%202.2%22%2F%3E%3Cpath%20fill%3D%22%23FFB636%22%20d%3D%22M14%2018.7c.6-.8%201.2-1.5%202-2.1c-.1-.2-.2-.5-.4-.6L5.9%206.2h3.9c.9%200%201.6-.7%201.6-1.6S10.8%203%209.9%203h-8C1%203%20.3%203.7.3%204.6v8c0%20.9.7%201.6%201.6%201.6s1.6-.7%201.6-1.6V8.5l9.8%209.8c.2.2.5.3.7.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/heartarrow.svg?color=%231a73e8&size=48