loudly crying icon
loudly-crying-24px from Health Icons by Resolve to Save Lives · Filled 24px · Emotions · MIT Free for personal and commercial use.
- Name
- loudly-crying-24px
- Set
- Health Icons
- Style
- Filled 24px
- Category
- Emotions
- Viewbox
- 24×24
- License
- MIT
3 other variants in Health Icons
More emotions icons from Health Icons
Use the loudly 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="M14.5 15.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0"/><path fill-rule="evenodd" d="M4.798 18.937A9.97 9.97 0 0 1 2 12C2 6.477 6.477 2 12 2s10 4.477 10 10a9.97 9.97 0 0 1-2.798 6.937c.822.308 1.298.673 1.298 1.063c0 1.105-3.806 2-8.5 2s-8.5-.895-8.5-2c0-.39.476-.755 1.298-1.063M12 4a8 8 0 0 0-6.687 12.393a10 10 0 0 1-.063-1.08c0-1.434.343-2.787.974-4.537a3.4 3.4 0 0 1-.653-.565l1.13-.985c.104.118.335.32.632.458c.29.135.595.189.894.109c.298-.08.535-.279.72-.541c.188-.269.287-.559.317-.713l1.472.288a3.5 3.5 0 0 1-.562 1.286c-.323.462-.828.932-1.559 1.128c-.347.093-.68.107-.99.07c-.601 1.675-.875 2.827-.875 4.001c0 .916.167 1.878.523 3.143A7.96 7.96 0 0 0 12 20a7.96 7.96 0 0 0 4.727-1.545c.357-1.265.523-2.227.523-3.143c0-1.174-.274-2.325-.875-4c-.31.036-.643.022-.99-.07c-.732-.197-1.236-.667-1.56-1.129a3.5 3.5 0 0 1-.561-1.286l1.472-.288c.03.154.13.444.318.713c.184.262.42.46.72.54c.298.08.602.027.893-.108c.297-.138.528-.34.631-.458l1.131.985c-.15.173-.374.378-.653.564c.63 1.751.974 3.104.974 4.537q0 .532-.063 1.08A8 8 0 0 0 12 4" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsLoudlyCrying24px(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="M14.5 15.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0"/><path fillRule="evenodd" d="M4.798 18.937A9.97 9.97 0 0 1 2 12C2 6.477 6.477 2 12 2s10 4.477 10 10a9.97 9.97 0 0 1-2.798 6.937c.822.308 1.298.673 1.298 1.063c0 1.105-3.806 2-8.5 2s-8.5-.895-8.5-2c0-.39.476-.755 1.298-1.063M12 4a8 8 0 0 0-6.687 12.393a10 10 0 0 1-.063-1.08c0-1.434.343-2.787.974-4.537a3.4 3.4 0 0 1-.653-.565l1.13-.985c.104.118.335.32.632.458c.29.135.595.189.894.109c.298-.08.535-.279.72-.541c.188-.269.287-.559.317-.713l1.472.288a3.5 3.5 0 0 1-.562 1.286c-.323.462-.828.932-1.559 1.128c-.347.093-.68.107-.99.07c-.601 1.675-.875 2.827-.875 4.001c0 .916.167 1.878.523 3.143A7.96 7.96 0 0 0 12 20a7.96 7.96 0 0 0 4.727-1.545c.357-1.265.523-2.227.523-3.143c0-1.174-.274-2.325-.875-4c-.31.036-.643.022-.99-.07c-.732-.197-1.236-.667-1.56-1.129a3.5 3.5 0 0 1-.561-1.286l1.472-.288c.03.154.13.444.318.713c.184.262.42.46.72.54c.298.08.602.027.893-.108c.297-.138.528-.34.631-.458l1.131.985c-.15.173-.374.378-.653.564c.63 1.751.974 3.104.974 4.537q0 .532-.063 1.08A8 8 0 0 0 12 4" clipRule="evenodd"/></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="M14.5 15.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0"/><path fill-rule="evenodd" d="M4.798 18.937A9.97 9.97 0 0 1 2 12C2 6.477 6.477 2 12 2s10 4.477 10 10a9.97 9.97 0 0 1-2.798 6.937c.822.308 1.298.673 1.298 1.063c0 1.105-3.806 2-8.5 2s-8.5-.895-8.5-2c0-.39.476-.755 1.298-1.063M12 4a8 8 0 0 0-6.687 12.393a10 10 0 0 1-.063-1.08c0-1.434.343-2.787.974-4.537a3.4 3.4 0 0 1-.653-.565l1.13-.985c.104.118.335.32.632.458c.29.135.595.189.894.109c.298-.08.535-.279.72-.541c.188-.269.287-.559.317-.713l1.472.288a3.5 3.5 0 0 1-.562 1.286c-.323.462-.828.932-1.559 1.128c-.347.093-.68.107-.99.07c-.601 1.675-.875 2.827-.875 4.001c0 .916.167 1.878.523 3.143A7.96 7.96 0 0 0 12 20a7.96 7.96 0 0 0 4.727-1.545c.357-1.265.523-2.227.523-3.143c0-1.174-.274-2.325-.875-4c-.31.036-.643.022-.99-.07c-.732-.197-1.236-.667-1.56-1.129a3.5 3.5 0 0 1-.561-1.286l1.472-.288c.03.154.13.444.318.713c.184.262.42.46.72.54c.298.08.602.027.893-.108c.297-.138.528-.34.631-.458l1.131.985c-.15.173-.374.378-.653.564c.63 1.751.974 3.104.974 4.537q0 .532-.063 1.08A8 8 0 0 0 12 4" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-loudly-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%22M14.5%2015.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4.798%2018.937A9.97%209.97%200%200%201%202%2012C2%206.477%206.477%202%2012%202s10%204.477%2010%2010a9.97%209.97%200%200%201-2.798%206.937c.822.308%201.298.673%201.298%201.063c0%201.105-3.806%202-8.5%202s-8.5-.895-8.5-2c0-.39.476-.755%201.298-1.063M12%204a8%208%200%200%200-6.687%2012.393a10%2010%200%200%201-.063-1.08c0-1.434.343-2.787.974-4.537a3.4%203.4%200%200%201-.653-.565l1.13-.985c.104.118.335.32.632.458c.29.135.595.189.894.109c.298-.08.535-.279.72-.541c.188-.269.287-.559.317-.713l1.472.288a3.5%203.5%200%200%201-.562%201.286c-.323.462-.828.932-1.559%201.128c-.347.093-.68.107-.99.07c-.601%201.675-.875%202.827-.875%204.001c0%20.916.167%201.878.523%203.143A7.96%207.96%200%200%200%2012%2020a7.96%207.96%200%200%200%204.727-1.545c.357-1.265.523-2.227.523-3.143c0-1.174-.274-2.325-.875-4c-.31.036-.643.022-.99-.07c-.732-.197-1.236-.667-1.56-1.129a3.5%203.5%200%200%201-.561-1.286l1.472-.288c.03.154.13.444.318.713c.184.262.42.46.72.54c.298.08.602.027.893-.108c.297-.138.528-.34.631-.458l1.131.985c-.15.173-.374.378-.653.564c.63%201.751.974%203.104.974%204.537q0%20.532-.063%201.08A8%208%200%200%200%2012%204%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M14.5%2015.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4.798%2018.937A9.97%209.97%200%200%201%202%2012C2%206.477%206.477%202%2012%202s10%204.477%2010%2010a9.97%209.97%200%200%201-2.798%206.937c.822.308%201.298.673%201.298%201.063c0%201.105-3.806%202-8.5%202s-8.5-.895-8.5-2c0-.39.476-.755%201.298-1.063M12%204a8%208%200%200%200-6.687%2012.393a10%2010%200%200%201-.063-1.08c0-1.434.343-2.787.974-4.537a3.4%203.4%200%200%201-.653-.565l1.13-.985c.104.118.335.32.632.458c.29.135.595.189.894.109c.298-.08.535-.279.72-.541c.188-.269.287-.559.317-.713l1.472.288a3.5%203.5%200%200%201-.562%201.286c-.323.462-.828.932-1.559%201.128c-.347.093-.68.107-.99.07c-.601%201.675-.875%202.827-.875%204.001c0%20.916.167%201.878.523%203.143A7.96%207.96%200%200%200%2012%2020a7.96%207.96%200%200%200%204.727-1.545c.357-1.265.523-2.227.523-3.143c0-1.174-.274-2.325-.875-4c-.31.036-.643.022-.99-.07c-.732-.197-1.236-.667-1.56-1.129a3.5%203.5%200%200%201-.561-1.286l1.472-.288c.03.154.13.444.318.713c.184.262.42.46.72.54c.298.08.602.027.893-.108c.297-.138.528-.34.631-.458l1.131.985c-.15.173-.374.378-.653.564c.63%201.751.974%203.104.974%204.537q0%20.532-.063%201.08A8%208%200%200%200%2012%204%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/loudly-crying-24px.svg?color=%231a73e8&size=48