heart smile icon
heart-smile-outline from Material Symbols by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- heart-smile-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- heart-smile-outline-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.8zm0-2.7q2.4-2.075 3.95-3.525t2.45-2.562t1.25-1.975T20 8.5Q20 7 19 6t-2.5-1q-1.175 0-2.175.663T12.95 7.35h-1.9q-.375-1.025-1.375-1.687T7.5 5Q6 5 5 6T4 8.5q0 .875.35 1.738t1.25 1.975t2.45 2.562T12 18.3m0-6.65"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsHeartSmileOutline(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.8zm0-2.7q2.4-2.075 3.95-3.525t2.45-2.562t1.25-1.975T20 8.5Q20 7 19 6t-2.5-1q-1.175 0-2.175.663T12.95 7.35h-1.9q-.375-1.025-1.375-1.687T7.5 5Q6 5 5 6T4 8.5q0 .875.35 1.738t1.25 1.975t2.45 2.562T12 18.3m0-6.65"/></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.8zm0-2.7q2.4-2.075 3.95-3.525t2.45-2.562t1.25-1.975T20 8.5Q20 7 19 6t-2.5-1q-1.175 0-2.175.663T12.95 7.35h-1.9q-.375-1.025-1.375-1.687T7.5 5Q6 5 5 6T4 8.5q0 .875.35 1.738t1.25 1.975t2.45 2.562T12 18.3m0-6.65"/></svg> </template>
CSS
.icon-heart-smile-outline {
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.8zm0-2.7q2.4-2.075%203.95-3.525t2.45-2.562t1.25-1.975T20%208.5Q20%207%2019%206t-2.5-1q-1.175%200-2.175.663T12.95%207.35h-1.9q-.375-1.025-1.375-1.687T7.5%205Q6%205%205%206T4%208.5q0%20.875.35%201.738t1.25%201.975t2.45%202.562T12%2018.3m0-6.65%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.8zm0-2.7q2.4-2.075%203.95-3.525t2.45-2.562t1.25-1.975T20%208.5Q20%207%2019%206t-2.5-1q-1.175%200-2.175.663T12.95%207.35h-1.9q-.375-1.025-1.375-1.687T7.5%205Q6%205%205%206T4%208.5q0%20.875.35%201.738t1.25%201.975t2.45%202.562T12%2018.3m0-6.65%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-outline.svg?color=%231a73e8&size=48