heart smile icon
heart-smile from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- heart-smile
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- heart-smile-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
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.348 14.227q1.042-.773 1.45-2.035l-1.056.02q-.358.829-1.098 1.308T12 14t-1.644-.48t-1.098-1.308H8.202q.408 1.261 1.45 2.025Q10.694 15 12 15t2.348-.773M9.81 9.811q.229-.228.229-.561t-.228-.56t-.561-.228t-.56.228t-.228.56t.228.56q.227.229.56.229t.56-.228m5.5 0q.229-.228.229-.561t-.228-.56t-.561-.228t-.56.228t-.228.56t.228.56q.227.229.56.229t.56-.228M12 20l-.758-.673q-2.448-2.22-4.05-3.81T4.664 12.71t-1.296-2.196T3 8.52q0-1.927 1.296-3.223T7.5 4q1.32 0 2.475.675T12 6.639q.87-1.289 2.025-1.964T16.5 4q1.908 0 3.204 1.296T21 8.52q0 1.015-.368 1.994q-.369.98-1.296 2.197q-.926 1.217-2.519 2.807t-4.06 3.81z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightHeartSmile(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.348 14.227q1.042-.773 1.45-2.035l-1.056.02q-.358.829-1.098 1.308T12 14t-1.644-.48t-1.098-1.308H8.202q.408 1.261 1.45 2.025Q10.694 15 12 15t2.348-.773M9.81 9.811q.229-.228.229-.561t-.228-.56t-.561-.228t-.56.228t-.228.56t.228.56q.227.229.56.229t.56-.228m5.5 0q.229-.228.229-.561t-.228-.56t-.561-.228t-.56.228t-.228.56t.228.56q.227.229.56.229t.56-.228M12 20l-.758-.673q-2.448-2.22-4.05-3.81T4.664 12.71t-1.296-2.196T3 8.52q0-1.927 1.296-3.223T7.5 4q1.32 0 2.475.675T12 6.639q.87-1.289 2.025-1.964T16.5 4q1.908 0 3.204 1.296T21 8.52q0 1.015-.368 1.994q-.369.98-1.296 2.197q-.926 1.217-2.519 2.807t-4.06 3.81z"/></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.348 14.227q1.042-.773 1.45-2.035l-1.056.02q-.358.829-1.098 1.308T12 14t-1.644-.48t-1.098-1.308H8.202q.408 1.261 1.45 2.025Q10.694 15 12 15t2.348-.773M9.81 9.811q.229-.228.229-.561t-.228-.56t-.561-.228t-.56.228t-.228.56t.228.56q.227.229.56.229t.56-.228m5.5 0q.229-.228.229-.561t-.228-.56t-.561-.228t-.56.228t-.228.56t.228.56q.227.229.56.229t.56-.228M12 20l-.758-.673q-2.448-2.22-4.05-3.81T4.664 12.71t-1.296-2.196T3 8.52q0-1.927 1.296-3.223T7.5 4q1.32 0 2.475.675T12 6.639q.87-1.289 2.025-1.964T16.5 4q1.908 0 3.204 1.296T21 8.52q0 1.015-.368 1.994q-.369.98-1.296 2.197q-.926 1.217-2.519 2.807t-4.06 3.81z"/></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.348%2014.227q1.042-.773%201.45-2.035l-1.056.02q-.358.829-1.098%201.308T12%2014t-1.644-.48t-1.098-1.308H8.202q.408%201.261%201.45%202.025Q10.694%2015%2012%2015t2.348-.773M9.81%209.811q.229-.228.229-.561t-.228-.56t-.561-.228t-.56.228t-.228.56t.228.56q.227.229.56.229t.56-.228m5.5%200q.229-.228.229-.561t-.228-.56t-.561-.228t-.56.228t-.228.56t.228.56q.227.229.56.229t.56-.228M12%2020l-.758-.673q-2.448-2.22-4.05-3.81T4.664%2012.71t-1.296-2.196T3%208.52q0-1.927%201.296-3.223T7.5%204q1.32%200%202.475.675T12%206.639q.87-1.289%202.025-1.964T16.5%204q1.908%200%203.204%201.296T21%208.52q0%201.015-.368%201.994q-.369.98-1.296%202.197q-.926%201.217-2.519%202.807t-4.06%203.81z%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.348%2014.227q1.042-.773%201.45-2.035l-1.056.02q-.358.829-1.098%201.308T12%2014t-1.644-.48t-1.098-1.308H8.202q.408%201.261%201.45%202.025Q10.694%2015%2012%2015t2.348-.773M9.81%209.811q.229-.228.229-.561t-.228-.56t-.561-.228t-.56.228t-.228.56t.228.56q.227.229.56.229t.56-.228m5.5%200q.229-.228.229-.561t-.228-.56t-.561-.228t-.56.228t-.228.56t.228.56q.227.229.56.229t.56-.228M12%2020l-.758-.673q-2.448-2.22-4.05-3.81T4.664%2012.71t-1.296-2.196T3%208.52q0-1.927%201.296-3.223T7.5%204q1.32%200%202.475.675T12%206.639q.87-1.289%202.025-1.964T16.5%204q1.908%200%203.204%201.296T21%208.52q0%201.015-.368%201.994q-.369.98-1.296%202.197q-.926%201.217-2.519%202.807t-4.06%203.81z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/heart-smile.svg?color=%231a73e8&size=48