heart smile icon
heart-smile-rounded from Material Symbols by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- heart-smile-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
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="M12 15.5q1.35 0 2.463-.737T16.15 12.8q.175-.375 0-.75t-.575-.525q-.375-.15-.737.013t-.538.537q-.3.675-.937 1.05T12 13.5t-1.362-.375t-.938-1.05q-.175-.375-.537-.537t-.738-.013q-.4.15-.575.525t0 .75q.575 1.225 1.688 1.963T12 15.5m-1.862-5.363q.362-.362.362-.887t-.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 5.1q.85-1 2.025-1.55T16.5 3q2.35 0 3.925 1.575T22 8.5q0 1.05-.312 2.013t-1.075 2.075t-2.05 2.437t-3.238 3.075l-2 1.75q-.575.5-1.325.5t-1.325-.5l-2-1.75q-1.95-1.75-3.238-3.075t-2.05-2.437t-1.075-2.075T2 8.5q0-2.35 1.575-3.925T7.5 3q1.3 0 2.475.55T12 5.1"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsHeartSmileRounded(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="M12 15.5q1.35 0 2.463-.737T16.15 12.8q.175-.375 0-.75t-.575-.525q-.375-.15-.737.013t-.538.537q-.3.675-.937 1.05T12 13.5t-1.362-.375t-.938-1.05q-.175-.375-.537-.537t-.738-.013q-.4.15-.575.525t0 .75q.575 1.225 1.688 1.963T12 15.5m-1.862-5.363q.362-.362.362-.887t-.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 5.1q.85-1 2.025-1.55T16.5 3q2.35 0 3.925 1.575T22 8.5q0 1.05-.312 2.013t-1.075 2.075t-2.05 2.437t-3.238 3.075l-2 1.75q-.575.5-1.325.5t-1.325-.5l-2-1.75q-1.95-1.75-3.238-3.075t-2.05-2.437t-1.075-2.075T2 8.5q0-2.35 1.575-3.925T7.5 3q1.3 0 2.475.55T12 5.1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 15.5q1.35 0 2.463-.737T16.15 12.8q.175-.375 0-.75t-.575-.525q-.375-.15-.737.013t-.538.537q-.3.675-.937 1.05T12 13.5t-1.362-.375t-.938-1.05q-.175-.375-.537-.537t-.738-.013q-.4.15-.575.525t0 .75q.575 1.225 1.688 1.963T12 15.5m-1.862-5.363q.362-.362.362-.887t-.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 5.1q.85-1 2.025-1.55T16.5 3q2.35 0 3.925 1.575T22 8.5q0 1.05-.312 2.013t-1.075 2.075t-2.05 2.437t-3.238 3.075l-2 1.75q-.575.5-1.325.5t-1.325-.5l-2-1.75q-1.95-1.75-3.238-3.075t-2.05-2.437t-1.075-2.075T2 8.5q0-2.35 1.575-3.925T7.5 3q1.3 0 2.475.55T12 5.1"/></svg> </template>
CSS
.icon-heart-smile-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%22M12%2015.5q1.35%200%202.463-.737T16.15%2012.8q.175-.375%200-.75t-.575-.525q-.375-.15-.737.013t-.538.537q-.3.675-.937%201.05T12%2013.5t-1.362-.375t-.938-1.05q-.175-.375-.537-.537t-.738-.013q-.4.15-.575.525t0%20.75q.575%201.225%201.688%201.963T12%2015.5m-1.862-5.363q.362-.362.362-.887t-.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%205.1q.85-1%202.025-1.55T16.5%203q2.35%200%203.925%201.575T22%208.5q0%201.05-.312%202.013t-1.075%202.075t-2.05%202.437t-3.238%203.075l-2%201.75q-.575.5-1.325.5t-1.325-.5l-2-1.75q-1.95-1.75-3.238-3.075t-2.05-2.437t-1.075-2.075T2%208.5q0-2.35%201.575-3.925T7.5%203q1.3%200%202.475.55T12%205.1%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%22M12%2015.5q1.35%200%202.463-.737T16.15%2012.8q.175-.375%200-.75t-.575-.525q-.375-.15-.737.013t-.538.537q-.3.675-.937%201.05T12%2013.5t-1.362-.375t-.938-1.05q-.175-.375-.537-.537t-.738-.013q-.4.15-.575.525t0%20.75q.575%201.225%201.688%201.963T12%2015.5m-1.862-5.363q.362-.362.362-.887t-.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%205.1q.85-1%202.025-1.55T16.5%203q2.35%200%203.925%201.575T22%208.5q0%201.05-.312%202.013t-1.075%202.075t-2.05%202.437t-3.238%203.075l-2%201.75q-.575.5-1.325.5t-1.325-.5l-2-1.75q-1.95-1.75-3.238-3.075t-2.05-2.437t-1.075-2.075T2%208.5q0-2.35%201.575-3.925T7.5%203q1.3%200%202.475.55T12%205.1%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-rounded.svg?color=%231a73e8&size=48