crying icon
crying-outline from Health Icons by Resolve to Save Lives · Outline · Emotions · MIT Free for personal and commercial use.
- Name
- crying-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Emotions
- Viewbox
- 48×48
- License
- MIT
- Aliases
- crying2x-outline
3 other variants in Health Icons
The same icon in other sets
More emotions icons from Health Icons
Use the crying icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M31.425 38.177A15.9 15.9 0 0 1 24 40c-8.837 0-16-7.163-16-16S15.163 8 24 8s16 7.163 16 16q0 .25-.008.5h2.001Q42 24.25 42 24c0-9.941-8.059-18-18-18S6 14.059 6 24s8.059 18 18 18a17.9 17.9 0 0 0 8.379-2.065z"/><path d="M13.743 23.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.665c.504-.764.711-1.693.48-2.382a.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.665c-.504-.764-.712-1.693-.48-2.382a.5.5 0 0 1 .818-.203c1.796 1.704 3.824 2.123 5.642 1.448a.5.5 0 0 1 .668.39"/><path fill-rule="evenodd" d="M36 36a4 4 0 0 0 4-4c0-3.5-4-7-4-7s-4 3.5-4 7a4 4 0 0 0 4 4m0-2a2 2 0 0 0 2-2c0-1.066-.654-2.37-1.59-3.6q-.207-.27-.41-.512q-.203.241-.41.512C34.655 29.63 34 30.934 34 32a2 2 0 0 0 2 2" clip-rule="evenodd"/><path d="M20.8 33.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.2"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsCryingOutline(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="M31.425 38.177A15.9 15.9 0 0 1 24 40c-8.837 0-16-7.163-16-16S15.163 8 24 8s16 7.163 16 16q0 .25-.008.5h2.001Q42 24.25 42 24c0-9.941-8.059-18-18-18S6 14.059 6 24s8.059 18 18 18a17.9 17.9 0 0 0 8.379-2.065z"/><path d="M13.743 23.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.665c.504-.764.711-1.693.48-2.382a.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.665c-.504-.764-.712-1.693-.48-2.382a.5.5 0 0 1 .818-.203c1.796 1.704 3.824 2.123 5.642 1.448a.5.5 0 0 1 .668.39"/><path fillRule="evenodd" d="M36 36a4 4 0 0 0 4-4c0-3.5-4-7-4-7s-4 3.5-4 7a4 4 0 0 0 4 4m0-2a2 2 0 0 0 2-2c0-1.066-.654-2.37-1.59-3.6q-.207-.27-.41-.512q-.203.241-.41.512C34.655 29.63 34 30.934 34 32a2 2 0 0 0 2 2" clipRule="evenodd"/><path d="M20.8 33.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.2"/></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="M31.425 38.177A15.9 15.9 0 0 1 24 40c-8.837 0-16-7.163-16-16S15.163 8 24 8s16 7.163 16 16q0 .25-.008.5h2.001Q42 24.25 42 24c0-9.941-8.059-18-18-18S6 14.059 6 24s8.059 18 18 18a17.9 17.9 0 0 0 8.379-2.065z"/><path d="M13.743 23.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.665c.504-.764.711-1.693.48-2.382a.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.665c-.504-.764-.712-1.693-.48-2.382a.5.5 0 0 1 .818-.203c1.796 1.704 3.824 2.123 5.642 1.448a.5.5 0 0 1 .668.39"/><path fill-rule="evenodd" d="M36 36a4 4 0 0 0 4-4c0-3.5-4-7-4-7s-4 3.5-4 7a4 4 0 0 0 4 4m0-2a2 2 0 0 0 2-2c0-1.066-.654-2.37-1.59-3.6q-.207-.27-.41-.512q-.203.241-.41.512C34.655 29.63 34 30.934 34 32a2 2 0 0 0 2 2" clip-rule="evenodd"/><path d="M20.8 33.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.2"/></g></svg> </template>
CSS
.icon-crying-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%22M31.425%2038.177A15.9%2015.9%200%200%201%2024%2040c-8.837%200-16-7.163-16-16S15.163%208%2024%208s16%207.163%2016%2016q0%20.25-.008.5h2.001Q42%2024.25%2042%2024c0-9.941-8.059-18-18-18S6%2014.059%206%2024s8.059%2018%2018%2018a17.9%2017.9%200%200%200%208.379-2.065z%22%2F%3E%3Cpath%20d%3D%22M13.743%2023.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.665c.504-.764.711-1.693.48-2.382a.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.665c-.504-.764-.712-1.693-.48-2.382a.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.39%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M36%2036a4%204%200%200%200%204-4c0-3.5-4-7-4-7s-4%203.5-4%207a4%204%200%200%200%204%204m0-2a2%202%200%200%200%202-2c0-1.066-.654-2.37-1.59-3.6q-.207-.27-.41-.512q-.203.241-.41.512C34.655%2029.63%2034%2030.934%2034%2032a2%202%200%200%200%202%202%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M20.8%2033.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.2%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%22M31.425%2038.177A15.9%2015.9%200%200%201%2024%2040c-8.837%200-16-7.163-16-16S15.163%208%2024%208s16%207.163%2016%2016q0%20.25-.008.5h2.001Q42%2024.25%2042%2024c0-9.941-8.059-18-18-18S6%2014.059%206%2024s8.059%2018%2018%2018a17.9%2017.9%200%200%200%208.379-2.065z%22%2F%3E%3Cpath%20d%3D%22M13.743%2023.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.665c.504-.764.711-1.693.48-2.382a.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.665c-.504-.764-.712-1.693-.48-2.382a.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.39%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M36%2036a4%204%200%200%200%204-4c0-3.5-4-7-4-7s-4%203.5-4%207a4%204%200%200%200%204%204m0-2a2%202%200%200%200%202-2c0-1.066-.654-2.37-1.59-3.6q-.207-.27-.41-.512q-.203.241-.41.512C34.655%2029.63%2034%2030.934%2034%2032a2%202%200%200%200%202%202%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M20.8%2033.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.2%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/crying-outline.svg?color=%231a73e8&size=48