board-heart-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.

Name
board-heart-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M2 4.5A2.5 2.5 0 0 1 4.5 2h7A2.5 2.5 0 0 1 14 4.5v1.862a3.5 3.5 0 0 0-1-.317V4.5A1.5 1.5 0 0 0 11.5 3h-3v3c-.338.007-.675.06-1 .163V6H3v5.5A1.5 1.5 0 0 0 4.5 13h2.42l.992 1H4.5A2.5 2.5 0 0 1 2 11.5zM4.5 3A1.5 1.5 0 0 0 3 4.5V5h4.5V3zM13 7.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 0L6.75 11.41a2.597 2.597 0 0 1 0-3.653A2.56 2.56 0 0 1 8.5 7a2.55 2.55 0 0 1 1.877.756l.123.123l.123-.123A2.55 2.55 0 0 1 13 7.063"/></svg>

React

import type { SVGProps } from "react";

export function FluentBoardHeart16Regular(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" d="M2 4.5A2.5 2.5 0 0 1 4.5 2h7A2.5 2.5 0 0 1 14 4.5v1.862a3.5 3.5 0 0 0-1-.317V4.5A1.5 1.5 0 0 0 11.5 3h-3v3c-.338.007-.675.06-1 .163V6H3v5.5A1.5 1.5 0 0 0 4.5 13h2.42l.992 1H4.5A2.5 2.5 0 0 1 2 11.5zM4.5 3A1.5 1.5 0 0 0 3 4.5V5h4.5V3zM13 7.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 0L6.75 11.41a2.597 2.597 0 0 1 0-3.653A2.56 2.56 0 0 1 8.5 7a2.55 2.55 0 0 1 1.877.756l.123.123l.123-.123A2.55 2.55 0 0 1 13 7.063"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2 4.5A2.5 2.5 0 0 1 4.5 2h7A2.5 2.5 0 0 1 14 4.5v1.862a3.5 3.5 0 0 0-1-.317V4.5A1.5 1.5 0 0 0 11.5 3h-3v3c-.338.007-.675.06-1 .163V6H3v5.5A1.5 1.5 0 0 0 4.5 13h2.42l.992 1H4.5A2.5 2.5 0 0 1 2 11.5zM4.5 3A1.5 1.5 0 0 0 3 4.5V5h4.5V3zM13 7.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 0L6.75 11.41a2.597 2.597 0 0 1 0-3.653A2.56 2.56 0 0 1 8.5 7a2.55 2.55 0 0 1 1.877.756l.123.123l.123-.123A2.55 2.55 0 0 1 13 7.063"/></svg>
</template>

CSS

.icon-board-heart-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%204.5A2.5%202.5%200%200%201%204.5%202h7A2.5%202.5%200%200%201%2014%204.5v1.862a3.5%203.5%200%200%200-1-.317V4.5A1.5%201.5%200%200%200%2011.5%203h-3v3c-.338.007-.675.06-1%20.163V6H3v5.5A1.5%201.5%200%200%200%204.5%2013h2.42l.992%201H4.5A2.5%202.5%200%200%201%202%2011.5zM4.5%203A1.5%201.5%200%200%200%203%204.5V5h4.5V3zM13%207.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%200L6.75%2011.41a2.597%202.597%200%200%201%200-3.653A2.56%202.56%200%200%201%208.5%207a2.55%202.55%200%200%201%201.877.756l.123.123l.123-.123A2.55%202.55%200%200%201%2013%207.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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%204.5A2.5%202.5%200%200%201%204.5%202h7A2.5%202.5%200%200%201%2014%204.5v1.862a3.5%203.5%200%200%200-1-.317V4.5A1.5%201.5%200%200%200%2011.5%203h-3v3c-.338.007-.675.06-1%20.163V6H3v5.5A1.5%201.5%200%200%200%204.5%2013h2.42l.992%201H4.5A2.5%202.5%200%200%201%202%2011.5zM4.5%203A1.5%201.5%200%200%200%203%204.5V5h4.5V3zM13%207.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%200L6.75%2011.41a2.597%202.597%200%200%201%200-3.653A2.56%202.56%200%200%201%208.5%207a2.55%202.55%200%200%201%201.877.756l.123.123l.123-.123A2.55%202.55%200%200%201%2013%207.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-16-regular.svg?color=%231a73e8&size=48