crying negative icon
crying-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- crying-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Use the crying negative icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsCryingNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM24 40c2.68 0 5.206-.659 7.424-1.823l.955 1.758A17.9 17.9 0 0 1 24 42c-9.941 0-18-8.059-18-18S14.059 6 24 6s18 8.059 18 18q0 .25-.007.5h-2q.006-.25.007-.5c0-8.837-7.163-16-16-16S8 15.163 8 24s7.163 16 16 16m16-8a4 4 0 0 1-8 0c0-3.5 4-7 4-7s4 3.5 4 7m-19.2 1.6c1.6-2.133 4.8-2.133 6.4 0a1 1 0 0 0 1.6-1.2c-2.4-3.2-7.2-3.2-9.6 0a1 1 0 0 0 1.6 1.2m-5.993-8.367c-.683-.438-1.183-1.145-1.064-1.883a.5.5 0 0 1 .668-.389c1.818.675 3.846.257 5.642-1.448a.5.5 0 0 1 .818.203c.231.689.024 1.618-.48 2.382a3.8 3.8 0 0 1-2.654 1.665c-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.257-5.642-1.448a.5.5 0 0 0-.818.203c-.232.689-.024 1.618.48 2.382a3.8 3.8 0 0 0 2.653 1.665c1.199.177 2.216-.073 2.93-.53" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsCryingNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsCryingNegative(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 clipPath="url(#healthiconsCryingNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM24 40c2.68 0 5.206-.659 7.424-1.823l.955 1.758A17.9 17.9 0 0 1 24 42c-9.941 0-18-8.059-18-18S14.059 6 24 6s18 8.059 18 18q0 .25-.007.5h-2q.006-.25.007-.5c0-8.837-7.163-16-16-16S8 15.163 8 24s7.163 16 16 16m16-8a4 4 0 0 1-8 0c0-3.5 4-7 4-7s4 3.5 4 7m-19.2 1.6c1.6-2.133 4.8-2.133 6.4 0a1 1 0 0 0 1.6-1.2c-2.4-3.2-7.2-3.2-9.6 0a1 1 0 0 0 1.6 1.2m-5.993-8.367c-.683-.438-1.183-1.145-1.064-1.883a.5.5 0 0 1 .668-.389c1.818.675 3.846.257 5.642-1.448a.5.5 0 0 1 .818.203c.231.689.024 1.618-.48 2.382a3.8 3.8 0 0 1-2.654 1.665c-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.257-5.642-1.448a.5.5 0 0 0-.818.203c-.232.689-.024 1.618.48 2.382a3.8 3.8 0 0 0 2.653 1.665c1.199.177 2.216-.073 2.93-.53" clipRule="evenodd"/></g><defs><clipPath id="healthiconsCryingNegative"><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 clip-path="url(#healthiconsCryingNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM24 40c2.68 0 5.206-.659 7.424-1.823l.955 1.758A17.9 17.9 0 0 1 24 42c-9.941 0-18-8.059-18-18S14.059 6 24 6s18 8.059 18 18q0 .25-.007.5h-2q.006-.25.007-.5c0-8.837-7.163-16-16-16S8 15.163 8 24s7.163 16 16 16m16-8a4 4 0 0 1-8 0c0-3.5 4-7 4-7s4 3.5 4 7m-19.2 1.6c1.6-2.133 4.8-2.133 6.4 0a1 1 0 0 0 1.6-1.2c-2.4-3.2-7.2-3.2-9.6 0a1 1 0 0 0 1.6 1.2m-5.993-8.367c-.683-.438-1.183-1.145-1.064-1.883a.5.5 0 0 1 .668-.389c1.818.675 3.846.257 5.642-1.448a.5.5 0 0 1 .818.203c.231.689.024 1.618-.48 2.382a3.8 3.8 0 0 1-2.654 1.665c-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.257-5.642-1.448a.5.5 0 0 0-.818.203c-.232.689-.024 1.618.48 2.382a3.8 3.8 0 0 0 2.653 1.665c1.199.177 2.216-.073 2.93-.53" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsCryingNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-crying-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%20clip-path%3D%22url(%23healthiconsCryingNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM24%2040c2.68%200%205.206-.659%207.424-1.823l.955%201.758A17.9%2017.9%200%200%201%2024%2042c-9.941%200-18-8.059-18-18S14.059%206%2024%206s18%208.059%2018%2018q0%20.25-.007.5h-2q.006-.25.007-.5c0-8.837-7.163-16-16-16S8%2015.163%208%2024s7.163%2016%2016%2016m16-8a4%204%200%200%201-8%200c0-3.5%204-7%204-7s4%203.5%204%207m-19.2%201.6c1.6-2.133%204.8-2.133%206.4%200a1%201%200%200%200%201.6-1.2c-2.4-3.2-7.2-3.2-9.6%200a1%201%200%200%200%201.6%201.2m-5.993-8.367c-.683-.438-1.183-1.145-1.064-1.883a.5.5%200%200%201%20.668-.389c1.818.675%203.846.257%205.642-1.448a.5.5%200%200%201%20.818.203c.231.689.024%201.618-.48%202.382a3.8%203.8%200%200%201-2.654%201.665c-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.257-5.642-1.448a.5.5%200%200%200-.818.203c-.232.689-.024%201.618.48%202.382a3.8%203.8%200%200%200%202.653%201.665c1.199.177%202.216-.073%202.93-.53%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsCryingNegative%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%20clip-path%3D%22url(%23healthiconsCryingNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM24%2040c2.68%200%205.206-.659%207.424-1.823l.955%201.758A17.9%2017.9%200%200%201%2024%2042c-9.941%200-18-8.059-18-18S14.059%206%2024%206s18%208.059%2018%2018q0%20.25-.007.5h-2q.006-.25.007-.5c0-8.837-7.163-16-16-16S8%2015.163%208%2024s7.163%2016%2016%2016m16-8a4%204%200%200%201-8%200c0-3.5%204-7%204-7s4%203.5%204%207m-19.2%201.6c1.6-2.133%204.8-2.133%206.4%200a1%201%200%200%200%201.6-1.2c-2.4-3.2-7.2-3.2-9.6%200a1%201%200%200%200%201.6%201.2m-5.993-8.367c-.683-.438-1.183-1.145-1.064-1.883a.5.5%200%200%201%20.668-.389c1.818.675%203.846.257%205.642-1.448a.5.5%200%200%201%20.818.203c.231.689.024%201.618-.48%202.382a3.8%203.8%200%200%201-2.654%201.665c-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.257-5.642-1.448a.5.5%200%200%200-.818.203c-.232.689-.024%201.618.48%202.382a3.8%203.8%200%200%200%202.653%201.665c1.199.177%202.216-.073%202.93-.53%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsCryingNegative%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/crying-negative.svg?color=%231a73e8&size=48