board heart icon
board-heart-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- board-heart-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M6 3a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h4.92l-.879-.885L9.932 16H6a2 2 0 0 1-2-2V8.058l5.5-.053v3.746a3.6 3.6 0 0 1 1-1.09V4H14a2 2 0 0 1 2 2v4.027c.332-.041.67-.035 1 .018V6a3 3 0 0 0-3-3zM4 6a2 2 0 0 1 2-2h3.5v3.005L4 7.058zm13 5.063a2.54 2.54 0 0 1 1.249.694a2.6 2.6 0 0 1 0 3.653l-3.431 3.457a.45.45 0 0 1-.636 0L10.75 15.41a2.6 2.6 0 0 1 0-3.654a2.55 2.55 0 0 1 3.626 0l.123.124l.123-.123A2.55 2.55 0 0 1 17 11.063"/></svg>
React
import type { SVGProps } from "react";
export function FluentBoardHeart20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6 3a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h4.92l-.879-.885L9.932 16H6a2 2 0 0 1-2-2V8.058l5.5-.053v3.746a3.6 3.6 0 0 1 1-1.09V4H14a2 2 0 0 1 2 2v4.027c.332-.041.67-.035 1 .018V6a3 3 0 0 0-3-3zM4 6a2 2 0 0 1 2-2h3.5v3.005L4 7.058zm13 5.063a2.54 2.54 0 0 1 1.249.694a2.6 2.6 0 0 1 0 3.653l-3.431 3.457a.45.45 0 0 1-.636 0L10.75 15.41a2.6 2.6 0 0 1 0-3.654a2.55 2.55 0 0 1 3.626 0l.123.124l.123-.123A2.55 2.55 0 0 1 17 11.063"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6 3a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h4.92l-.879-.885L9.932 16H6a2 2 0 0 1-2-2V8.058l5.5-.053v3.746a3.6 3.6 0 0 1 1-1.09V4H14a2 2 0 0 1 2 2v4.027c.332-.041.67-.035 1 .018V6a3 3 0 0 0-3-3zM4 6a2 2 0 0 1 2-2h3.5v3.005L4 7.058zm13 5.063a2.54 2.54 0 0 1 1.249.694a2.6 2.6 0 0 1 0 3.653l-3.431 3.457a.45.45 0 0 1-.636 0L10.75 15.41a2.6 2.6 0 0 1 0-3.654a2.55 2.55 0 0 1 3.626 0l.123.124l.123-.123A2.55 2.55 0 0 1 17 11.063"/></svg> </template>
CSS
.icon-board-heart-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%203a3%203%200%200%200-3%203v8a3%203%200%200%200%203%203h4.92l-.879-.885L9.932%2016H6a2%202%200%200%201-2-2V8.058l5.5-.053v3.746a3.6%203.6%200%200%201%201-1.09V4H14a2%202%200%200%201%202%202v4.027c.332-.041.67-.035%201%20.018V6a3%203%200%200%200-3-3zM4%206a2%202%200%200%201%202-2h3.5v3.005L4%207.058zm13%205.063a2.54%202.54%200%200%201%201.249.694a2.6%202.6%200%200%201%200%203.653l-3.431%203.457a.45.45%200%200%201-.636%200L10.75%2015.41a2.6%202.6%200%200%201%200-3.654a2.55%202.55%200%200%201%203.626%200l.123.124l.123-.123A2.55%202.55%200%200%201%2017%2011.063%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%203a3%203%200%200%200-3%203v8a3%203%200%200%200%203%203h4.92l-.879-.885L9.932%2016H6a2%202%200%200%201-2-2V8.058l5.5-.053v3.746a3.6%203.6%200%200%201%201-1.09V4H14a2%202%200%200%201%202%202v4.027c.332-.041.67-.035%201%20.018V6a3%203%200%200%200-3-3zM4%206a2%202%200%200%201%202-2h3.5v3.005L4%207.058zm13%205.063a2.54%202.54%200%200%201%201.249.694a2.6%202.6%200%200%201%200%203.653l-3.431%203.457a.45.45%200%200%201-.636%200L10.75%2015.41a2.6%202.6%200%200%201%200-3.654a2.55%202.55%200%200%201%203.626%200l.123.124l.123-.123A2.55%202.55%200%200%201%2017%2011.063%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/board-heart-20-regular.svg?color=%231a73e8&size=48