monitor heart icon

monitor-heart-outline-rounded from Material Symbols by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.

Name
monitor-heart-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the monitor heart icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6v2q0 .425-.288.713T21 9t-.712-.288T20 8V6H4v2q0 .425-.288.713T3 9t-.712-.288T2 8zm2 14q-.825 0-1.412-.587T2 18v-2q0-.425.288-.712T3 15t.713.288T4 16v2h16v-2q0-.425.288-.712T21 15t.713.288T22 16v2q0 .825-.587 1.413T20 20zm6.525-3.137q.25-.138.375-.413l3.1-6.2l1.1 2.2q.125.275.375.413T16 13h5q.425 0 .713-.288T22 12t-.288-.712T21 11h-4.375L14.9 7.55q-.125-.275-.375-.387T14 7.05t-.525.113t-.375.387l-3.1 6.2l-1.1-2.2q-.125-.275-.375-.413T8 11H3q-.425 0-.712.288T2 12t.288.713T3 13h4.375L9.1 16.45q.125.275.375.413T10 17t.525-.137M12 12"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsMonitorHeartOutlineRounded(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="M2 6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6v2q0 .425-.288.713T21 9t-.712-.288T20 8V6H4v2q0 .425-.288.713T3 9t-.712-.288T2 8zm2 14q-.825 0-1.412-.587T2 18v-2q0-.425.288-.712T3 15t.713.288T4 16v2h16v-2q0-.425.288-.712T21 15t.713.288T22 16v2q0 .825-.587 1.413T20 20zm6.525-3.137q.25-.138.375-.413l3.1-6.2l1.1 2.2q.125.275.375.413T16 13h5q.425 0 .713-.288T22 12t-.288-.712T21 11h-4.375L14.9 7.55q-.125-.275-.375-.387T14 7.05t-.525.113t-.375.387l-3.1 6.2l-1.1-2.2q-.125-.275-.375-.413T8 11H3q-.425 0-.712.288T2 12t.288.713T3 13h4.375L9.1 16.45q.125.275.375.413T10 17t.525-.137M12 12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6v2q0 .425-.288.713T21 9t-.712-.288T20 8V6H4v2q0 .425-.288.713T3 9t-.712-.288T2 8zm2 14q-.825 0-1.412-.587T2 18v-2q0-.425.288-.712T3 15t.713.288T4 16v2h16v-2q0-.425.288-.712T21 15t.713.288T22 16v2q0 .825-.587 1.413T20 20zm6.525-3.137q.25-.138.375-.413l3.1-6.2l1.1 2.2q.125.275.375.413T16 13h5q.425 0 .713-.288T22 12t-.288-.712T21 11h-4.375L14.9 7.55q-.125-.275-.375-.387T14 7.05t-.525.113t-.375.387l-3.1 6.2l-1.1-2.2q-.125-.275-.375-.413T8 11H3q-.425 0-.712.288T2 12t.288.713T3 13h4.375L9.1 16.45q.125.275.375.413T10 17t.525-.137M12 12"/></svg>
</template>

CSS

.icon-monitor-heart-outline-rounded {
  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%22M2%206q0-.825.588-1.412T4%204h16q.825%200%201.413.588T22%206v2q0%20.425-.288.713T21%209t-.712-.288T20%208V6H4v2q0%20.425-.288.713T3%209t-.712-.288T2%208zm2%2014q-.825%200-1.412-.587T2%2018v-2q0-.425.288-.712T3%2015t.713.288T4%2016v2h16v-2q0-.425.288-.712T21%2015t.713.288T22%2016v2q0%20.825-.587%201.413T20%2020zm6.525-3.137q.25-.138.375-.413l3.1-6.2l1.1%202.2q.125.275.375.413T16%2013h5q.425%200%20.713-.288T22%2012t-.288-.712T21%2011h-4.375L14.9%207.55q-.125-.275-.375-.387T14%207.05t-.525.113t-.375.387l-3.1%206.2l-1.1-2.2q-.125-.275-.375-.413T8%2011H3q-.425%200-.712.288T2%2012t.288.713T3%2013h4.375L9.1%2016.45q.125.275.375.413T10%2017t.525-.137M12%2012%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%22M2%206q0-.825.588-1.412T4%204h16q.825%200%201.413.588T22%206v2q0%20.425-.288.713T21%209t-.712-.288T20%208V6H4v2q0%20.425-.288.713T3%209t-.712-.288T2%208zm2%2014q-.825%200-1.412-.587T2%2018v-2q0-.425.288-.712T3%2015t.713.288T4%2016v2h16v-2q0-.425.288-.712T21%2015t.713.288T22%2016v2q0%20.825-.587%201.413T20%2020zm6.525-3.137q.25-.138.375-.413l3.1-6.2l1.1%202.2q.125.275.375.413T16%2013h5q.425%200%20.713-.288T22%2012t-.288-.712T21%2011h-4.375L14.9%207.55q-.125-.275-.375-.387T14%207.05t-.525.113t-.375.387l-3.1%206.2l-1.1-2.2q-.125-.275-.375-.413T8%2011H3q-.425%200-.712.288T2%2012t.288.713T3%2013h4.375L9.1%2016.45q.125.275.375.413T10%2017t.525-.137M12%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/monitor-heart-outline-rounded.svg?color=%231a73e8&size=48