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

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

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="M14.807 22.233c-.683-.438-1.183-1.145-1.064-1.883a.5.5 0 0 1 .668-.389c1.818.675 3.846.256 5.642-1.448a.5.5 0 0 1 .818.203c.231.689.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.683-.438 1.184-1.145 1.065-1.883a.5.5 0 0 0-.668-.389c-1.818.675-3.846.256-5.642-1.448a.5.5 0 0 0-.818.203c-.232.689-.024 1.618.48 2.381a3.8 3.8 0 0 0 2.653 1.666c1.199.177 2.216-.073 2.93-.53"/><path fill-rule="evenodd" d="M33.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-2M24 27c2.87 0 5.453 1.555 6.978 4H17.022c1.526-2.445 4.108-4 6.978-4" clip-rule="evenodd"/><path fill-rule="evenodd" d="M42 24c0 9.941-8.059 18-18 18S6 33.941 6 24S14.059 6 24 6s18 8.059 18 18m-2 0c0 8.837-7.163 16-16 16S8 32.837 8 24S15.163 8 24 8s16 7.163 16 16" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsSadOutline(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="M14.807 22.233c-.683-.438-1.183-1.145-1.064-1.883a.5.5 0 0 1 .668-.389c1.818.675 3.846.256 5.642-1.448a.5.5 0 0 1 .818.203c.231.689.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.683-.438 1.184-1.145 1.065-1.883a.5.5 0 0 0-.668-.389c-1.818.675-3.846.256-5.642-1.448a.5.5 0 0 0-.818.203c-.232.689-.024 1.618.48 2.381a3.8 3.8 0 0 0 2.653 1.666c1.199.177 2.216-.073 2.93-.53"/><path fillRule="evenodd" d="M33.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-2M24 27c2.87 0 5.453 1.555 6.978 4H17.022c1.526-2.445 4.108-4 6.978-4" clipRule="evenodd"/><path fillRule="evenodd" d="M42 24c0 9.941-8.059 18-18 18S6 33.941 6 24S14.059 6 24 6s18 8.059 18 18m-2 0c0 8.837-7.163 16-16 16S8 32.837 8 24S15.163 8 24 8s16 7.163 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="M14.807 22.233c-.683-.438-1.183-1.145-1.064-1.883a.5.5 0 0 1 .668-.389c1.818.675 3.846.256 5.642-1.448a.5.5 0 0 1 .818.203c.231.689.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.683-.438 1.184-1.145 1.065-1.883a.5.5 0 0 0-.668-.389c-1.818.675-3.846.256-5.642-1.448a.5.5 0 0 0-.818.203c-.232.689-.024 1.618.48 2.381a3.8 3.8 0 0 0 2.653 1.666c1.199.177 2.216-.073 2.93-.53"/><path fill-rule="evenodd" d="M33.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-2M24 27c2.87 0 5.453 1.555 6.978 4H17.022c1.526-2.445 4.108-4 6.978-4" clip-rule="evenodd"/><path fill-rule="evenodd" d="M42 24c0 9.941-8.059 18-18 18S6 33.941 6 24S14.059 6 24 6s18 8.059 18 18m-2 0c0 8.837-7.163 16-16 16S8 32.837 8 24S15.163 8 24 8s16 7.163 16 16" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-sad-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%20d%3D%22M14.807%2022.233c-.683-.438-1.183-1.145-1.064-1.883a.5.5%200%200%201%20.668-.389c1.818.675%203.846.256%205.642-1.448a.5.5%200%200%201%20.818.203c.231.689.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.683-.438%201.184-1.145%201.065-1.883a.5.5%200%200%200-.668-.389c-1.818.675-3.846.256-5.642-1.448a.5.5%200%200%200-.818.203c-.232.689-.024%201.618.48%202.381a3.8%203.8%200%200%200%202.653%201.666c1.199.177%202.216-.073%202.93-.53%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M33.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-2M24%2027c2.87%200%205.453%201.555%206.978%204H17.022c1.526-2.445%204.108-4%206.978-4%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M42%2024c0%209.941-8.059%2018-18%2018S6%2033.941%206%2024S14.059%206%2024%206s18%208.059%2018%2018m-2%200c0%208.837-7.163%2016-16%2016S8%2032.837%208%2024S15.163%208%2024%208s16%207.163%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%22M14.807%2022.233c-.683-.438-1.183-1.145-1.064-1.883a.5.5%200%200%201%20.668-.389c1.818.675%203.846.256%205.642-1.448a.5.5%200%200%201%20.818.203c.231.689.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.683-.438%201.184-1.145%201.065-1.883a.5.5%200%200%200-.668-.389c-1.818.675-3.846.256-5.642-1.448a.5.5%200%200%200-.818.203c-.232.689-.024%201.618.48%202.381a3.8%203.8%200%200%200%202.653%201.666c1.199.177%202.216-.073%202.93-.53%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M33.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-2M24%2027c2.87%200%205.453%201.555%206.978%204H17.022c1.526-2.445%204.108-4%206.978-4%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M42%2024c0%209.941-8.059%2018-18%2018S6%2033.941%206%2024S14.059%206%2024%206s18%208.059%2018%2018m-2%200c0%208.837-7.163%2016-16%2016S8%2032.837%208%2024S15.163%208%2024%208s16%207.163%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-outline.svg?color=%231a73e8&size=48

Sad outline icon — Health Icons · IconsDB