board heart icon
board-heart-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- board-heart-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the board heart icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.496 5.564a3.25 3.25 0 0 0-3.245-3.066h-12A3.25 3.25 0 0 0 3 5.748v12.004l.005.184a3.25 3.25 0 0 0 3.245 3.066h7.116L11.915 19.5H11.5v.001H6.25a1.75 1.75 0 0 1-1.743-1.589l-.007-.16V9.499l7-.001v2.675a4.5 4.5 0 0 1 1.5-.912V3.997l5.251.001a1.75 1.75 0 0 1 1.743 1.59l.007.16v5.28a4.4 4.4 0 0 1 1.5.45v-5.73zM6.251 3.998l5.249-.001v4.001l-7 .001V5.75a1.75 1.75 0 0 1 1.607-1.745zm15.726 9.06c1.364 1.413 1.364 3.703 0 5.115l-4.442 4.598a.74.74 0 0 1-1.07 0l-4.442-4.598a3.6 3.6 0 0 1-.523-.691a3.73 3.73 0 0 1 0-3.732a3.6 3.6 0 0 1 .523-.691a3.41 3.41 0 0 1 4.94 0l.037.038l.036-.038A3.42 3.42 0 0 1 20 12.036a3.4 3.4 0 0 1 1.501.61q.252.181.476.413"/></svg>
React
import type { SVGProps } from "react";
export function FluentBoardHeart24Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.496 5.564a3.25 3.25 0 0 0-3.245-3.066h-12A3.25 3.25 0 0 0 3 5.748v12.004l.005.184a3.25 3.25 0 0 0 3.245 3.066h7.116L11.915 19.5H11.5v.001H6.25a1.75 1.75 0 0 1-1.743-1.589l-.007-.16V9.499l7-.001v2.675a4.5 4.5 0 0 1 1.5-.912V3.997l5.251.001a1.75 1.75 0 0 1 1.743 1.59l.007.16v5.28a4.4 4.4 0 0 1 1.5.45v-5.73zM6.251 3.998l5.249-.001v4.001l-7 .001V5.75a1.75 1.75 0 0 1 1.607-1.745zm15.726 9.06c1.364 1.413 1.364 3.703 0 5.115l-4.442 4.598a.74.74 0 0 1-1.07 0l-4.442-4.598a3.6 3.6 0 0 1-.523-.691a3.73 3.73 0 0 1 0-3.732a3.6 3.6 0 0 1 .523-.691a3.41 3.41 0 0 1 4.94 0l.037.038l.036-.038A3.42 3.42 0 0 1 20 12.036a3.4 3.4 0 0 1 1.501.61q.252.181.476.413"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.496 5.564a3.25 3.25 0 0 0-3.245-3.066h-12A3.25 3.25 0 0 0 3 5.748v12.004l.005.184a3.25 3.25 0 0 0 3.245 3.066h7.116L11.915 19.5H11.5v.001H6.25a1.75 1.75 0 0 1-1.743-1.589l-.007-.16V9.499l7-.001v2.675a4.5 4.5 0 0 1 1.5-.912V3.997l5.251.001a1.75 1.75 0 0 1 1.743 1.59l.007.16v5.28a4.4 4.4 0 0 1 1.5.45v-5.73zM6.251 3.998l5.249-.001v4.001l-7 .001V5.75a1.75 1.75 0 0 1 1.607-1.745zm15.726 9.06c1.364 1.413 1.364 3.703 0 5.115l-4.442 4.598a.74.74 0 0 1-1.07 0l-4.442-4.598a3.6 3.6 0 0 1-.523-.691a3.73 3.73 0 0 1 0-3.732a3.6 3.6 0 0 1 .523-.691a3.41 3.41 0 0 1 4.94 0l.037.038l.036-.038A3.42 3.42 0 0 1 20 12.036a3.4 3.4 0 0 1 1.501.61q.252.181.476.413"/></svg> </template>
CSS
.icon-board-heart-24-regular {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.496%205.564a3.25%203.25%200%200%200-3.245-3.066h-12A3.25%203.25%200%200%200%203%205.748v12.004l.005.184a3.25%203.25%200%200%200%203.245%203.066h7.116L11.915%2019.5H11.5v.001H6.25a1.75%201.75%200%200%201-1.743-1.589l-.007-.16V9.499l7-.001v2.675a4.5%204.5%200%200%201%201.5-.912V3.997l5.251.001a1.75%201.75%200%200%201%201.743%201.59l.007.16v5.28a4.4%204.4%200%200%201%201.5.45v-5.73zM6.251%203.998l5.249-.001v4.001l-7%20.001V5.75a1.75%201.75%200%200%201%201.607-1.745zm15.726%209.06c1.364%201.413%201.364%203.703%200%205.115l-4.442%204.598a.74.74%200%200%201-1.07%200l-4.442-4.598a3.6%203.6%200%200%201-.523-.691a3.73%203.73%200%200%201%200-3.732a3.6%203.6%200%200%201%20.523-.691a3.41%203.41%200%200%201%204.94%200l.037.038l.036-.038A3.42%203.42%200%200%201%2020%2012.036a3.4%203.4%200%200%201%201.501.61q.252.181.476.413%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.496%205.564a3.25%203.25%200%200%200-3.245-3.066h-12A3.25%203.25%200%200%200%203%205.748v12.004l.005.184a3.25%203.25%200%200%200%203.245%203.066h7.116L11.915%2019.5H11.5v.001H6.25a1.75%201.75%200%200%201-1.743-1.589l-.007-.16V9.499l7-.001v2.675a4.5%204.5%200%200%201%201.5-.912V3.997l5.251.001a1.75%201.75%200%200%201%201.743%201.59l.007.16v5.28a4.4%204.4%200%200%201%201.5.45v-5.73zM6.251%203.998l5.249-.001v4.001l-7%20.001V5.75a1.75%201.75%200%200%201%201.607-1.745zm15.726%209.06c1.364%201.413%201.364%203.703%200%205.115l-4.442%204.598a.74.74%200%200%201-1.07%200l-4.442-4.598a3.6%203.6%200%200%201-.523-.691a3.73%203.73%200%200%201%200-3.732a3.6%203.6%200%200%201%20.523-.691a3.41%203.41%200%200%201%204.94%200l.037.038l.036-.038A3.42%203.42%200%200%201%2020%2012.036a3.4%203.4%200%200%201%201.501.61q.252.181.476.413%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/board-heart-24-regular.svg?color=%231a73e8&size=48