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

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

3 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

Use the mood heart icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.312 10.616q.467 0 .789-.327t.322-.793t-.326-.79q-.327-.321-.794-.321t-.789.326t-.322.793t.327.79q.326.322.793.322m-6.615 0q.466 0 .788-.327q.323-.327.323-.793q0-.467-.327-.79q-.327-.321-.793-.321q-.467 0-.789.326q-.322.327-.322.793q0 .467.326.79q.327.322.794.322M11.99 21q-1.863 0-3.501-.71q-1.638-.711-2.855-1.925Q4.42 17.15 3.71 15.508T3 12q0-1.918.74-3.584q.739-1.666 2.008-2.891t2.95-1.904T12.256 3q.188 0 .33.159q.141.158.114.372q-.026.212-.186.338q-.16.125-.373.131q-.972-.033-1.905.19q-.934.221-1.811.66q-1.975 1-3.2 2.9T4 12q0 3.325 2.338 5.663T12 20q2.475 0 4.45-1.35t2.9-3.5q.489-1.102.62-2.312q.13-1.21-.122-2.386q-.05-.21.073-.376q.123-.167.312-.234t.356.031t.223.286q.288 1.38.142 2.79t-.727 2.703q-1.06 2.38-3.257 3.864T11.99 21m6.545-18.184q.442-.443.79-.725q.349-.283.961-.283q.781 0 1.248.532q.466.53.466 1.21q0 .319-.121.638t-.379.576l-2.4 2.4q-.242.243-.565.243t-.566-.242l-2.396-2.397q-.286-.286-.395-.597t-.109-.622q0-.68.484-1.211q.483-.531 1.24-.531q.6 0 .944.277t.798.73M12 16.886q1.238 0 2.292-.563t1.718-1.568q.16-.225.02-.49Q15.893 14 15.6 14H8.4q-.292 0-.432.265q-.14.264.021.49q.663 1.004 1.73 1.567t2.282.563"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightMoodHeartOutlineRounded(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="M15.312 10.616q.467 0 .789-.327t.322-.793t-.326-.79q-.327-.321-.794-.321t-.789.326t-.322.793t.327.79q.326.322.793.322m-6.615 0q.466 0 .788-.327q.323-.327.323-.793q0-.467-.327-.79q-.327-.321-.793-.321q-.467 0-.789.326q-.322.327-.322.793q0 .467.326.79q.327.322.794.322M11.99 21q-1.863 0-3.501-.71q-1.638-.711-2.855-1.925Q4.42 17.15 3.71 15.508T3 12q0-1.918.74-3.584q.739-1.666 2.008-2.891t2.95-1.904T12.256 3q.188 0 .33.159q.141.158.114.372q-.026.212-.186.338q-.16.125-.373.131q-.972-.033-1.905.19q-.934.221-1.811.66q-1.975 1-3.2 2.9T4 12q0 3.325 2.338 5.663T12 20q2.475 0 4.45-1.35t2.9-3.5q.489-1.102.62-2.312q.13-1.21-.122-2.386q-.05-.21.073-.376q.123-.167.312-.234t.356.031t.223.286q.288 1.38.142 2.79t-.727 2.703q-1.06 2.38-3.257 3.864T11.99 21m6.545-18.184q.442-.443.79-.725q.349-.283.961-.283q.781 0 1.248.532q.466.53.466 1.21q0 .319-.121.638t-.379.576l-2.4 2.4q-.242.243-.565.243t-.566-.242l-2.396-2.397q-.286-.286-.395-.597t-.109-.622q0-.68.484-1.211q.483-.531 1.24-.531q.6 0 .944.277t.798.73M12 16.886q1.238 0 2.292-.563t1.718-1.568q.16-.225.02-.49Q15.893 14 15.6 14H8.4q-.292 0-.432.265q-.14.264.021.49q.663 1.004 1.73 1.567t2.282.563"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.312 10.616q.467 0 .789-.327t.322-.793t-.326-.79q-.327-.321-.794-.321t-.789.326t-.322.793t.327.79q.326.322.793.322m-6.615 0q.466 0 .788-.327q.323-.327.323-.793q0-.467-.327-.79q-.327-.321-.793-.321q-.467 0-.789.326q-.322.327-.322.793q0 .467.326.79q.327.322.794.322M11.99 21q-1.863 0-3.501-.71q-1.638-.711-2.855-1.925Q4.42 17.15 3.71 15.508T3 12q0-1.918.74-3.584q.739-1.666 2.008-2.891t2.95-1.904T12.256 3q.188 0 .33.159q.141.158.114.372q-.026.212-.186.338q-.16.125-.373.131q-.972-.033-1.905.19q-.934.221-1.811.66q-1.975 1-3.2 2.9T4 12q0 3.325 2.338 5.663T12 20q2.475 0 4.45-1.35t2.9-3.5q.489-1.102.62-2.312q.13-1.21-.122-2.386q-.05-.21.073-.376q.123-.167.312-.234t.356.031t.223.286q.288 1.38.142 2.79t-.727 2.703q-1.06 2.38-3.257 3.864T11.99 21m6.545-18.184q.442-.443.79-.725q.349-.283.961-.283q.781 0 1.248.532q.466.53.466 1.21q0 .319-.121.638t-.379.576l-2.4 2.4q-.242.243-.565.243t-.566-.242l-2.396-2.397q-.286-.286-.395-.597t-.109-.622q0-.68.484-1.211q.483-.531 1.24-.531q.6 0 .944.277t.798.73M12 16.886q1.238 0 2.292-.563t1.718-1.568q.16-.225.02-.49Q15.893 14 15.6 14H8.4q-.292 0-.432.265q-.14.264.021.49q.663 1.004 1.73 1.567t2.282.563"/></svg>
</template>

CSS

.icon-mood-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%22M15.312%2010.616q.467%200%20.789-.327t.322-.793t-.326-.79q-.327-.321-.794-.321t-.789.326t-.322.793t.327.79q.326.322.793.322m-6.615%200q.466%200%20.788-.327q.323-.327.323-.793q0-.467-.327-.79q-.327-.321-.793-.321q-.467%200-.789.326q-.322.327-.322.793q0%20.467.326.79q.327.322.794.322M11.99%2021q-1.863%200-3.501-.71q-1.638-.711-2.855-1.925Q4.42%2017.15%203.71%2015.508T3%2012q0-1.918.74-3.584q.739-1.666%202.008-2.891t2.95-1.904T12.256%203q.188%200%20.33.159q.141.158.114.372q-.026.212-.186.338q-.16.125-.373.131q-.972-.033-1.905.19q-.934.221-1.811.66q-1.975%201-3.2%202.9T4%2012q0%203.325%202.338%205.663T12%2020q2.475%200%204.45-1.35t2.9-3.5q.489-1.102.62-2.312q.13-1.21-.122-2.386q-.05-.21.073-.376q.123-.167.312-.234t.356.031t.223.286q.288%201.38.142%202.79t-.727%202.703q-1.06%202.38-3.257%203.864T11.99%2021m6.545-18.184q.442-.443.79-.725q.349-.283.961-.283q.781%200%201.248.532q.466.53.466%201.21q0%20.319-.121.638t-.379.576l-2.4%202.4q-.242.243-.565.243t-.566-.242l-2.396-2.397q-.286-.286-.395-.597t-.109-.622q0-.68.484-1.211q.483-.531%201.24-.531q.6%200%20.944.277t.798.73M12%2016.886q1.238%200%202.292-.563t1.718-1.568q.16-.225.02-.49Q15.893%2014%2015.6%2014H8.4q-.292%200-.432.265q-.14.264.021.49q.663%201.004%201.73%201.567t2.282.563%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%22M15.312%2010.616q.467%200%20.789-.327t.322-.793t-.326-.79q-.327-.321-.794-.321t-.789.326t-.322.793t.327.79q.326.322.793.322m-6.615%200q.466%200%20.788-.327q.323-.327.323-.793q0-.467-.327-.79q-.327-.321-.793-.321q-.467%200-.789.326q-.322.327-.322.793q0%20.467.326.79q.327.322.794.322M11.99%2021q-1.863%200-3.501-.71q-1.638-.711-2.855-1.925Q4.42%2017.15%203.71%2015.508T3%2012q0-1.918.74-3.584q.739-1.666%202.008-2.891t2.95-1.904T12.256%203q.188%200%20.33.159q.141.158.114.372q-.026.212-.186.338q-.16.125-.373.131q-.972-.033-1.905.19q-.934.221-1.811.66q-1.975%201-3.2%202.9T4%2012q0%203.325%202.338%205.663T12%2020q2.475%200%204.45-1.35t2.9-3.5q.489-1.102.62-2.312q.13-1.21-.122-2.386q-.05-.21.073-.376q.123-.167.312-.234t.356.031t.223.286q.288%201.38.142%202.79t-.727%202.703q-1.06%202.38-3.257%203.864T11.99%2021m6.545-18.184q.442-.443.79-.725q.349-.283.961-.283q.781%200%201.248.532q.466.53.466%201.21q0%20.319-.121.638t-.379.576l-2.4%202.4q-.242.243-.565.243t-.566-.242l-2.396-2.397q-.286-.286-.395-.597t-.109-.622q0-.68.484-1.211q.483-.531%201.24-.531q.6%200%20.944.277t.798.73M12%2016.886q1.238%200%202.292-.563t1.718-1.568q.16-.225.02-.49Q15.893%2014%2015.6%2014H8.4q-.292%200-.432.265q-.14.264.021.49q.663%201.004%201.73%201.567t2.282.563%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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