happy-outline from Health Icons by Resolve to Save Lives · Outline · Emotions · MIT Free for personal and commercial use.

Name
happy-outline
Set
Health Icons
Style
Outline
Category
Emotions
Viewbox
48×48
License
MIT
Aliases
happy2x-outline

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"><path fill-rule="evenodd" 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" clip-rule="evenodd"/><path fill-rule="evenodd" d="M16.695 28c1.555 3.832 4.42 6 7.305 6c2.886 0 5.75-2.168 7.305-6zM24 36c-4.038 0-7.538-3.048-9.258-7.5l-.05-.129C14.246 27.18 15.2 26 16.473 26h15.055c1.273 0 2.228 1.18 1.78 2.371l-.049.129C31.538 32.952 28.038 36 24 36" clip-rule="evenodd"/><path d="M21.302 22.442c.13-.358.091-.795-.016-1.193a4.2 4.2 0 0 0-.61-1.28c-.581-.829-1.544-1.59-2.845-1.646c-1.347-.056-2.353.799-2.973 1.706a5.6 5.6 0 0 0-.695 1.416c-.143.446-.219.902-.169 1.267a.5.5 0 0 0 .766.352c.4-.256.819-.607 1.207-.931c.176-.148.347-.29.505-.415c.562-.444 1-.697 1.362-.715c.345-.017.743.18 1.245.556c.18.134.354.276.534.424l.195.159c.244.197.504.399.766.557a.5.5 0 0 0 .728-.257m5.311 0c-.13-.358-.09-.795.017-1.193c.112-.416.319-.863.61-1.28c.58-.829 1.544-1.59 2.845-1.646c1.346-.056 2.353.799 2.973 1.706c.314.46.548.958.695 1.416c.142.446.218.902.168 1.267a.5.5 0 0 1-.765.352c-.4-.256-.82-.607-1.207-.931a25 25 0 0 0-.505-.415c-.563-.444-1-.697-1.363-.715c-.344-.017-.743.18-1.244.556c-.18.134-.354.276-.534.424l-.196.159a7 7 0 0 1-.765.557a.5.5 0 0 1-.729-.257"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsHappyOutline(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"><path fillRule="evenodd" 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" clipRule="evenodd"/><path fillRule="evenodd" d="M16.695 28c1.555 3.832 4.42 6 7.305 6c2.886 0 5.75-2.168 7.305-6zM24 36c-4.038 0-7.538-3.048-9.258-7.5l-.05-.129C14.246 27.18 15.2 26 16.473 26h15.055c1.273 0 2.228 1.18 1.78 2.371l-.049.129C31.538 32.952 28.038 36 24 36" clipRule="evenodd"/><path d="M21.302 22.442c.13-.358.091-.795-.016-1.193a4.2 4.2 0 0 0-.61-1.28c-.581-.829-1.544-1.59-2.845-1.646c-1.347-.056-2.353.799-2.973 1.706a5.6 5.6 0 0 0-.695 1.416c-.143.446-.219.902-.169 1.267a.5.5 0 0 0 .766.352c.4-.256.819-.607 1.207-.931c.176-.148.347-.29.505-.415c.562-.444 1-.697 1.362-.715c.345-.017.743.18 1.245.556c.18.134.354.276.534.424l.195.159c.244.197.504.399.766.557a.5.5 0 0 0 .728-.257m5.311 0c-.13-.358-.09-.795.017-1.193c.112-.416.319-.863.61-1.28c.58-.829 1.544-1.59 2.845-1.646c1.346-.056 2.353.799 2.973 1.706c.314.46.548.958.695 1.416c.142.446.218.902.168 1.267a.5.5 0 0 1-.765.352c-.4-.256-.82-.607-1.207-.931a25 25 0 0 0-.505-.415c-.563-.444-1-.697-1.363-.715c-.344-.017-.743.18-1.244.556c-.18.134-.354.276-.534.424l-.196.159a7 7 0 0 1-.765.557a.5.5 0 0 1-.729-.257"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" 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" clip-rule="evenodd"/><path fill-rule="evenodd" d="M16.695 28c1.555 3.832 4.42 6 7.305 6c2.886 0 5.75-2.168 7.305-6zM24 36c-4.038 0-7.538-3.048-9.258-7.5l-.05-.129C14.246 27.18 15.2 26 16.473 26h15.055c1.273 0 2.228 1.18 1.78 2.371l-.049.129C31.538 32.952 28.038 36 24 36" clip-rule="evenodd"/><path d="M21.302 22.442c.13-.358.091-.795-.016-1.193a4.2 4.2 0 0 0-.61-1.28c-.581-.829-1.544-1.59-2.845-1.646c-1.347-.056-2.353.799-2.973 1.706a5.6 5.6 0 0 0-.695 1.416c-.143.446-.219.902-.169 1.267a.5.5 0 0 0 .766.352c.4-.256.819-.607 1.207-.931c.176-.148.347-.29.505-.415c.562-.444 1-.697 1.362-.715c.345-.017.743.18 1.245.556c.18.134.354.276.534.424l.195.159c.244.197.504.399.766.557a.5.5 0 0 0 .728-.257m5.311 0c-.13-.358-.09-.795.017-1.193c.112-.416.319-.863.61-1.28c.58-.829 1.544-1.59 2.845-1.646c1.346-.056 2.353.799 2.973 1.706c.314.46.548.958.695 1.416c.142.446.218.902.168 1.267a.5.5 0 0 1-.765.352c-.4-.256-.82-.607-1.207-.931a25 25 0 0 0-.505-.415c-.563-.444-1-.697-1.363-.715c-.344-.017-.743.18-1.244.556c-.18.134-.354.276-.534.424l-.196.159a7 7 0 0 1-.765.557a.5.5 0 0 1-.729-.257"/></g></svg>
</template>

CSS

.icon-happy-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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%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%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M16.695%2028c1.555%203.832%204.42%206%207.305%206c2.886%200%205.75-2.168%207.305-6zM24%2036c-4.038%200-7.538-3.048-9.258-7.5l-.05-.129C14.246%2027.18%2015.2%2026%2016.473%2026h15.055c1.273%200%202.228%201.18%201.78%202.371l-.049.129C31.538%2032.952%2028.038%2036%2024%2036%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M21.302%2022.442c.13-.358.091-.795-.016-1.193a4.2%204.2%200%200%200-.61-1.28c-.581-.829-1.544-1.59-2.845-1.646c-1.347-.056-2.353.799-2.973%201.706a5.6%205.6%200%200%200-.695%201.416c-.143.446-.219.902-.169%201.267a.5.5%200%200%200%20.766.352c.4-.256.819-.607%201.207-.931c.176-.148.347-.29.505-.415c.562-.444%201-.697%201.362-.715c.345-.017.743.18%201.245.556c.18.134.354.276.534.424l.195.159c.244.197.504.399.766.557a.5.5%200%200%200%20.728-.257m5.311%200c-.13-.358-.09-.795.017-1.193c.112-.416.319-.863.61-1.28c.58-.829%201.544-1.59%202.845-1.646c1.346-.056%202.353.799%202.973%201.706c.314.46.548.958.695%201.416c.142.446.218.902.168%201.267a.5.5%200%200%201-.765.352c-.4-.256-.82-.607-1.207-.931a25%2025%200%200%200-.505-.415c-.563-.444-1-.697-1.363-.715c-.344-.017-.743.18-1.244.556c-.18.134-.354.276-.534.424l-.196.159a7%207%200%200%201-.765.557a.5.5%200%200%201-.729-.257%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%3E%3Cpath%20fill-rule%3D%22evenodd%22%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%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M16.695%2028c1.555%203.832%204.42%206%207.305%206c2.886%200%205.75-2.168%207.305-6zM24%2036c-4.038%200-7.538-3.048-9.258-7.5l-.05-.129C14.246%2027.18%2015.2%2026%2016.473%2026h15.055c1.273%200%202.228%201.18%201.78%202.371l-.049.129C31.538%2032.952%2028.038%2036%2024%2036%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M21.302%2022.442c.13-.358.091-.795-.016-1.193a4.2%204.2%200%200%200-.61-1.28c-.581-.829-1.544-1.59-2.845-1.646c-1.347-.056-2.353.799-2.973%201.706a5.6%205.6%200%200%200-.695%201.416c-.143.446-.219.902-.169%201.267a.5.5%200%200%200%20.766.352c.4-.256.819-.607%201.207-.931c.176-.148.347-.29.505-.415c.562-.444%201-.697%201.362-.715c.345-.017.743.18%201.245.556c.18.134.354.276.534.424l.195.159c.244.197.504.399.766.557a.5.5%200%200%200%20.728-.257m5.311%200c-.13-.358-.09-.795.017-1.193c.112-.416.319-.863.61-1.28c.58-.829%201.544-1.59%202.845-1.646c1.346-.056%202.353.799%202.973%201.706c.314.46.548.958.695%201.416c.142.446.218.902.168%201.267a.5.5%200%200%201-.765.352c-.4-.256-.82-.607-1.207-.931a25%2025%200%200%200-.505-.415c-.563-.444-1-.697-1.363-.715c-.344-.017-.743.18-1.244.556c-.18.134-.354.276-.534.424l-.196.159a7%207%200%200%201-.765.557a.5.5%200%200%201-.729-.257%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-outline.svg?color=%231a73e8&size=48