crying icon
crying-24px from Health Icons by Resolve to Save Lives · Filled 24px · Emotions · MIT Free for personal and commercial use.
- Name
- crying-24px
- Set
- Health Icons
- Style
- Filled 24px
- Category
- Emotions
- Viewbox
- 24×24
- License
- MIT
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 24 24"><g fill="currentColor"><path d="M16 5.072a8 8 0 1 0 .951 13.215a2.47 2.47 0 0 0 1.63.592q.42 0 .794-.122C16.277 22.144 11.14 23.05 7 20.66C2.217 17.9.578 11.783 3.34 7S12.217.58 17 3.34c4.325 2.497 6.079 7.735 4.334 12.252q-.049-.938-.51-1.982q-.26-.586-.823-1.57a8 8 0 0 0-4-6.968"/><path d="M19.865 17.032a1.8 1.8 0 0 1-1.284.513q-.75 0-1.284-.513a1.65 1.65 0 0 1-.534-1.234q0-.59.341-1.255q.341-.666 1.477-2.238q1.136 1.572 1.478 2.238q.34.666.34 1.255q0 .72-.534 1.234M9.264 9.539c-.03.154-.13.444-.318.712c-.184.263-.42.461-.72.541c-.298.08-.602.027-.893-.108a2 2 0 0 1-.631-.459l-1.131.986c.229.262.625.598 1.13.833c.51.237 1.182.393 1.914.197c.731-.196 1.236-.667 1.56-1.128c.319-.455.494-.944.561-1.286zm5.472 0c.03.154.13.444.318.712c.184.263.42.461.72.541c.298.08.602.027.893-.108c.297-.139.528-.34.631-.459l1.131.986a3.5 3.5 0 0 1-1.13.833c-.51.237-1.182.393-1.914.197s-1.236-.667-1.56-1.128a3.5 3.5 0 0 1-.561-1.286zm-4.544 7.676a1 1 0 0 1-1.664-1.11C9.438 14.74 11.01 14.34 12 14.34s2.562.4 3.472 1.766a1 1 0 1 1-1.664 1.11c-.41-.615-1.213-.876-1.808-.876s-1.399.261-1.808.875"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsCrying24px(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16 5.072a8 8 0 1 0 .951 13.215a2.47 2.47 0 0 0 1.63.592q.42 0 .794-.122C16.277 22.144 11.14 23.05 7 20.66C2.217 17.9.578 11.783 3.34 7S12.217.58 17 3.34c4.325 2.497 6.079 7.735 4.334 12.252q-.049-.938-.51-1.982q-.26-.586-.823-1.57a8 8 0 0 0-4-6.968"/><path d="M19.865 17.032a1.8 1.8 0 0 1-1.284.513q-.75 0-1.284-.513a1.65 1.65 0 0 1-.534-1.234q0-.59.341-1.255q.341-.666 1.477-2.238q1.136 1.572 1.478 2.238q.34.666.34 1.255q0 .72-.534 1.234M9.264 9.539c-.03.154-.13.444-.318.712c-.184.263-.42.461-.72.541c-.298.08-.602.027-.893-.108a2 2 0 0 1-.631-.459l-1.131.986c.229.262.625.598 1.13.833c.51.237 1.182.393 1.914.197c.731-.196 1.236-.667 1.56-1.128c.319-.455.494-.944.561-1.286zm5.472 0c.03.154.13.444.318.712c.184.263.42.461.72.541c.298.08.602.027.893-.108c.297-.139.528-.34.631-.459l1.131.986a3.5 3.5 0 0 1-1.13.833c-.51.237-1.182.393-1.914.197s-1.236-.667-1.56-1.128a3.5 3.5 0 0 1-.561-1.286zm-4.544 7.676a1 1 0 0 1-1.664-1.11C9.438 14.74 11.01 14.34 12 14.34s2.562.4 3.472 1.766a1 1 0 1 1-1.664 1.11c-.41-.615-1.213-.876-1.808-.876s-1.399.261-1.808.875"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16 5.072a8 8 0 1 0 .951 13.215a2.47 2.47 0 0 0 1.63.592q.42 0 .794-.122C16.277 22.144 11.14 23.05 7 20.66C2.217 17.9.578 11.783 3.34 7S12.217.58 17 3.34c4.325 2.497 6.079 7.735 4.334 12.252q-.049-.938-.51-1.982q-.26-.586-.823-1.57a8 8 0 0 0-4-6.968"/><path d="M19.865 17.032a1.8 1.8 0 0 1-1.284.513q-.75 0-1.284-.513a1.65 1.65 0 0 1-.534-1.234q0-.59.341-1.255q.341-.666 1.477-2.238q1.136 1.572 1.478 2.238q.34.666.34 1.255q0 .72-.534 1.234M9.264 9.539c-.03.154-.13.444-.318.712c-.184.263-.42.461-.72.541c-.298.08-.602.027-.893-.108a2 2 0 0 1-.631-.459l-1.131.986c.229.262.625.598 1.13.833c.51.237 1.182.393 1.914.197c.731-.196 1.236-.667 1.56-1.128c.319-.455.494-.944.561-1.286zm5.472 0c.03.154.13.444.318.712c.184.263.42.461.72.541c.298.08.602.027.893-.108c.297-.139.528-.34.631-.459l1.131.986a3.5 3.5 0 0 1-1.13.833c-.51.237-1.182.393-1.914.197s-1.236-.667-1.56-1.128a3.5 3.5 0 0 1-.561-1.286zm-4.544 7.676a1 1 0 0 1-1.664-1.11C9.438 14.74 11.01 14.34 12 14.34s2.562.4 3.472 1.766a1 1 0 1 1-1.664 1.11c-.41-.615-1.213-.876-1.808-.876s-1.399.261-1.808.875"/></g></svg> </template>
CSS
.icon-crying-24px {
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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M16%205.072a8%208%200%201%200%20.951%2013.215a2.47%202.47%200%200%200%201.63.592q.42%200%20.794-.122C16.277%2022.144%2011.14%2023.05%207%2020.66C2.217%2017.9.578%2011.783%203.34%207S12.217.58%2017%203.34c4.325%202.497%206.079%207.735%204.334%2012.252q-.049-.938-.51-1.982q-.26-.586-.823-1.57a8%208%200%200%200-4-6.968%22%2F%3E%3Cpath%20d%3D%22M19.865%2017.032a1.8%201.8%200%200%201-1.284.513q-.75%200-1.284-.513a1.65%201.65%200%200%201-.534-1.234q0-.59.341-1.255q.341-.666%201.477-2.238q1.136%201.572%201.478%202.238q.34.666.34%201.255q0%20.72-.534%201.234M9.264%209.539c-.03.154-.13.444-.318.712c-.184.263-.42.461-.72.541c-.298.08-.602.027-.893-.108a2%202%200%200%201-.631-.459l-1.131.986c.229.262.625.598%201.13.833c.51.237%201.182.393%201.914.197c.731-.196%201.236-.667%201.56-1.128c.319-.455.494-.944.561-1.286zm5.472%200c.03.154.13.444.318.712c.184.263.42.461.72.541c.298.08.602.027.893-.108c.297-.139.528-.34.631-.459l1.131.986a3.5%203.5%200%200%201-1.13.833c-.51.237-1.182.393-1.914.197s-1.236-.667-1.56-1.128a3.5%203.5%200%200%201-.561-1.286zm-4.544%207.676a1%201%200%200%201-1.664-1.11C9.438%2014.74%2011.01%2014.34%2012%2014.34s2.562.4%203.472%201.766a1%201%200%201%201-1.664%201.11c-.41-.615-1.213-.876-1.808-.876s-1.399.261-1.808.875%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M16%205.072a8%208%200%201%200%20.951%2013.215a2.47%202.47%200%200%200%201.63.592q.42%200%20.794-.122C16.277%2022.144%2011.14%2023.05%207%2020.66C2.217%2017.9.578%2011.783%203.34%207S12.217.58%2017%203.34c4.325%202.497%206.079%207.735%204.334%2012.252q-.049-.938-.51-1.982q-.26-.586-.823-1.57a8%208%200%200%200-4-6.968%22%2F%3E%3Cpath%20d%3D%22M19.865%2017.032a1.8%201.8%200%200%201-1.284.513q-.75%200-1.284-.513a1.65%201.65%200%200%201-.534-1.234q0-.59.341-1.255q.341-.666%201.477-2.238q1.136%201.572%201.478%202.238q.34.666.34%201.255q0%20.72-.534%201.234M9.264%209.539c-.03.154-.13.444-.318.712c-.184.263-.42.461-.72.541c-.298.08-.602.027-.893-.108a2%202%200%200%201-.631-.459l-1.131.986c.229.262.625.598%201.13.833c.51.237%201.182.393%201.914.197c.731-.196%201.236-.667%201.56-1.128c.319-.455.494-.944.561-1.286zm5.472%200c.03.154.13.444.318.712c.184.263.42.461.72.541c.298.08.602.027.893-.108c.297-.139.528-.34.631-.459l1.131.986a3.5%203.5%200%200%201-1.13.833c-.51.237-1.182.393-1.914.197s-1.236-.667-1.56-1.128a3.5%203.5%200%200%201-.561-1.286zm-4.544%207.676a1%201%200%200%201-1.664-1.11C9.438%2014.74%2011.01%2014.34%2012%2014.34s2.562.4%203.472%201.766a1%201%200%201%201-1.664%201.11c-.41-.615-1.213-.876-1.808-.876s-1.399.261-1.808.875%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-24px.svg?color=%231a73e8&size=48