heart smile icon
heart-smile from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- heart-smile
- Set
- Material Symbols
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- heart-smile-sharp
3 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
Use the heart smile icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.8 14.525q1.225-.975 1.575-2.525H14.3q-.3.675-.925 1.088T12 13.5t-1.375-.413T9.7 12H7.625q.35 1.55 1.575 2.525t2.8.975t2.8-.975m-4.662-4.387q.362-.363.362-.888t-.363-.888T9.25 8t-.888.363T8 9.25t.363.888t.887.362t.888-.363m5.5 0Q16 9.776 16 9.25t-.363-.888T14.75 8t-.888.363t-.362.887t.363.888t.887.362t.888-.363M12 21l-1.45-1.25q-2.525-2.2-4.175-3.8T3.75 13.075t-1.362-2.35T2 8.5q0-2.35 1.575-3.925T7.5 3q1.3 0 2.475.55T12 5.1q.85-1 2.025-1.55T16.5 3q2.35 0 3.925 1.575T22 8.5q0 1.15-.387 2.225t-1.363 2.35t-2.625 2.875t-4.175 3.8z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsHeartSmile(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="M14.8 14.525q1.225-.975 1.575-2.525H14.3q-.3.675-.925 1.088T12 13.5t-1.375-.413T9.7 12H7.625q.35 1.55 1.575 2.525t2.8.975t2.8-.975m-4.662-4.387q.362-.363.362-.888t-.363-.888T9.25 8t-.888.363T8 9.25t.363.888t.887.362t.888-.363m5.5 0Q16 9.776 16 9.25t-.363-.888T14.75 8t-.888.363t-.362.887t.363.888t.887.362t.888-.363M12 21l-1.45-1.25q-2.525-2.2-4.175-3.8T3.75 13.075t-1.362-2.35T2 8.5q0-2.35 1.575-3.925T7.5 3q1.3 0 2.475.55T12 5.1q.85-1 2.025-1.55T16.5 3q2.35 0 3.925 1.575T22 8.5q0 1.15-.387 2.225t-1.363 2.35t-2.625 2.875t-4.175 3.8z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.8 14.525q1.225-.975 1.575-2.525H14.3q-.3.675-.925 1.088T12 13.5t-1.375-.413T9.7 12H7.625q.35 1.55 1.575 2.525t2.8.975t2.8-.975m-4.662-4.387q.362-.363.362-.888t-.363-.888T9.25 8t-.888.363T8 9.25t.363.888t.887.362t.888-.363m5.5 0Q16 9.776 16 9.25t-.363-.888T14.75 8t-.888.363t-.362.887t.363.888t.887.362t.888-.363M12 21l-1.45-1.25q-2.525-2.2-4.175-3.8T3.75 13.075t-1.362-2.35T2 8.5q0-2.35 1.575-3.925T7.5 3q1.3 0 2.475.55T12 5.1q.85-1 2.025-1.55T16.5 3q2.35 0 3.925 1.575T22 8.5q0 1.15-.387 2.225t-1.363 2.35t-2.625 2.875t-4.175 3.8z"/></svg> </template>
CSS
.icon-heart-smile {
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%22M14.8%2014.525q1.225-.975%201.575-2.525H14.3q-.3.675-.925%201.088T12%2013.5t-1.375-.413T9.7%2012H7.625q.35%201.55%201.575%202.525t2.8.975t2.8-.975m-4.662-4.387q.362-.363.362-.888t-.363-.888T9.25%208t-.888.363T8%209.25t.363.888t.887.362t.888-.363m5.5%200Q16%209.776%2016%209.25t-.363-.888T14.75%208t-.888.363t-.362.887t.363.888t.887.362t.888-.363M12%2021l-1.45-1.25q-2.525-2.2-4.175-3.8T3.75%2013.075t-1.362-2.35T2%208.5q0-2.35%201.575-3.925T7.5%203q1.3%200%202.475.55T12%205.1q.85-1%202.025-1.55T16.5%203q2.35%200%203.925%201.575T22%208.5q0%201.15-.387%202.225t-1.363%202.35t-2.625%202.875t-4.175%203.8z%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%22M14.8%2014.525q1.225-.975%201.575-2.525H14.3q-.3.675-.925%201.088T12%2013.5t-1.375-.413T9.7%2012H7.625q.35%201.55%201.575%202.525t2.8.975t2.8-.975m-4.662-4.387q.362-.363.362-.888t-.363-.888T9.25%208t-.888.363T8%209.25t.363.888t.887.362t.888-.363m5.5%200Q16%209.776%2016%209.25t-.363-.888T14.75%208t-.888.363t-.362.887t.363.888t.887.362t.888-.363M12%2021l-1.45-1.25q-2.525-2.2-4.175-3.8T3.75%2013.075t-1.362-2.35T2%208.5q0-2.35%201.575-3.925T7.5%203q1.3%200%202.475.55T12%205.1q.85-1%202.025-1.55T16.5%203q2.35%200%203.925%201.575T22%208.5q0%201.15-.387%202.225t-1.363%202.35t-2.625%202.875t-4.175%203.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/heart-smile.svg?color=%231a73e8&size=48