love-letter from Emoji One (Colored) by Emoji One · Default · Objects · CC-BY-4.0 Attribution required.

Name
love-letter
Set
Emoji One (Colored)
Style
Default
Category
Objects
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More objects icons from Emoji One (Colored)

Use the love letter emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#c4ced6" d="m2.6 47l17.2-17.1L6.5 11.7c-.6.8-1.1 1.9-1.2 3.1L2 43.8c-.1 1.2.1 2.3.6 3.2M60.2 8.6L35.3 30.7L54.9 56c1.1-.9 1.8-2.2 2-3.8l4.4-39.5c.3-1.7-.2-3.1-1.1-4.1"/><path fill="#dae4ea" d="M35.3 30.7L60.2 8.6c-.8-.9-1.9-1.4-3.2-1.3L8.5 10.5c-.7 0-1.5.5-2 1.2l13.2 18.2L2.6 47c.4.8 1 1.3 1.7 1.5L51.5 57c1.3.2 2.5-.1 3.5-.9z"/><path fill="#f46767" d="M39.3 22.8c-1.7-8.9-10.4-4.8-11.6-.6c-.5-4.5-7.4-7.6-10.3.3c-3.2 8.6 7.4 17.6 8.2 19.1c1-.9 15.6-8.9 13.7-18.8"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneLoveLetter(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#c4ced6" d="m2.6 47l17.2-17.1L6.5 11.7c-.6.8-1.1 1.9-1.2 3.1L2 43.8c-.1 1.2.1 2.3.6 3.2M60.2 8.6L35.3 30.7L54.9 56c1.1-.9 1.8-2.2 2-3.8l4.4-39.5c.3-1.7-.2-3.1-1.1-4.1"/><path fill="#dae4ea" d="M35.3 30.7L60.2 8.6c-.8-.9-1.9-1.4-3.2-1.3L8.5 10.5c-.7 0-1.5.5-2 1.2l13.2 18.2L2.6 47c.4.8 1 1.3 1.7 1.5L51.5 57c1.3.2 2.5-.1 3.5-.9z"/><path fill="#f46767" d="M39.3 22.8c-1.7-8.9-10.4-4.8-11.6-.6c-.5-4.5-7.4-7.6-10.3.3c-3.2 8.6 7.4 17.6 8.2 19.1c1-.9 15.6-8.9 13.7-18.8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#c4ced6" d="m2.6 47l17.2-17.1L6.5 11.7c-.6.8-1.1 1.9-1.2 3.1L2 43.8c-.1 1.2.1 2.3.6 3.2M60.2 8.6L35.3 30.7L54.9 56c1.1-.9 1.8-2.2 2-3.8l4.4-39.5c.3-1.7-.2-3.1-1.1-4.1"/><path fill="#dae4ea" d="M35.3 30.7L60.2 8.6c-.8-.9-1.9-1.4-3.2-1.3L8.5 10.5c-.7 0-1.5.5-2 1.2l13.2 18.2L2.6 47c.4.8 1 1.3 1.7 1.5L51.5 57c1.3.2 2.5-.1 3.5-.9z"/><path fill="#f46767" d="M39.3 22.8c-1.7-8.9-10.4-4.8-11.6-.6c-.5-4.5-7.4-7.6-10.3.3c-3.2 8.6 7.4 17.6 8.2 19.1c1-.9 15.6-8.9 13.7-18.8"/></svg>
</template>

CSS

.icon-love-letter {
  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%2064%2064%22%3E%3Cpath%20fill%3D%22%23c4ced6%22%20d%3D%22m2.6%2047l17.2-17.1L6.5%2011.7c-.6.8-1.1%201.9-1.2%203.1L2%2043.8c-.1%201.2.1%202.3.6%203.2M60.2%208.6L35.3%2030.7L54.9%2056c1.1-.9%201.8-2.2%202-3.8l4.4-39.5c.3-1.7-.2-3.1-1.1-4.1%22%2F%3E%3Cpath%20fill%3D%22%23dae4ea%22%20d%3D%22M35.3%2030.7L60.2%208.6c-.8-.9-1.9-1.4-3.2-1.3L8.5%2010.5c-.7%200-1.5.5-2%201.2l13.2%2018.2L2.6%2047c.4.8%201%201.3%201.7%201.5L51.5%2057c1.3.2%202.5-.1%203.5-.9z%22%2F%3E%3Cpath%20fill%3D%22%23f46767%22%20d%3D%22M39.3%2022.8c-1.7-8.9-10.4-4.8-11.6-.6c-.5-4.5-7.4-7.6-10.3.3c-3.2%208.6%207.4%2017.6%208.2%2019.1c1-.9%2015.6-8.9%2013.7-18.8%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%2064%2064%22%3E%3Cpath%20fill%3D%22%23c4ced6%22%20d%3D%22m2.6%2047l17.2-17.1L6.5%2011.7c-.6.8-1.1%201.9-1.2%203.1L2%2043.8c-.1%201.2.1%202.3.6%203.2M60.2%208.6L35.3%2030.7L54.9%2056c1.1-.9%201.8-2.2%202-3.8l4.4-39.5c.3-1.7-.2-3.1-1.1-4.1%22%2F%3E%3Cpath%20fill%3D%22%23dae4ea%22%20d%3D%22M35.3%2030.7L60.2%208.6c-.8-.9-1.9-1.4-3.2-1.3L8.5%2010.5c-.7%200-1.5.5-2%201.2l13.2%2018.2L2.6%2047c.4.8%201%201.3%201.7%201.5L51.5%2057c1.3.2%202.5-.1%203.5-.9z%22%2F%3E%3Cpath%20fill%3D%22%23f46767%22%20d%3D%22M39.3%2022.8c-1.7-8.9-10.4-4.8-11.6-.6c-.5-4.5-7.4-7.6-10.3.3c-3.2%208.6%207.4%2017.6%208.2%2019.1c1-.9%2015.6-8.9%2013.7-18.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/love-letter.svg?color=%231a73e8&size=48