sad negative icon

sad-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.

Name
sad-negative
Set
Health Icons
Style
Filled
Viewbox
48×48
License
MIT

Use the sad 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" fill-rule="evenodd" clip-path="url(#healthiconsSadNegative)" 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-15c4.038 0 7.538 2.438 9.258 6c.469.97-.316 2-1.394 2H16.136c-1.078 0-1.863-1.03-1.394-2c1.72-3.562 5.22-6 9.258-6m-9.304-2.762c-.684-.438-1.184-1.145-1.065-1.883a.5.5 0 0 1 .668-.39c1.818.676 3.846.257 5.642-1.448a.5.5 0 0 1 .818.204c.232.688.024 1.618-.48 2.381a3.8 3.8 0 0 1-2.654 1.666c-1.198.177-2.216-.073-2.93-.53m17.947 0c.682-.438 1.183-1.145 1.064-1.883a.5.5 0 0 0-.668-.39c-1.818.676-3.846.257-5.642-1.448a.5.5 0 0 0-.818.204c-.232.688-.024 1.618.48 2.381a3.8 3.8 0 0 0 2.654 1.666c1.198.177 2.216-.073 2.93-.53"/><path d="M0 0h48v48H0zm24 42c9.941 0 18-8.059 18-18S33.941 6 24 6S6 14.059 6 24s8.059 18 18 18"/></g><defs><clipPath id="healthiconsSadNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsSadNegative(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" fillRule="evenodd" clipPath="url(#healthiconsSadNegative)" 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-15c4.038 0 7.538 2.438 9.258 6c.469.97-.316 2-1.394 2H16.136c-1.078 0-1.863-1.03-1.394-2c1.72-3.562 5.22-6 9.258-6m-9.304-2.762c-.684-.438-1.184-1.145-1.065-1.883a.5.5 0 0 1 .668-.39c1.818.676 3.846.257 5.642-1.448a.5.5 0 0 1 .818.204c.232.688.024 1.618-.48 2.381a3.8 3.8 0 0 1-2.654 1.666c-1.198.177-2.216-.073-2.93-.53m17.947 0c.682-.438 1.183-1.145 1.064-1.883a.5.5 0 0 0-.668-.39c-1.818.676-3.846.257-5.642-1.448a.5.5 0 0 0-.818.204c-.232.688-.024 1.618.48 2.381a3.8 3.8 0 0 0 2.654 1.666c1.198.177 2.216-.073 2.93-.53"/><path d="M0 0h48v48H0zm24 42c9.941 0 18-8.059 18-18S33.941 6 24 6S6 14.059 6 24s8.059 18 18 18"/></g><defs><clipPath id="healthiconsSadNegative"><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" fill-rule="evenodd" clip-path="url(#healthiconsSadNegative)" 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-15c4.038 0 7.538 2.438 9.258 6c.469.97-.316 2-1.394 2H16.136c-1.078 0-1.863-1.03-1.394-2c1.72-3.562 5.22-6 9.258-6m-9.304-2.762c-.684-.438-1.184-1.145-1.065-1.883a.5.5 0 0 1 .668-.39c1.818.676 3.846.257 5.642-1.448a.5.5 0 0 1 .818.204c.232.688.024 1.618-.48 2.381a3.8 3.8 0 0 1-2.654 1.666c-1.198.177-2.216-.073-2.93-.53m17.947 0c.682-.438 1.183-1.145 1.064-1.883a.5.5 0 0 0-.668-.39c-1.818.676-3.846.257-5.642-1.448a.5.5 0 0 0-.818.204c-.232.688-.024 1.618.48 2.381a3.8 3.8 0 0 0 2.654 1.666c1.198.177 2.216-.073 2.93-.53"/><path d="M0 0h48v48H0zm24 42c9.941 0 18-8.059 18-18S33.941 6 24 6S6 14.059 6 24s8.059 18 18 18"/></g><defs><clipPath id="healthiconsSadNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-sad-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%20fill-rule%3D%22evenodd%22%20clip-path%3D%22url(%23healthiconsSadNegative)%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-15c4.038%200%207.538%202.438%209.258%206c.469.97-.316%202-1.394%202H16.136c-1.078%200-1.863-1.03-1.394-2c1.72-3.562%205.22-6%209.258-6m-9.304-2.762c-.684-.438-1.184-1.145-1.065-1.883a.5.5%200%200%201%20.668-.39c1.818.676%203.846.257%205.642-1.448a.5.5%200%200%201%20.818.204c.232.688.024%201.618-.48%202.381a3.8%203.8%200%200%201-2.654%201.666c-1.198.177-2.216-.073-2.93-.53m17.947%200c.682-.438%201.183-1.145%201.064-1.883a.5.5%200%200%200-.668-.39c-1.818.676-3.846.257-5.642-1.448a.5.5%200%200%200-.818.204c-.232.688-.024%201.618.48%202.381a3.8%203.8%200%200%200%202.654%201.666c1.198.177%202.216-.073%202.93-.53%22%2F%3E%3Cpath%20d%3D%22M0%200h48v48H0zm24%2042c9.941%200%2018-8.059%2018-18S33.941%206%2024%206S6%2014.059%206%2024s8.059%2018%2018%2018%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsSadNegative%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%20fill-rule%3D%22evenodd%22%20clip-path%3D%22url(%23healthiconsSadNegative)%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-15c4.038%200%207.538%202.438%209.258%206c.469.97-.316%202-1.394%202H16.136c-1.078%200-1.863-1.03-1.394-2c1.72-3.562%205.22-6%209.258-6m-9.304-2.762c-.684-.438-1.184-1.145-1.065-1.883a.5.5%200%200%201%20.668-.39c1.818.676%203.846.257%205.642-1.448a.5.5%200%200%201%20.818.204c.232.688.024%201.618-.48%202.381a3.8%203.8%200%200%201-2.654%201.666c-1.198.177-2.216-.073-2.93-.53m17.947%200c.682-.438%201.183-1.145%201.064-1.883a.5.5%200%200%200-.668-.39c-1.818.676-3.846.257-5.642-1.448a.5.5%200%200%200-.818.204c-.232.688-.024%201.618.48%202.381a3.8%203.8%200%200%200%202.654%201.666c1.198.177%202.216-.073%202.93-.53%22%2F%3E%3Cpath%20d%3D%22M0%200h48v48H0zm24%2042c9.941%200%2018-8.059%2018-18S33.941%206%2024%206S6%2014.059%206%2024s8.059%2018%2018%2018%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsSadNegative%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/sad-negative.svg?color=%231a73e8&size=48