loudly crying icon
loudly-crying-outline-24px from Health Icons by Resolve to Save Lives · Outline 24px · Emotions · MIT Free for personal and commercial use.
- Name
- loudly-crying-outline-24px
- Set
- Health Icons
- Style
- Outline 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" fill-rule="evenodd" clip-rule="evenodd"><path d="M12 12.75a2.75 2.75 0 1 0 0 5.5a2.75 2.75 0 0 0 0-5.5m-1.25 2.75a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0"/><path d="M2 12a9.97 9.97 0 0 0 2.798 6.937C3.976 19.245 3.5 19.61 3.5 20c0 1.105 3.806 2 8.5 2s8.5-.895 8.5-2c0-.39-.476-.755-1.298-1.063A9.97 9.97 0 0 0 22 12c0-5.523-4.477-10-10-10S2 6.477 2 12m2 0a8 8 0 1 1 14.687 4.393a10 10 0 0 0 .063-1.08c0-1.434-.343-2.787-.974-4.538c.279-.186.502-.39.653-.564l-1.13-.985c-.104.118-.335.32-.632.458c-.29.135-.595.189-.894.109c-.298-.08-.535-.279-.72-.541a2 2 0 0 1-.317-.713l-1.472.288c.067.342.242.831.562 1.286c.323.462.827.932 1.559 1.128c.347.093.68.107.99.07c.601 1.675.875 2.827.875 4.001c0 .916-.166 1.878-.523 3.143A7.96 7.96 0 0 1 12 20a7.96 7.96 0 0 1-4.727-1.545c-.356-1.265-.523-2.227-.523-3.143c0-1.174.274-2.325.875-4c.31.036.643.022.99-.07c.731-.197 1.236-.667 1.56-1.129c.319-.455.494-.944.561-1.286l-1.472-.288c-.03.154-.13.444-.318.713c-.184.262-.42.46-.72.54c-.298.08-.602.027-.893-.108a2 2 0 0 1-.631-.458l-1.131.985c.15.173.374.378.653.565c-.63 1.75-.974 3.103-.974 4.536q0 .532.063 1.08A7.96 7.96 0 0 1 4 12"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsLoudlyCryingOutline24px(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" fillRule="evenodd" clipRule="evenodd"><path d="M12 12.75a2.75 2.75 0 1 0 0 5.5a2.75 2.75 0 0 0 0-5.5m-1.25 2.75a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0"/><path d="M2 12a9.97 9.97 0 0 0 2.798 6.937C3.976 19.245 3.5 19.61 3.5 20c0 1.105 3.806 2 8.5 2s8.5-.895 8.5-2c0-.39-.476-.755-1.298-1.063A9.97 9.97 0 0 0 22 12c0-5.523-4.477-10-10-10S2 6.477 2 12m2 0a8 8 0 1 1 14.687 4.393a10 10 0 0 0 .063-1.08c0-1.434-.343-2.787-.974-4.538c.279-.186.502-.39.653-.564l-1.13-.985c-.104.118-.335.32-.632.458c-.29.135-.595.189-.894.109c-.298-.08-.535-.279-.72-.541a2 2 0 0 1-.317-.713l-1.472.288c.067.342.242.831.562 1.286c.323.462.827.932 1.559 1.128c.347.093.68.107.99.07c.601 1.675.875 2.827.875 4.001c0 .916-.166 1.878-.523 3.143A7.96 7.96 0 0 1 12 20a7.96 7.96 0 0 1-4.727-1.545c-.356-1.265-.523-2.227-.523-3.143c0-1.174.274-2.325.875-4c.31.036.643.022.99-.07c.731-.197 1.236-.667 1.56-1.129c.319-.455.494-.944.561-1.286l-1.472-.288c-.03.154-.13.444-.318.713c-.184.262-.42.46-.72.54c-.298.08-.602.027-.893-.108a2 2 0 0 1-.631-.458l-1.131.985c.15.173.374.378.653.565c-.63 1.75-.974 3.103-.974 4.536q0 .532.063 1.08A7.96 7.96 0 0 1 4 12"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M12 12.75a2.75 2.75 0 1 0 0 5.5a2.75 2.75 0 0 0 0-5.5m-1.25 2.75a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0"/><path d="M2 12a9.97 9.97 0 0 0 2.798 6.937C3.976 19.245 3.5 19.61 3.5 20c0 1.105 3.806 2 8.5 2s8.5-.895 8.5-2c0-.39-.476-.755-1.298-1.063A9.97 9.97 0 0 0 22 12c0-5.523-4.477-10-10-10S2 6.477 2 12m2 0a8 8 0 1 1 14.687 4.393a10 10 0 0 0 .063-1.08c0-1.434-.343-2.787-.974-4.538c.279-.186.502-.39.653-.564l-1.13-.985c-.104.118-.335.32-.632.458c-.29.135-.595.189-.894.109c-.298-.08-.535-.279-.72-.541a2 2 0 0 1-.317-.713l-1.472.288c.067.342.242.831.562 1.286c.323.462.827.932 1.559 1.128c.347.093.68.107.99.07c.601 1.675.875 2.827.875 4.001c0 .916-.166 1.878-.523 3.143A7.96 7.96 0 0 1 12 20a7.96 7.96 0 0 1-4.727-1.545c-.356-1.265-.523-2.227-.523-3.143c0-1.174.274-2.325.875-4c.31.036.643.022.99-.07c.731-.197 1.236-.667 1.56-1.129c.319-.455.494-.944.561-1.286l-1.472-.288c-.03.154-.13.444-.318.713c-.184.262-.42.46-.72.54c-.298.08-.602.027-.893-.108a2 2 0 0 1-.631-.458l-1.131.985c.15.173.374.378.653.565c-.63 1.75-.974 3.103-.974 4.536q0 .532.063 1.08A7.96 7.96 0 0 1 4 12"/></g></svg> </template>
CSS
.icon-loudly-crying-outline-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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M12%2012.75a2.75%202.75%200%201%200%200%205.5a2.75%202.75%200%200%200%200-5.5m-1.25%202.75a1.25%201.25%200%201%201%202.5%200a1.25%201.25%200%200%201-2.5%200%22%2F%3E%3Cpath%20d%3D%22M2%2012a9.97%209.97%200%200%200%202.798%206.937C3.976%2019.245%203.5%2019.61%203.5%2020c0%201.105%203.806%202%208.5%202s8.5-.895%208.5-2c0-.39-.476-.755-1.298-1.063A9.97%209.97%200%200%200%2022%2012c0-5.523-4.477-10-10-10S2%206.477%202%2012m2%200a8%208%200%201%201%2014.687%204.393a10%2010%200%200%200%20.063-1.08c0-1.434-.343-2.787-.974-4.538c.279-.186.502-.39.653-.564l-1.13-.985c-.104.118-.335.32-.632.458c-.29.135-.595.189-.894.109c-.298-.08-.535-.279-.72-.541a2%202%200%200%201-.317-.713l-1.472.288c.067.342.242.831.562%201.286c.323.462.827.932%201.559%201.128c.347.093.68.107.99.07c.601%201.675.875%202.827.875%204.001c0%20.916-.166%201.878-.523%203.143A7.96%207.96%200%200%201%2012%2020a7.96%207.96%200%200%201-4.727-1.545c-.356-1.265-.523-2.227-.523-3.143c0-1.174.274-2.325.875-4c.31.036.643.022.99-.07c.731-.197%201.236-.667%201.56-1.129c.319-.455.494-.944.561-1.286l-1.472-.288c-.03.154-.13.444-.318.713c-.184.262-.42.46-.72.54c-.298.08-.602.027-.893-.108a2%202%200%200%201-.631-.458l-1.131.985c.15.173.374.378.653.565c-.63%201.75-.974%203.103-.974%204.536q0%20.532.063%201.08A7.96%207.96%200%200%201%204%2012%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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M12%2012.75a2.75%202.75%200%201%200%200%205.5a2.75%202.75%200%200%200%200-5.5m-1.25%202.75a1.25%201.25%200%201%201%202.5%200a1.25%201.25%200%200%201-2.5%200%22%2F%3E%3Cpath%20d%3D%22M2%2012a9.97%209.97%200%200%200%202.798%206.937C3.976%2019.245%203.5%2019.61%203.5%2020c0%201.105%203.806%202%208.5%202s8.5-.895%208.5-2c0-.39-.476-.755-1.298-1.063A9.97%209.97%200%200%200%2022%2012c0-5.523-4.477-10-10-10S2%206.477%202%2012m2%200a8%208%200%201%201%2014.687%204.393a10%2010%200%200%200%20.063-1.08c0-1.434-.343-2.787-.974-4.538c.279-.186.502-.39.653-.564l-1.13-.985c-.104.118-.335.32-.632.458c-.29.135-.595.189-.894.109c-.298-.08-.535-.279-.72-.541a2%202%200%200%201-.317-.713l-1.472.288c.067.342.242.831.562%201.286c.323.462.827.932%201.559%201.128c.347.093.68.107.99.07c.601%201.675.875%202.827.875%204.001c0%20.916-.166%201.878-.523%203.143A7.96%207.96%200%200%201%2012%2020a7.96%207.96%200%200%201-4.727-1.545c-.356-1.265-.523-2.227-.523-3.143c0-1.174.274-2.325.875-4c.31.036.643.022.99-.07c.731-.197%201.236-.667%201.56-1.129c.319-.455.494-.944.561-1.286l-1.472-.288c-.03.154-.13.444-.318.713c-.184.262-.42.46-.72.54c-.298.08-.602.027-.893-.108a2%202%200%200%201-.631-.458l-1.131.985c.15.173.374.378.653.565c-.63%201.75-.974%203.103-.974%204.536q0%20.532.063%201.08A7.96%207.96%200%200%201%204%2012%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-outline-24px.svg?color=%231a73e8&size=48