happy icon
happy from Health Icons by Resolve to Save Lives · Filled · Emotions · MIT Free for personal and commercial use.
- Name
- happy
- Set
- Health Icons
- Style
- Filled
- Category
- Emotions
- Viewbox
- 48×48
- License
- MIT
3 other variants in Health Icons
The same icon in other sets
More emotions icons from Health Icons
Use the happy icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M24 40c8.837 0 16-7.163 16-16S32.837 8 24 8S8 15.163 8 24s7.163 16 16 16m0 2c9.941 0 18-8.059 18-18S33.941 6 24 6S6 14.059 6 24s8.059 18 18 18"/><path d="M21.286 21.249c.107.398.146.835.016 1.193a.5.5 0 0 1-.728.257a7 7 0 0 1-.766-.557l-.195-.16c-.18-.146-.354-.288-.534-.423c-.502-.375-.9-.573-1.245-.556c-.362.018-.8.271-1.362.715c-.159.125-.329.267-.505.415c-.388.324-.808.675-1.207.931a.5.5 0 0 1-.766-.352c-.05-.365.026-.821.169-1.267a5.6 5.6 0 0 1 .695-1.416c.62-.907 1.626-1.762 2.973-1.706c1.3.055 2.264.817 2.844 1.647c.292.416.498.863.61 1.279m5.345 0c-.108.398-.147.835-.017 1.193a.5.5 0 0 0 .729.257c.262-.158.521-.36.765-.557l.196-.16c.18-.146.354-.288.534-.423c.501-.375.9-.573 1.244-.556c.363.018.8.271 1.363.715c.158.125.328.267.505.415c.387.324.807.675 1.207.931a.5.5 0 0 0 .765-.352c.05-.365-.026-.821-.168-1.267a5.6 5.6 0 0 0-.695-1.416c-.62-.907-1.627-1.762-2.974-1.706c-1.3.055-2.263.817-2.844 1.647a4.2 4.2 0 0 0-.61 1.279M24 37c-4.038 0-7.538-3.048-9.258-7.5l-.05-.129C14.246 28.18 15.2 27 16.473 27h15.055c1.273 0 2.228 1.18 1.78 2.371l-.049.129C31.538 33.952 28.038 37 24 37m7.276-7.928c-.3.728-.649 1.396-1.035 2H17.759a12.5 12.5 0 0 1-.913-1.715v-.285z"/><path d="M31.272 33.072q.34-.443.65-.923a14.6 14.6 0 0 0 1.385-2.778c.383-1.017-.258-2.027-1.247-2.3a2 2 0 0 0-.533-.071H16.473a2 2 0 0 0-.533.072a1.9 1.9 0 0 0-1.094.797a1.66 1.66 0 0 0-.153 1.502a18 18 0 0 0 .322.79q.466 1.06 1.063 1.988q.31.48.65.922C18.602 35.502 21.168 37 24 37s5.398-1.498 7.272-3.928m.004-4a13 13 0 0 1-1.035 2H17.759a12.5 12.5 0 0 1-.913-1.715v-.285z"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsHappy(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fillRule="evenodd" clipRule="evenodd"><path d="M24 40c8.837 0 16-7.163 16-16S32.837 8 24 8S8 15.163 8 24s7.163 16 16 16m0 2c9.941 0 18-8.059 18-18S33.941 6 24 6S6 14.059 6 24s8.059 18 18 18"/><path d="M21.286 21.249c.107.398.146.835.016 1.193a.5.5 0 0 1-.728.257a7 7 0 0 1-.766-.557l-.195-.16c-.18-.146-.354-.288-.534-.423c-.502-.375-.9-.573-1.245-.556c-.362.018-.8.271-1.362.715c-.159.125-.329.267-.505.415c-.388.324-.808.675-1.207.931a.5.5 0 0 1-.766-.352c-.05-.365.026-.821.169-1.267a5.6 5.6 0 0 1 .695-1.416c.62-.907 1.626-1.762 2.973-1.706c1.3.055 2.264.817 2.844 1.647c.292.416.498.863.61 1.279m5.345 0c-.108.398-.147.835-.017 1.193a.5.5 0 0 0 .729.257c.262-.158.521-.36.765-.557l.196-.16c.18-.146.354-.288.534-.423c.501-.375.9-.573 1.244-.556c.363.018.8.271 1.363.715c.158.125.328.267.505.415c.387.324.807.675 1.207.931a.5.5 0 0 0 .765-.352c.05-.365-.026-.821-.168-1.267a5.6 5.6 0 0 0-.695-1.416c-.62-.907-1.627-1.762-2.974-1.706c-1.3.055-2.263.817-2.844 1.647a4.2 4.2 0 0 0-.61 1.279M24 37c-4.038 0-7.538-3.048-9.258-7.5l-.05-.129C14.246 28.18 15.2 27 16.473 27h15.055c1.273 0 2.228 1.18 1.78 2.371l-.049.129C31.538 33.952 28.038 37 24 37m7.276-7.928c-.3.728-.649 1.396-1.035 2H17.759a12.5 12.5 0 0 1-.913-1.715v-.285z"/><path d="M31.272 33.072q.34-.443.65-.923a14.6 14.6 0 0 0 1.385-2.778c.383-1.017-.258-2.027-1.247-2.3a2 2 0 0 0-.533-.071H16.473a2 2 0 0 0-.533.072a1.9 1.9 0 0 0-1.094.797a1.66 1.66 0 0 0-.153 1.502a18 18 0 0 0 .322.79q.466 1.06 1.063 1.988q.31.48.65.922C18.602 35.502 21.168 37 24 37s5.398-1.498 7.272-3.928m.004-4a13 13 0 0 1-1.035 2H17.759a12.5 12.5 0 0 1-.913-1.715v-.285z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M24 40c8.837 0 16-7.163 16-16S32.837 8 24 8S8 15.163 8 24s7.163 16 16 16m0 2c9.941 0 18-8.059 18-18S33.941 6 24 6S6 14.059 6 24s8.059 18 18 18"/><path d="M21.286 21.249c.107.398.146.835.016 1.193a.5.5 0 0 1-.728.257a7 7 0 0 1-.766-.557l-.195-.16c-.18-.146-.354-.288-.534-.423c-.502-.375-.9-.573-1.245-.556c-.362.018-.8.271-1.362.715c-.159.125-.329.267-.505.415c-.388.324-.808.675-1.207.931a.5.5 0 0 1-.766-.352c-.05-.365.026-.821.169-1.267a5.6 5.6 0 0 1 .695-1.416c.62-.907 1.626-1.762 2.973-1.706c1.3.055 2.264.817 2.844 1.647c.292.416.498.863.61 1.279m5.345 0c-.108.398-.147.835-.017 1.193a.5.5 0 0 0 .729.257c.262-.158.521-.36.765-.557l.196-.16c.18-.146.354-.288.534-.423c.501-.375.9-.573 1.244-.556c.363.018.8.271 1.363.715c.158.125.328.267.505.415c.387.324.807.675 1.207.931a.5.5 0 0 0 .765-.352c.05-.365-.026-.821-.168-1.267a5.6 5.6 0 0 0-.695-1.416c-.62-.907-1.627-1.762-2.974-1.706c-1.3.055-2.263.817-2.844 1.647a4.2 4.2 0 0 0-.61 1.279M24 37c-4.038 0-7.538-3.048-9.258-7.5l-.05-.129C14.246 28.18 15.2 27 16.473 27h15.055c1.273 0 2.228 1.18 1.78 2.371l-.049.129C31.538 33.952 28.038 37 24 37m7.276-7.928c-.3.728-.649 1.396-1.035 2H17.759a12.5 12.5 0 0 1-.913-1.715v-.285z"/><path d="M31.272 33.072q.34-.443.65-.923a14.6 14.6 0 0 0 1.385-2.778c.383-1.017-.258-2.027-1.247-2.3a2 2 0 0 0-.533-.071H16.473a2 2 0 0 0-.533.072a1.9 1.9 0 0 0-1.094.797a1.66 1.66 0 0 0-.153 1.502a18 18 0 0 0 .322.79q.466 1.06 1.063 1.988q.31.48.65.922C18.602 35.502 21.168 37 24 37s5.398-1.498 7.272-3.928m.004-4a13 13 0 0 1-1.035 2H17.759a12.5 12.5 0 0 1-.913-1.715v-.285z"/></g></svg> </template>
CSS
.icon-happy {
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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M24%2040c8.837%200%2016-7.163%2016-16S32.837%208%2024%208S8%2015.163%208%2024s7.163%2016%2016%2016m0%202c9.941%200%2018-8.059%2018-18S33.941%206%2024%206S6%2014.059%206%2024s8.059%2018%2018%2018%22%2F%3E%3Cpath%20d%3D%22M21.286%2021.249c.107.398.146.835.016%201.193a.5.5%200%200%201-.728.257a7%207%200%200%201-.766-.557l-.195-.16c-.18-.146-.354-.288-.534-.423c-.502-.375-.9-.573-1.245-.556c-.362.018-.8.271-1.362.715c-.159.125-.329.267-.505.415c-.388.324-.808.675-1.207.931a.5.5%200%200%201-.766-.352c-.05-.365.026-.821.169-1.267a5.6%205.6%200%200%201%20.695-1.416c.62-.907%201.626-1.762%202.973-1.706c1.3.055%202.264.817%202.844%201.647c.292.416.498.863.61%201.279m5.345%200c-.108.398-.147.835-.017%201.193a.5.5%200%200%200%20.729.257c.262-.158.521-.36.765-.557l.196-.16c.18-.146.354-.288.534-.423c.501-.375.9-.573%201.244-.556c.363.018.8.271%201.363.715c.158.125.328.267.505.415c.387.324.807.675%201.207.931a.5.5%200%200%200%20.765-.352c.05-.365-.026-.821-.168-1.267a5.6%205.6%200%200%200-.695-1.416c-.62-.907-1.627-1.762-2.974-1.706c-1.3.055-2.263.817-2.844%201.647a4.2%204.2%200%200%200-.61%201.279M24%2037c-4.038%200-7.538-3.048-9.258-7.5l-.05-.129C14.246%2028.18%2015.2%2027%2016.473%2027h15.055c1.273%200%202.228%201.18%201.78%202.371l-.049.129C31.538%2033.952%2028.038%2037%2024%2037m7.276-7.928c-.3.728-.649%201.396-1.035%202H17.759a12.5%2012.5%200%200%201-.913-1.715v-.285z%22%2F%3E%3Cpath%20d%3D%22M31.272%2033.072q.34-.443.65-.923a14.6%2014.6%200%200%200%201.385-2.778c.383-1.017-.258-2.027-1.247-2.3a2%202%200%200%200-.533-.071H16.473a2%202%200%200%200-.533.072a1.9%201.9%200%200%200-1.094.797a1.66%201.66%200%200%200-.153%201.502a18%2018%200%200%200%20.322.79q.466%201.06%201.063%201.988q.31.48.65.922C18.602%2035.502%2021.168%2037%2024%2037s5.398-1.498%207.272-3.928m.004-4a13%2013%200%200%201-1.035%202H17.759a12.5%2012.5%200%200%201-.913-1.715v-.285z%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M24%2040c8.837%200%2016-7.163%2016-16S32.837%208%2024%208S8%2015.163%208%2024s7.163%2016%2016%2016m0%202c9.941%200%2018-8.059%2018-18S33.941%206%2024%206S6%2014.059%206%2024s8.059%2018%2018%2018%22%2F%3E%3Cpath%20d%3D%22M21.286%2021.249c.107.398.146.835.016%201.193a.5.5%200%200%201-.728.257a7%207%200%200%201-.766-.557l-.195-.16c-.18-.146-.354-.288-.534-.423c-.502-.375-.9-.573-1.245-.556c-.362.018-.8.271-1.362.715c-.159.125-.329.267-.505.415c-.388.324-.808.675-1.207.931a.5.5%200%200%201-.766-.352c-.05-.365.026-.821.169-1.267a5.6%205.6%200%200%201%20.695-1.416c.62-.907%201.626-1.762%202.973-1.706c1.3.055%202.264.817%202.844%201.647c.292.416.498.863.61%201.279m5.345%200c-.108.398-.147.835-.017%201.193a.5.5%200%200%200%20.729.257c.262-.158.521-.36.765-.557l.196-.16c.18-.146.354-.288.534-.423c.501-.375.9-.573%201.244-.556c.363.018.8.271%201.363.715c.158.125.328.267.505.415c.387.324.807.675%201.207.931a.5.5%200%200%200%20.765-.352c.05-.365-.026-.821-.168-1.267a5.6%205.6%200%200%200-.695-1.416c-.62-.907-1.627-1.762-2.974-1.706c-1.3.055-2.263.817-2.844%201.647a4.2%204.2%200%200%200-.61%201.279M24%2037c-4.038%200-7.538-3.048-9.258-7.5l-.05-.129C14.246%2028.18%2015.2%2027%2016.473%2027h15.055c1.273%200%202.228%201.18%201.78%202.371l-.049.129C31.538%2033.952%2028.038%2037%2024%2037m7.276-7.928c-.3.728-.649%201.396-1.035%202H17.759a12.5%2012.5%200%200%201-.913-1.715v-.285z%22%2F%3E%3Cpath%20d%3D%22M31.272%2033.072q.34-.443.65-.923a14.6%2014.6%200%200%200%201.385-2.778c.383-1.017-.258-2.027-1.247-2.3a2%202%200%200%200-.533-.071H16.473a2%202%200%200%200-.533.072a1.9%201.9%200%200%200-1.094.797a1.66%201.66%200%200%200-.153%201.502a18%2018%200%200%200%20.322.79q.466%201.06%201.063%201.988q.31.48.65.922C18.602%2035.502%2021.168%2037%2024%2037s5.398-1.498%207.272-3.928m.004-4a13%2013%200%200%201-1.035%202H17.759a12.5%2012.5%200%200%201-.913-1.715v-.285z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/happy.svg?color=%231a73e8&size=48