loudly crying negative icon

loudly-crying-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.

Name
loudly-crying-negative
Set
Health Icons
Style
Filled
Viewbox
48×48
License
MIT

Related icons in Health Icons

Use the loudly 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 fill="currentColor" fill-rule="evenodd" clip-path="url(#healthiconsLoudlyCryingNegative)" clip-rule="evenodd"><path d="M32.042 37.835A15.9 15.9 0 0 1 24 40c-2.972 0-5.754-.81-8.138-2.221c-1.039-4.838.292-9.423 2.356-13.035q.09-.157.139-.323a9.5 9.5 0 0 1 3.269.44a.5.5 0 0 0 .644-.397c.07-.434-.117-.842-.382-1.164c-.27-.33-.665-.626-1.142-.869c-.956-.487-2.314-.796-3.914-.683c-1.635.115-2.806.757-3.499 1.569c-.672.787-.93 1.802-.55 2.576a.5.5 0 0 0 .735.189q.47-.33.96-.592c-1.267 2.833-2.103 6.126-1.963 9.65A15.95 15.95 0 0 1 8 24c0-8.837 7.163-16 16-16s16 7.163 16 16a15.95 15.95 0 0 1-4.602 11.229c.154-3.462-.638-6.705-1.859-9.51q.282.169.557.36a.5.5 0 0 0 .736-.188c.368-.749.116-1.727-.528-2.482c-.666-.78-1.789-1.394-3.353-1.505c-1.53-.108-2.83.188-3.746.655c-.457.233-.836.517-1.096.834c-.256.31-.438.706-.37 1.129a.5.5 0 0 0 .644.397a9 9 0 0 1 3.204-.415q.045.123.11.24c2.073 3.626 3.406 8.233 2.345 13.09m-.333-20.318c-1.751-.968-3.296-2.03-4.028-2.71L26.32 16.27c.906.843 2.614 1.997 4.423 2.997c1.801.995 3.851 1.921 5.45 2.216l.363-1.966c-1.269-.235-3.087-1.028-4.846-2m-11.017-2.71c-.731.68-2.276 1.742-4.028 2.71c-1.759.972-3.577 1.765-4.846 2l.364 1.966c1.598-.295 3.648-1.22 5.45-2.216c1.809-1 3.517-2.154 4.422-2.997zM20 31a4 4 0 0 1 8 0v2a4 4 0 0 1-8 0z"/><path d="M48 0H0v48h48zM12.565 37.902A17.96 17.96 0 0 1 6 24c0-9.941 8.059-18 18-18s18 8.059 18 18c0 5.599-2.556 10.6-6.565 13.902C38.26 38.442 40 39.183 40 40c0 1.657-7.163 3-16 3S8 41.657 8 40c0-.817 1.74-1.557 4.565-2.098"/></g><defs><clipPath id="healthiconsLoudlyCryingNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsLoudlyCryingNegative(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 fill="currentColor" fillRule="evenodd" clipPath="url(#healthiconsLoudlyCryingNegative)" clipRule="evenodd"><path d="M32.042 37.835A15.9 15.9 0 0 1 24 40c-2.972 0-5.754-.81-8.138-2.221c-1.039-4.838.292-9.423 2.356-13.035q.09-.157.139-.323a9.5 9.5 0 0 1 3.269.44a.5.5 0 0 0 .644-.397c.07-.434-.117-.842-.382-1.164c-.27-.33-.665-.626-1.142-.869c-.956-.487-2.314-.796-3.914-.683c-1.635.115-2.806.757-3.499 1.569c-.672.787-.93 1.802-.55 2.576a.5.5 0 0 0 .735.189q.47-.33.96-.592c-1.267 2.833-2.103 6.126-1.963 9.65A15.95 15.95 0 0 1 8 24c0-8.837 7.163-16 16-16s16 7.163 16 16a15.95 15.95 0 0 1-4.602 11.229c.154-3.462-.638-6.705-1.859-9.51q.282.169.557.36a.5.5 0 0 0 .736-.188c.368-.749.116-1.727-.528-2.482c-.666-.78-1.789-1.394-3.353-1.505c-1.53-.108-2.83.188-3.746.655c-.457.233-.836.517-1.096.834c-.256.31-.438.706-.37 1.129a.5.5 0 0 0 .644.397a9 9 0 0 1 3.204-.415q.045.123.11.24c2.073 3.626 3.406 8.233 2.345 13.09m-.333-20.318c-1.751-.968-3.296-2.03-4.028-2.71L26.32 16.27c.906.843 2.614 1.997 4.423 2.997c1.801.995 3.851 1.921 5.45 2.216l.363-1.966c-1.269-.235-3.087-1.028-4.846-2m-11.017-2.71c-.731.68-2.276 1.742-4.028 2.71c-1.759.972-3.577 1.765-4.846 2l.364 1.966c1.598-.295 3.648-1.22 5.45-2.216c1.809-1 3.517-2.154 4.422-2.997zM20 31a4 4 0 0 1 8 0v2a4 4 0 0 1-8 0z"/><path d="M48 0H0v48h48zM12.565 37.902A17.96 17.96 0 0 1 6 24c0-9.941 8.059-18 18-18s18 8.059 18 18c0 5.599-2.556 10.6-6.565 13.902C38.26 38.442 40 39.183 40 40c0 1.657-7.163 3-16 3S8 41.657 8 40c0-.817 1.74-1.557 4.565-2.098"/></g><defs><clipPath id="healthiconsLoudlyCryingNegative"><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 fill="currentColor" fill-rule="evenodd" clip-path="url(#healthiconsLoudlyCryingNegative)" clip-rule="evenodd"><path d="M32.042 37.835A15.9 15.9 0 0 1 24 40c-2.972 0-5.754-.81-8.138-2.221c-1.039-4.838.292-9.423 2.356-13.035q.09-.157.139-.323a9.5 9.5 0 0 1 3.269.44a.5.5 0 0 0 .644-.397c.07-.434-.117-.842-.382-1.164c-.27-.33-.665-.626-1.142-.869c-.956-.487-2.314-.796-3.914-.683c-1.635.115-2.806.757-3.499 1.569c-.672.787-.93 1.802-.55 2.576a.5.5 0 0 0 .735.189q.47-.33.96-.592c-1.267 2.833-2.103 6.126-1.963 9.65A15.95 15.95 0 0 1 8 24c0-8.837 7.163-16 16-16s16 7.163 16 16a15.95 15.95 0 0 1-4.602 11.229c.154-3.462-.638-6.705-1.859-9.51q.282.169.557.36a.5.5 0 0 0 .736-.188c.368-.749.116-1.727-.528-2.482c-.666-.78-1.789-1.394-3.353-1.505c-1.53-.108-2.83.188-3.746.655c-.457.233-.836.517-1.096.834c-.256.31-.438.706-.37 1.129a.5.5 0 0 0 .644.397a9 9 0 0 1 3.204-.415q.045.123.11.24c2.073 3.626 3.406 8.233 2.345 13.09m-.333-20.318c-1.751-.968-3.296-2.03-4.028-2.71L26.32 16.27c.906.843 2.614 1.997 4.423 2.997c1.801.995 3.851 1.921 5.45 2.216l.363-1.966c-1.269-.235-3.087-1.028-4.846-2m-11.017-2.71c-.731.68-2.276 1.742-4.028 2.71c-1.759.972-3.577 1.765-4.846 2l.364 1.966c1.598-.295 3.648-1.22 5.45-2.216c1.809-1 3.517-2.154 4.422-2.997zM20 31a4 4 0 0 1 8 0v2a4 4 0 0 1-8 0z"/><path d="M48 0H0v48h48zM12.565 37.902A17.96 17.96 0 0 1 6 24c0-9.941 8.059-18 18-18s18 8.059 18 18c0 5.599-2.556 10.6-6.565 13.902C38.26 38.442 40 39.183 40 40c0 1.657-7.163 3-16 3S8 41.657 8 40c0-.817 1.74-1.557 4.565-2.098"/></g><defs><clipPath id="healthiconsLoudlyCryingNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-loudly-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%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-path%3D%22url(%23healthiconsLoudlyCryingNegative)%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M32.042%2037.835A15.9%2015.9%200%200%201%2024%2040c-2.972%200-5.754-.81-8.138-2.221c-1.039-4.838.292-9.423%202.356-13.035q.09-.157.139-.323a9.5%209.5%200%200%201%203.269.44a.5.5%200%200%200%20.644-.397c.07-.434-.117-.842-.382-1.164c-.27-.33-.665-.626-1.142-.869c-.956-.487-2.314-.796-3.914-.683c-1.635.115-2.806.757-3.499%201.569c-.672.787-.93%201.802-.55%202.576a.5.5%200%200%200%20.735.189q.47-.33.96-.592c-1.267%202.833-2.103%206.126-1.963%209.65A15.95%2015.95%200%200%201%208%2024c0-8.837%207.163-16%2016-16s16%207.163%2016%2016a15.95%2015.95%200%200%201-4.602%2011.229c.154-3.462-.638-6.705-1.859-9.51q.282.169.557.36a.5.5%200%200%200%20.736-.188c.368-.749.116-1.727-.528-2.482c-.666-.78-1.789-1.394-3.353-1.505c-1.53-.108-2.83.188-3.746.655c-.457.233-.836.517-1.096.834c-.256.31-.438.706-.37%201.129a.5.5%200%200%200%20.644.397a9%209%200%200%201%203.204-.415q.045.123.11.24c2.073%203.626%203.406%208.233%202.345%2013.09m-.333-20.318c-1.751-.968-3.296-2.03-4.028-2.71L26.32%2016.27c.906.843%202.614%201.997%204.423%202.997c1.801.995%203.851%201.921%205.45%202.216l.363-1.966c-1.269-.235-3.087-1.028-4.846-2m-11.017-2.71c-.731.68-2.276%201.742-4.028%202.71c-1.759.972-3.577%201.765-4.846%202l.364%201.966c1.598-.295%203.648-1.22%205.45-2.216c1.809-1%203.517-2.154%204.422-2.997zM20%2031a4%204%200%200%201%208%200v2a4%204%200%200%201-8%200z%22%2F%3E%3Cpath%20d%3D%22M48%200H0v48h48zM12.565%2037.902A17.96%2017.96%200%200%201%206%2024c0-9.941%208.059-18%2018-18s18%208.059%2018%2018c0%205.599-2.556%2010.6-6.565%2013.902C38.26%2038.442%2040%2039.183%2040%2040c0%201.657-7.163%203-16%203S8%2041.657%208%2040c0-.817%201.74-1.557%204.565-2.098%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsLoudlyCryingNegative%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%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-path%3D%22url(%23healthiconsLoudlyCryingNegative)%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M32.042%2037.835A15.9%2015.9%200%200%201%2024%2040c-2.972%200-5.754-.81-8.138-2.221c-1.039-4.838.292-9.423%202.356-13.035q.09-.157.139-.323a9.5%209.5%200%200%201%203.269.44a.5.5%200%200%200%20.644-.397c.07-.434-.117-.842-.382-1.164c-.27-.33-.665-.626-1.142-.869c-.956-.487-2.314-.796-3.914-.683c-1.635.115-2.806.757-3.499%201.569c-.672.787-.93%201.802-.55%202.576a.5.5%200%200%200%20.735.189q.47-.33.96-.592c-1.267%202.833-2.103%206.126-1.963%209.65A15.95%2015.95%200%200%201%208%2024c0-8.837%207.163-16%2016-16s16%207.163%2016%2016a15.95%2015.95%200%200%201-4.602%2011.229c.154-3.462-.638-6.705-1.859-9.51q.282.169.557.36a.5.5%200%200%200%20.736-.188c.368-.749.116-1.727-.528-2.482c-.666-.78-1.789-1.394-3.353-1.505c-1.53-.108-2.83.188-3.746.655c-.457.233-.836.517-1.096.834c-.256.31-.438.706-.37%201.129a.5.5%200%200%200%20.644.397a9%209%200%200%201%203.204-.415q.045.123.11.24c2.073%203.626%203.406%208.233%202.345%2013.09m-.333-20.318c-1.751-.968-3.296-2.03-4.028-2.71L26.32%2016.27c.906.843%202.614%201.997%204.423%202.997c1.801.995%203.851%201.921%205.45%202.216l.363-1.966c-1.269-.235-3.087-1.028-4.846-2m-11.017-2.71c-.731.68-2.276%201.742-4.028%202.71c-1.759.972-3.577%201.765-4.846%202l.364%201.966c1.598-.295%203.648-1.22%205.45-2.216c1.809-1%203.517-2.154%204.422-2.997zM20%2031a4%204%200%200%201%208%200v2a4%204%200%200%201-8%200z%22%2F%3E%3Cpath%20d%3D%22M48%200H0v48h48zM12.565%2037.902A17.96%2017.96%200%200%201%206%2024c0-9.941%208.059-18%2018-18s18%208.059%2018%2018c0%205.599-2.556%2010.6-6.565%2013.902C38.26%2038.442%2040%2039.183%2040%2040c0%201.657-7.163%203-16%203S8%2041.657%208%2040c0-.817%201.74-1.557%204.565-2.098%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsLoudlyCryingNegative%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/loudly-crying-negative.svg?color=%231a73e8&size=48