envelope paper heart icon
envelope-paper-heart-fill from Bootstrap Icons by The Bootstrap Authors · Fill · MIT Free for personal and commercial use.
- Name
- envelope-paper-heart-fill
- Set
- Bootstrap Icons
- Style
- Fill
- Viewbox
- 16×16
- License
- MIT
1 other variant in Bootstrap Icons
Related icons in Bootstrap Icons
Use the envelope paper heart icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="m3 7.5l3.5 2L8 8.75l1.5.75l3.5-2v-6A1.5 1.5 0 0 0 11.5 0h-7A1.5 1.5 0 0 0 3 1.5zM2 3.133l-.941.502A2 2 0 0 0 0 5.4v.313l2 1.173zm12 3.753l2-1.173V5.4a2 2 0 0 0-1.059-1.765L14 3.133zm-3.693 3.324L16 6.873v6.5zm5.634 4.274L8 10.072L.059 14.484A2 2 0 0 0 2 16h12a2 2 0 0 0 1.941-1.516M5.693 10.21L0 13.372v-6.5zM8 1.982C9.664.309 13.825 3.236 8 7C2.175 3.236 6.336.31 8 1.982"/></svg>
React
import type { SVGProps } from "react";
export function BiEnvelopePaperHeartFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" fillRule="evenodd" d="m3 7.5l3.5 2L8 8.75l1.5.75l3.5-2v-6A1.5 1.5 0 0 0 11.5 0h-7A1.5 1.5 0 0 0 3 1.5zM2 3.133l-.941.502A2 2 0 0 0 0 5.4v.313l2 1.173zm12 3.753l2-1.173V5.4a2 2 0 0 0-1.059-1.765L14 3.133zm-3.693 3.324L16 6.873v6.5zm5.634 4.274L8 10.072L.059 14.484A2 2 0 0 0 2 16h12a2 2 0 0 0 1.941-1.516M5.693 10.21L0 13.372v-6.5zM8 1.982C9.664.309 13.825 3.236 8 7C2.175 3.236 6.336.31 8 1.982"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="m3 7.5l3.5 2L8 8.75l1.5.75l3.5-2v-6A1.5 1.5 0 0 0 11.5 0h-7A1.5 1.5 0 0 0 3 1.5zM2 3.133l-.941.502A2 2 0 0 0 0 5.4v.313l2 1.173zm12 3.753l2-1.173V5.4a2 2 0 0 0-1.059-1.765L14 3.133zm-3.693 3.324L16 6.873v6.5zm5.634 4.274L8 10.072L.059 14.484A2 2 0 0 0 2 16h12a2 2 0 0 0 1.941-1.516M5.693 10.21L0 13.372v-6.5zM8 1.982C9.664.309 13.825 3.236 8 7C2.175 3.236 6.336.31 8 1.982"/></svg> </template>
CSS
.icon-envelope-paper-heart-fill {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22m3%207.5l3.5%202L8%208.75l1.5.75l3.5-2v-6A1.5%201.5%200%200%200%2011.5%200h-7A1.5%201.5%200%200%200%203%201.5zM2%203.133l-.941.502A2%202%200%200%200%200%205.4v.313l2%201.173zm12%203.753l2-1.173V5.4a2%202%200%200%200-1.059-1.765L14%203.133zm-3.693%203.324L16%206.873v6.5zm5.634%204.274L8%2010.072L.059%2014.484A2%202%200%200%200%202%2016h12a2%202%200%200%200%201.941-1.516M5.693%2010.21L0%2013.372v-6.5zM8%201.982C9.664.309%2013.825%203.236%208%207C2.175%203.236%206.336.31%208%201.982%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22m3%207.5l3.5%202L8%208.75l1.5.75l3.5-2v-6A1.5%201.5%200%200%200%2011.5%200h-7A1.5%201.5%200%200%200%203%201.5zM2%203.133l-.941.502A2%202%200%200%200%200%205.4v.313l2%201.173zm12%203.753l2-1.173V5.4a2%202%200%200%200-1.059-1.765L14%203.133zm-3.693%203.324L16%206.873v6.5zm5.634%204.274L8%2010.072L.059%2014.484A2%202%200%200%200%202%2016h12a2%202%200%200%200%201.941-1.516M5.693%2010.21L0%2013.372v-6.5zM8%201.982C9.664.309%2013.825%203.236%208%207C2.175%203.236%206.336.31%208%201.982%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/envelope-paper-heart-fill.svg?color=%231a73e8&size=48