balloon heart icon
balloon-heart from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.
- Name
- balloon-heart
- Set
- Bootstrap Icons
- Style
- Outline
- Viewbox
- 16×16
- License
- MIT
1 other variant in Bootstrap Icons
Use the balloon 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="m8 2.42l-.717-.737c-1.13-1.161-3.243-.777-4.01.72c-.35.685-.451 1.707.236 3.062C4.16 6.753 5.52 8.32 8 10.042c2.479-1.723 3.839-3.29 4.491-4.577c.687-1.355.587-2.377.236-3.061c-.767-1.498-2.88-1.882-4.01-.721zm-.49 8.5c-10.78-7.44-3-13.155.359-10.063q.068.062.132.129q.065-.067.132-.129c3.36-3.092 11.137 2.624.357 10.063l.235.468a.25.25 0 1 1-.448.224l-.008-.017c.008.11.02.202.037.29c.054.27.161.488.419 1.003c.288.578.235 1.15.076 1.629c-.157.469-.422.867-.588 1.115l-.004.007a.25.25 0 1 1-.416-.278c.168-.252.4-.6.533-1.003c.133-.396.163-.824-.049-1.246l-.013-.028c-.24-.48-.38-.758-.448-1.102a3 3 0 0 1-.052-.45l-.04.08a.25.25 0 1 1-.447-.224l.235-.468ZM6.013 2.06c-.649-.18-1.483.083-1.85.798c-.131.258-.245.689-.08 1.335c.063.244.414.198.487-.043c.21-.697.627-1.447 1.359-1.692c.217-.073.304-.337.084-.398"/></svg>
React
import type { SVGProps } from "react";
export function BiBalloonHeart(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="m8 2.42l-.717-.737c-1.13-1.161-3.243-.777-4.01.72c-.35.685-.451 1.707.236 3.062C4.16 6.753 5.52 8.32 8 10.042c2.479-1.723 3.839-3.29 4.491-4.577c.687-1.355.587-2.377.236-3.061c-.767-1.498-2.88-1.882-4.01-.721zm-.49 8.5c-10.78-7.44-3-13.155.359-10.063q.068.062.132.129q.065-.067.132-.129c3.36-3.092 11.137 2.624.357 10.063l.235.468a.25.25 0 1 1-.448.224l-.008-.017c.008.11.02.202.037.29c.054.27.161.488.419 1.003c.288.578.235 1.15.076 1.629c-.157.469-.422.867-.588 1.115l-.004.007a.25.25 0 1 1-.416-.278c.168-.252.4-.6.533-1.003c.133-.396.163-.824-.049-1.246l-.013-.028c-.24-.48-.38-.758-.448-1.102a3 3 0 0 1-.052-.45l-.04.08a.25.25 0 1 1-.447-.224l.235-.468ZM6.013 2.06c-.649-.18-1.483.083-1.85.798c-.131.258-.245.689-.08 1.335c.063.244.414.198.487-.043c.21-.697.627-1.447 1.359-1.692c.217-.073.304-.337.084-.398"/></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="m8 2.42l-.717-.737c-1.13-1.161-3.243-.777-4.01.72c-.35.685-.451 1.707.236 3.062C4.16 6.753 5.52 8.32 8 10.042c2.479-1.723 3.839-3.29 4.491-4.577c.687-1.355.587-2.377.236-3.061c-.767-1.498-2.88-1.882-4.01-.721zm-.49 8.5c-10.78-7.44-3-13.155.359-10.063q.068.062.132.129q.065-.067.132-.129c3.36-3.092 11.137 2.624.357 10.063l.235.468a.25.25 0 1 1-.448.224l-.008-.017c.008.11.02.202.037.29c.054.27.161.488.419 1.003c.288.578.235 1.15.076 1.629c-.157.469-.422.867-.588 1.115l-.004.007a.25.25 0 1 1-.416-.278c.168-.252.4-.6.533-1.003c.133-.396.163-.824-.049-1.246l-.013-.028c-.24-.48-.38-.758-.448-1.102a3 3 0 0 1-.052-.45l-.04.08a.25.25 0 1 1-.447-.224l.235-.468ZM6.013 2.06c-.649-.18-1.483.083-1.85.798c-.131.258-.245.689-.08 1.335c.063.244.414.198.487-.043c.21-.697.627-1.447 1.359-1.692c.217-.073.304-.337.084-.398"/></svg> </template>
CSS
.icon-balloon-heart {
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%22m8%202.42l-.717-.737c-1.13-1.161-3.243-.777-4.01.72c-.35.685-.451%201.707.236%203.062C4.16%206.753%205.52%208.32%208%2010.042c2.479-1.723%203.839-3.29%204.491-4.577c.687-1.355.587-2.377.236-3.061c-.767-1.498-2.88-1.882-4.01-.721zm-.49%208.5c-10.78-7.44-3-13.155.359-10.063q.068.062.132.129q.065-.067.132-.129c3.36-3.092%2011.137%202.624.357%2010.063l.235.468a.25.25%200%201%201-.448.224l-.008-.017c.008.11.02.202.037.29c.054.27.161.488.419%201.003c.288.578.235%201.15.076%201.629c-.157.469-.422.867-.588%201.115l-.004.007a.25.25%200%201%201-.416-.278c.168-.252.4-.6.533-1.003c.133-.396.163-.824-.049-1.246l-.013-.028c-.24-.48-.38-.758-.448-1.102a3%203%200%200%201-.052-.45l-.04.08a.25.25%200%201%201-.447-.224l.235-.468ZM6.013%202.06c-.649-.18-1.483.083-1.85.798c-.131.258-.245.689-.08%201.335c.063.244.414.198.487-.043c.21-.697.627-1.447%201.359-1.692c.217-.073.304-.337.084-.398%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%22m8%202.42l-.717-.737c-1.13-1.161-3.243-.777-4.01.72c-.35.685-.451%201.707.236%203.062C4.16%206.753%205.52%208.32%208%2010.042c2.479-1.723%203.839-3.29%204.491-4.577c.687-1.355.587-2.377.236-3.061c-.767-1.498-2.88-1.882-4.01-.721zm-.49%208.5c-10.78-7.44-3-13.155.359-10.063q.068.062.132.129q.065-.067.132-.129c3.36-3.092%2011.137%202.624.357%2010.063l.235.468a.25.25%200%201%201-.448.224l-.008-.017c.008.11.02.202.037.29c.054.27.161.488.419%201.003c.288.578.235%201.15.076%201.629c-.157.469-.422.867-.588%201.115l-.004.007a.25.25%200%201%201-.416-.278c.168-.252.4-.6.533-1.003c.133-.396.163-.824-.049-1.246l-.013-.028c-.24-.48-.38-.758-.448-1.102a3%203%200%200%201-.052-.45l-.04.08a.25.25%200%201%201-.447-.224l.235-.468ZM6.013%202.06c-.649-.18-1.483.083-1.85.798c-.131.258-.245.689-.08%201.335c.063.244.414.198.487-.043c.21-.697.627-1.447%201.359-1.692c.217-.073.304-.337.084-.398%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/balloon-heart.svg?color=%231a73e8&size=48