happy negative icon
happy-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- happy-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Use the happy negative icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g fill="currentColor" clip-path="url(#healthiconsHappyNegative)"><path d="M30.24 31.072c.387-.604.736-1.272 1.036-2h-14.43v.285q.409.928.913 1.715z"/><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 16m-9.258-10.5c1.72 4.452 5.22 7.5 9.258 7.5s7.538-3.048 9.258-7.5l.05-.129C33.755 28.18 32.8 27 31.527 27H16.472c-1.273 0-2.228 1.18-1.78 2.371zm6.56-7.392c.13-.358.091-.795-.016-1.193a4.2 4.2 0 0 0-.61-1.28c-.581-.829-1.544-1.591-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.765.557a.5.5 0 0 0 .73-.257m5.311 0c-.13-.358-.09-.795.017-1.193c.112-.416.319-.863.61-1.28c.58-.829 1.544-1.591 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-.93a24 24 0 0 0-.505-.416c-.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" clip-rule="evenodd"/><path fill-rule="evenodd" d="M48 0H0v48h48zm-6 24c0 9.941-8.059 18-18 18S6 33.941 6 24S14.059 6 24 6s18 8.059 18 18" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsHappyNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsHappyNegative(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g fill="currentColor" clipPath="url(#healthiconsHappyNegative)"><path d="M30.24 31.072c.387-.604.736-1.272 1.036-2h-14.43v.285q.409.928.913 1.715z"/><path fillRule="evenodd" d="M24 40c8.837 0 16-7.163 16-16S32.837 8 24 8S8 15.163 8 24s7.163 16 16 16m-9.258-10.5c1.72 4.452 5.22 7.5 9.258 7.5s7.538-3.048 9.258-7.5l.05-.129C33.755 28.18 32.8 27 31.527 27H16.472c-1.273 0-2.228 1.18-1.78 2.371zm6.56-7.392c.13-.358.091-.795-.016-1.193a4.2 4.2 0 0 0-.61-1.28c-.581-.829-1.544-1.591-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.765.557a.5.5 0 0 0 .73-.257m5.311 0c-.13-.358-.09-.795.017-1.193c.112-.416.319-.863.61-1.28c.58-.829 1.544-1.591 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-.93a24 24 0 0 0-.505-.416c-.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" clipRule="evenodd"/><path fillRule="evenodd" d="M48 0H0v48h48zm-6 24c0 9.941-8.059 18-18 18S6 33.941 6 24S14.059 6 24 6s18 8.059 18 18" clipRule="evenodd"/></g><defs><clipPath id="healthiconsHappyNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g fill="currentColor" clip-path="url(#healthiconsHappyNegative)"><path d="M30.24 31.072c.387-.604.736-1.272 1.036-2h-14.43v.285q.409.928.913 1.715z"/><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 16m-9.258-10.5c1.72 4.452 5.22 7.5 9.258 7.5s7.538-3.048 9.258-7.5l.05-.129C33.755 28.18 32.8 27 31.527 27H16.472c-1.273 0-2.228 1.18-1.78 2.371zm6.56-7.392c.13-.358.091-.795-.016-1.193a4.2 4.2 0 0 0-.61-1.28c-.581-.829-1.544-1.591-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.765.557a.5.5 0 0 0 .73-.257m5.311 0c-.13-.358-.09-.795.017-1.193c.112-.416.319-.863.61-1.28c.58-.829 1.544-1.591 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-.93a24 24 0 0 0-.505-.416c-.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" clip-rule="evenodd"/><path fill-rule="evenodd" d="M48 0H0v48h48zm-6 24c0 9.941-8.059 18-18 18S6 33.941 6 24S14.059 6 24 6s18 8.059 18 18" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsHappyNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-happy-negative {
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%22none%22%3E%3Cg%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23healthiconsHappyNegative)%22%3E%3Cpath%20d%3D%22M30.24%2031.072c.387-.604.736-1.272%201.036-2h-14.43v.285q.409.928.913%201.715z%22%2F%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%2016m-9.258-10.5c1.72%204.452%205.22%207.5%209.258%207.5s7.538-3.048%209.258-7.5l.05-.129C33.755%2028.18%2032.8%2027%2031.527%2027H16.472c-1.273%200-2.228%201.18-1.78%202.371zm6.56-7.392c.13-.358.091-.795-.016-1.193a4.2%204.2%200%200%200-.61-1.28c-.581-.829-1.544-1.591-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.765.557a.5.5%200%200%200%20.73-.257m5.311%200c-.13-.358-.09-.795.017-1.193c.112-.416.319-.863.61-1.28c.58-.829%201.544-1.591%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-.93a24%2024%200%200%200-.505-.416c-.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%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zm-6%2024c0%209.941-8.059%2018-18%2018S6%2033.941%206%2024S14.059%206%2024%206s18%208.059%2018%2018%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsHappyNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%22none%22%3E%3Cg%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23healthiconsHappyNegative)%22%3E%3Cpath%20d%3D%22M30.24%2031.072c.387-.604.736-1.272%201.036-2h-14.43v.285q.409.928.913%201.715z%22%2F%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%2016m-9.258-10.5c1.72%204.452%205.22%207.5%209.258%207.5s7.538-3.048%209.258-7.5l.05-.129C33.755%2028.18%2032.8%2027%2031.527%2027H16.472c-1.273%200-2.228%201.18-1.78%202.371zm6.56-7.392c.13-.358.091-.795-.016-1.193a4.2%204.2%200%200%200-.61-1.28c-.581-.829-1.544-1.591-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.765.557a.5.5%200%200%200%20.73-.257m5.311%200c-.13-.358-.09-.795.017-1.193c.112-.416.319-.863.61-1.28c.58-.829%201.544-1.591%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-.93a24%2024%200%200%200-.505-.416c-.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%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zm-6%2024c0%209.941-8.059%2018-18%2018S6%2033.941%206%2024S14.059%206%2024%206s18%208.059%2018%2018%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsHappyNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/happy-negative.svg?color=%231a73e8&size=48