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

Name
sad
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 sad icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M13.743 20.35c-.12.738.381 1.445 1.064 1.883c.714.457 1.732.707 2.93.53a3.8 3.8 0 0 0 2.654-1.666c.504-.763.711-1.692.48-2.381a.5.5 0 0 0-.818-.203c-1.796 1.704-3.824 2.123-5.642 1.448a.5.5 0 0 0-.668.39m20.076-.001c.119.738-.382 1.445-1.065 1.883c-.714.457-1.731.707-2.93.53a3.8 3.8 0 0 1-2.653-1.666c-.504-.763-.712-1.692-.48-2.381a.5.5 0 0 1 .818-.203c1.796 1.704 3.824 2.123 5.642 1.448a.5.5 0 0 1 .668.39M33.258 31c-1.72-3.562-5.22-6-9.258-6s-7.538 2.438-9.258 6c-.469.97.316 2 1.394 2h15.728c1.078 0 1.863-1.03 1.394-2"/><path fill-rule="evenodd" d="M24 42c9.941 0 18-8.059 18-18S33.941 6 24 6S6 14.059 6 24s8.059 18 18 18m0-2c8.837 0 16-7.163 16-16S32.837 8 24 8S8 15.163 8 24s7.163 16 16 16" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsSad(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 d="M13.743 20.35c-.12.738.381 1.445 1.064 1.883c.714.457 1.732.707 2.93.53a3.8 3.8 0 0 0 2.654-1.666c.504-.763.711-1.692.48-2.381a.5.5 0 0 0-.818-.203c-1.796 1.704-3.824 2.123-5.642 1.448a.5.5 0 0 0-.668.39m20.076-.001c.119.738-.382 1.445-1.065 1.883c-.714.457-1.731.707-2.93.53a3.8 3.8 0 0 1-2.653-1.666c-.504-.763-.712-1.692-.48-2.381a.5.5 0 0 1 .818-.203c1.796 1.704 3.824 2.123 5.642 1.448a.5.5 0 0 1 .668.39M33.258 31c-1.72-3.562-5.22-6-9.258-6s-7.538 2.438-9.258 6c-.469.97.316 2 1.394 2h15.728c1.078 0 1.863-1.03 1.394-2"/><path fillRule="evenodd" d="M24 42c9.941 0 18-8.059 18-18S33.941 6 24 6S6 14.059 6 24s8.059 18 18 18m0-2c8.837 0 16-7.163 16-16S32.837 8 24 8S8 15.163 8 24s7.163 16 16 16" clipRule="evenodd"/></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 d="M13.743 20.35c-.12.738.381 1.445 1.064 1.883c.714.457 1.732.707 2.93.53a3.8 3.8 0 0 0 2.654-1.666c.504-.763.711-1.692.48-2.381a.5.5 0 0 0-.818-.203c-1.796 1.704-3.824 2.123-5.642 1.448a.5.5 0 0 0-.668.39m20.076-.001c.119.738-.382 1.445-1.065 1.883c-.714.457-1.731.707-2.93.53a3.8 3.8 0 0 1-2.653-1.666c-.504-.763-.712-1.692-.48-2.381a.5.5 0 0 1 .818-.203c1.796 1.704 3.824 2.123 5.642 1.448a.5.5 0 0 1 .668.39M33.258 31c-1.72-3.562-5.22-6-9.258-6s-7.538 2.438-9.258 6c-.469.97.316 2 1.394 2h15.728c1.078 0 1.863-1.03 1.394-2"/><path fill-rule="evenodd" d="M24 42c9.941 0 18-8.059 18-18S33.941 6 24 6S6 14.059 6 24s8.059 18 18 18m0-2c8.837 0 16-7.163 16-16S32.837 8 24 8S8 15.163 8 24s7.163 16 16 16" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-sad {
  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%20d%3D%22M13.743%2020.35c-.12.738.381%201.445%201.064%201.883c.714.457%201.732.707%202.93.53a3.8%203.8%200%200%200%202.654-1.666c.504-.763.711-1.692.48-2.381a.5.5%200%200%200-.818-.203c-1.796%201.704-3.824%202.123-5.642%201.448a.5.5%200%200%200-.668.39m20.076-.001c.119.738-.382%201.445-1.065%201.883c-.714.457-1.731.707-2.93.53a3.8%203.8%200%200%201-2.653-1.666c-.504-.763-.712-1.692-.48-2.381a.5.5%200%200%201%20.818-.203c1.796%201.704%203.824%202.123%205.642%201.448a.5.5%200%200%201%20.668.39M33.258%2031c-1.72-3.562-5.22-6-9.258-6s-7.538%202.438-9.258%206c-.469.97.316%202%201.394%202h15.728c1.078%200%201.863-1.03%201.394-2%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M24%2042c9.941%200%2018-8.059%2018-18S33.941%206%2024%206S6%2014.059%206%2024s8.059%2018%2018%2018m0-2c8.837%200%2016-7.163%2016-16S32.837%208%2024%208S8%2015.163%208%2024s7.163%2016%2016%2016%22%20clip-rule%3D%22evenodd%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%20d%3D%22M13.743%2020.35c-.12.738.381%201.445%201.064%201.883c.714.457%201.732.707%202.93.53a3.8%203.8%200%200%200%202.654-1.666c.504-.763.711-1.692.48-2.381a.5.5%200%200%200-.818-.203c-1.796%201.704-3.824%202.123-5.642%201.448a.5.5%200%200%200-.668.39m20.076-.001c.119.738-.382%201.445-1.065%201.883c-.714.457-1.731.707-2.93.53a3.8%203.8%200%200%201-2.653-1.666c-.504-.763-.712-1.692-.48-2.381a.5.5%200%200%201%20.818-.203c1.796%201.704%203.824%202.123%205.642%201.448a.5.5%200%200%201%20.668.39M33.258%2031c-1.72-3.562-5.22-6-9.258-6s-7.538%202.438-9.258%206c-.469.97.316%202%201.394%202h15.728c1.078%200%201.863-1.03%201.394-2%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M24%2042c9.941%200%2018-8.059%2018-18S33.941%206%2024%206S6%2014.059%206%2024s8.059%2018%2018%2018m0-2c8.837%200%2016-7.163%2016-16S32.837%208%2024%208S8%2015.163%208%2024s7.163%2016%2016%2016%22%20clip-rule%3D%22evenodd%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/sad.svg?color=%231a73e8&size=48