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

Name
mood-heart-rounded
Set
Material Symbols Light
Style
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="M8.697 10.616q.467 0 .789-.327t.322-.793t-.327-.79q-.326-.321-.793-.321t-.789.326t-.322.793t.326.79q.327.322.794.322m9.838-7.8q.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.563M8.493 20.29q-1.643-.708-2.859-1.923t-1.925-2.856T3 12.003q0-1.866.709-3.51t1.924-2.859T8.49 3.709T12 3q.19 0 .371.003t.373.028q-.067.29-.091.572t-.024.588q0 1.344.532 2.481t1.464 1.95q-.19.143-.312.376q-.12.233-.12.502q0 .465.325.79q.325.326.79.326q.401 0 .708-.25t.382-.647q.489.189 1.033.293q.545.104 1.103.104q.568 0 1.116-.108t1.058-.312q.136.554.214 1.123T21 12q0 1.868-.708 3.51t-1.924 2.858t-2.856 1.923t-3.509.709t-3.51-.708"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightMoodHeartRounded(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="M8.697 10.616q.467 0 .789-.327t.322-.793t-.327-.79q-.326-.321-.793-.321t-.789.326t-.322.793t.326.79q.327.322.794.322m9.838-7.8q.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.563M8.493 20.29q-1.643-.708-2.859-1.923t-1.925-2.856T3 12.003q0-1.866.709-3.51t1.924-2.859T8.49 3.709T12 3q.19 0 .371.003t.373.028q-.067.29-.091.572t-.024.588q0 1.344.532 2.481t1.464 1.95q-.19.143-.312.376q-.12.233-.12.502q0 .465.325.79q.325.326.79.326q.401 0 .708-.25t.382-.647q.489.189 1.033.293q.545.104 1.103.104q.568 0 1.116-.108t1.058-.312q.136.554.214 1.123T21 12q0 1.868-.708 3.51t-1.924 2.858t-2.856 1.923t-3.509.709t-3.51-.708"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.697 10.616q.467 0 .789-.327t.322-.793t-.327-.79q-.326-.321-.793-.321t-.789.326t-.322.793t.326.79q.327.322.794.322m9.838-7.8q.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.563M8.493 20.29q-1.643-.708-2.859-1.923t-1.925-2.856T3 12.003q0-1.866.709-3.51t1.924-2.859T8.49 3.709T12 3q.19 0 .371.003t.373.028q-.067.29-.091.572t-.024.588q0 1.344.532 2.481t1.464 1.95q-.19.143-.312.376q-.12.233-.12.502q0 .465.325.79q.325.326.79.326q.401 0 .708-.25t.382-.647q.489.189 1.033.293q.545.104 1.103.104q.568 0 1.116-.108t1.058-.312q.136.554.214 1.123T21 12q0 1.868-.708 3.51t-1.924 2.858t-2.856 1.923t-3.509.709t-3.51-.708"/></svg>
</template>

CSS

.icon-mood-heart-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%22M8.697%2010.616q.467%200%20.789-.327t.322-.793t-.327-.79q-.326-.321-.793-.321t-.789.326t-.322.793t.326.79q.327.322.794.322m9.838-7.8q.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.563M8.493%2020.29q-1.643-.708-2.859-1.923t-1.925-2.856T3%2012.003q0-1.866.709-3.51t1.924-2.859T8.49%203.709T12%203q.19%200%20.371.003t.373.028q-.067.29-.091.572t-.024.588q0%201.344.532%202.481t1.464%201.95q-.19.143-.312.376q-.12.233-.12.502q0%20.465.325.79q.325.326.79.326q.401%200%20.708-.25t.382-.647q.489.189%201.033.293q.545.104%201.103.104q.568%200%201.116-.108t1.058-.312q.136.554.214%201.123T21%2012q0%201.868-.708%203.51t-1.924%202.858t-2.856%201.923t-3.509.709t-3.51-.708%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%22M8.697%2010.616q.467%200%20.789-.327t.322-.793t-.327-.79q-.326-.321-.793-.321t-.789.326t-.322.793t.326.79q.327.322.794.322m9.838-7.8q.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.563M8.493%2020.29q-1.643-.708-2.859-1.923t-1.925-2.856T3%2012.003q0-1.866.709-3.51t1.924-2.859T8.49%203.709T12%203q.19%200%20.371.003t.373.028q-.067.29-.091.572t-.024.588q0%201.344.532%202.481t1.464%201.95q-.19.143-.312.376q-.12.233-.12.502q0%20.465.325.79q.325.326.79.326q.401%200%20.708-.25t.382-.647q.489.189%201.033.293q.545.104%201.103.104q.568%200%201.116-.108t1.058-.312q.136.554.214%201.123T21%2012q0%201.868-.708%203.51t-1.924%202.858t-2.856%201.923t-3.509.709t-3.51-.708%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-rounded.svg?color=%231a73e8&size=48