mood heart icon
mood-heart from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- mood-heart
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- mood-heart-sharp
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.322m5.948 5.48q1.196-.79 1.801-2.096H7.554q.605 1.306 1.8 2.095t2.646.79t2.645-.79m3.89-8.364l-2.962-2.962q-.287-.286-.395-.597t-.109-.622q0-.68.483-1.211q.484-.531 1.24-.531q.601 0 .945.277t.798.73q.442-.442.79-.724q.349-.283.961-.283q.781 0 1.248.532q.466.53.466 1.21q0 .319-.121.638t-.383.58zM8.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 MaterialSymbolsLightMoodHeart(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.322m5.948 5.48q1.196-.79 1.801-2.096H7.554q.605 1.306 1.8 2.095t2.646.79t2.645-.79m3.89-8.364l-2.962-2.962q-.287-.286-.395-.597t-.109-.622q0-.68.483-1.211q.484-.531 1.24-.531q.601 0 .945.277t.798.73q.442-.442.79-.724q.349-.283.961-.283q.781 0 1.248.532q.466.53.466 1.21q0 .319-.121.638t-.383.58zM8.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.322m5.948 5.48q1.196-.79 1.801-2.096H7.554q.605 1.306 1.8 2.095t2.646.79t2.645-.79m3.89-8.364l-2.962-2.962q-.287-.286-.395-.597t-.109-.622q0-.68.483-1.211q.484-.531 1.24-.531q.601 0 .945.277t.798.73q.442-.442.79-.724q.349-.283.961-.283q.781 0 1.248.532q.466.53.466 1.21q0 .319-.121.638t-.383.58zM8.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 {
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.322m5.948%205.48q1.196-.79%201.801-2.096H7.554q.605%201.306%201.8%202.095t2.646.79t2.645-.79m3.89-8.364l-2.962-2.962q-.287-.286-.395-.597t-.109-.622q0-.68.483-1.211q.484-.531%201.24-.531q.601%200%20.945.277t.798.73q.442-.442.79-.724q.349-.283.961-.283q.781%200%201.248.532q.466.53.466%201.21q0%20.319-.121.638t-.383.58zM8.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.322m5.948%205.48q1.196-.79%201.801-2.096H7.554q.605%201.306%201.8%202.095t2.646.79t2.645-.79m3.89-8.364l-2.962-2.962q-.287-.286-.395-.597t-.109-.622q0-.68.483-1.211q.484-.531%201.24-.531q.601%200%20.945.277t.798.73q.442-.442.79-.724q.349-.283.961-.283q.781%200%201.248.532q.466.53.466%201.21q0%20.319-.121.638t-.383.58zM8.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.svg?color=%231a73e8&size=48