hearts icon
hearts from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.
- Name
- hearts
- Set
- Bootstrap Icons
- Style
- Outline
- Viewbox
- 16×16
- License
- MIT
The same icon in other sets
Use the hearts 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="M4.931.481c1.627-1.671 5.692 1.254 0 5.015c-5.692-3.76-1.626-6.686 0-5.015m6.84 1.794c1.084-1.114 3.795.836 0 3.343c-3.795-2.507-1.084-4.457 0-3.343M7.84 7.642c2.71-2.786 9.486 2.09 0 8.358c-9.487-6.268-2.71-11.144 0-8.358"/></svg>
React
import type { SVGProps } from "react";
export function BiHearts(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="M4.931.481c1.627-1.671 5.692 1.254 0 5.015c-5.692-3.76-1.626-6.686 0-5.015m6.84 1.794c1.084-1.114 3.795.836 0 3.343c-3.795-2.507-1.084-4.457 0-3.343M7.84 7.642c2.71-2.786 9.486 2.09 0 8.358c-9.487-6.268-2.71-11.144 0-8.358"/></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="M4.931.481c1.627-1.671 5.692 1.254 0 5.015c-5.692-3.76-1.626-6.686 0-5.015m6.84 1.794c1.084-1.114 3.795.836 0 3.343c-3.795-2.507-1.084-4.457 0-3.343M7.84 7.642c2.71-2.786 9.486 2.09 0 8.358c-9.487-6.268-2.71-11.144 0-8.358"/></svg> </template>
CSS
.icon-hearts {
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%22M4.931.481c1.627-1.671%205.692%201.254%200%205.015c-5.692-3.76-1.626-6.686%200-5.015m6.84%201.794c1.084-1.114%203.795.836%200%203.343c-3.795-2.507-1.084-4.457%200-3.343M7.84%207.642c2.71-2.786%209.486%202.09%200%208.358c-9.487-6.268-2.71-11.144%200-8.358%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%22M4.931.481c1.627-1.671%205.692%201.254%200%205.015c-5.692-3.76-1.626-6.686%200-5.015m6.84%201.794c1.084-1.114%203.795.836%200%203.343c-3.795-2.507-1.084-4.457%200-3.343M7.84%207.642c2.71-2.786%209.486%202.09%200%208.358c-9.487-6.268-2.71-11.144%200-8.358%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/hearts.svg?color=%231a73e8&size=48