mental disorders icon

mental-disorders from Health Icons by Resolve to Save Lives · Filled · People · MIT Free for personal and commercial use.

Name
mental-disorders
Set
Health Icons
Style
Filled
Category
People
Viewbox
48×48
License
MIT

1 other variant in Health Icons

More people icons from Health Icons

Use the mental disorders icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M38.885 20.259c-.026 1.747-.049 3.286.83 5.107c0 0 2.596 2.336 2.254 4.21s-3.724 2.39-3.724 2.39c0 7.573-7.231 7.091-10.84 6.379l-.215-.044c-1.08-.224-1.786-.455-1.786-.455v1.423s-.075.238-.307.574q-.092.135-.22.285c-.677.796-2.148 1.857-5.18 1.857c-2.284.181-6.194-1.314-7.23-3.422v-6.449C8.814 29.384 6 25.707 6 20.94c0-3.963 1.654-7.763 4.597-10.564S17.532 6 21.695 6a22.7 22.7 0 0 1 9.202 1.929a14.4 14.4 0 0 1 5.779 4.21a11.83 11.83 0 0 1 2.211 6.573c.013.54.005 1.052-.002 1.547M27.45 21.88c-.156.175-.238.266-.727.266a3.9 3.9 0 0 1-2.166-.651c-.449.462-.998.82-1.608 1.047q-.117.055-.216.12c-.345.219-.55.502-.76.836l-.108.175q-.078.128-.164.265a3.7 3.7 0 0 0-.585 1.998v3.978H17c-.104-.852-.298-1.671-.77-2.396a5.8 5.8 0 0 0-1.851-1.794a3.85 3.85 0 0 1-1.619-1.268a3.7 3.7 0 0 1-.71-1.9a3.685 3.685 0 0 1-.26-4.853a3.4 3.4 0 0 1-.136-.995a3.7 3.7 0 0 1 .753-2.234l1.972-1.359a3.8 3.8 0 0 1 1.42-1.62a3.93 3.93 0 0 1 3.008-.501A3.9 3.9 0 0 1 21.116 10l4.189.284a3.9 3.9 0 0 1 2.27 1.532h.273l2.42.824a3.74 3.74 0 0 1 1.354 2.12a3.9 3.9 0 0 1 1.93 1.75c.42.781.55 1.679.369 2.542c-.18.864-.66 1.64-1.359 2.201l-2.48.878a3.93 3.93 0 0 1-2.193-.636c-.234.155-.35.284-.44.385M34 25.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0M21 32v2h-4v-2zm-4 4v2h4v-2z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsMentalDisorders(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M38.885 20.259c-.026 1.747-.049 3.286.83 5.107c0 0 2.596 2.336 2.254 4.21s-3.724 2.39-3.724 2.39c0 7.573-7.231 7.091-10.84 6.379l-.215-.044c-1.08-.224-1.786-.455-1.786-.455v1.423s-.075.238-.307.574q-.092.135-.22.285c-.677.796-2.148 1.857-5.18 1.857c-2.284.181-6.194-1.314-7.23-3.422v-6.449C8.814 29.384 6 25.707 6 20.94c0-3.963 1.654-7.763 4.597-10.564S17.532 6 21.695 6a22.7 22.7 0 0 1 9.202 1.929a14.4 14.4 0 0 1 5.779 4.21a11.83 11.83 0 0 1 2.211 6.573c.013.54.005 1.052-.002 1.547M27.45 21.88c-.156.175-.238.266-.727.266a3.9 3.9 0 0 1-2.166-.651c-.449.462-.998.82-1.608 1.047q-.117.055-.216.12c-.345.219-.55.502-.76.836l-.108.175q-.078.128-.164.265a3.7 3.7 0 0 0-.585 1.998v3.978H17c-.104-.852-.298-1.671-.77-2.396a5.8 5.8 0 0 0-1.851-1.794a3.85 3.85 0 0 1-1.619-1.268a3.7 3.7 0 0 1-.71-1.9a3.685 3.685 0 0 1-.26-4.853a3.4 3.4 0 0 1-.136-.995a3.7 3.7 0 0 1 .753-2.234l1.972-1.359a3.8 3.8 0 0 1 1.42-1.62a3.93 3.93 0 0 1 3.008-.501A3.9 3.9 0 0 1 21.116 10l4.189.284a3.9 3.9 0 0 1 2.27 1.532h.273l2.42.824a3.74 3.74 0 0 1 1.354 2.12a3.9 3.9 0 0 1 1.93 1.75c.42.781.55 1.679.369 2.542c-.18.864-.66 1.64-1.359 2.201l-2.48.878a3.93 3.93 0 0 1-2.193-.636c-.234.155-.35.284-.44.385M34 25.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0M21 32v2h-4v-2zm-4 4v2h4v-2z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M38.885 20.259c-.026 1.747-.049 3.286.83 5.107c0 0 2.596 2.336 2.254 4.21s-3.724 2.39-3.724 2.39c0 7.573-7.231 7.091-10.84 6.379l-.215-.044c-1.08-.224-1.786-.455-1.786-.455v1.423s-.075.238-.307.574q-.092.135-.22.285c-.677.796-2.148 1.857-5.18 1.857c-2.284.181-6.194-1.314-7.23-3.422v-6.449C8.814 29.384 6 25.707 6 20.94c0-3.963 1.654-7.763 4.597-10.564S17.532 6 21.695 6a22.7 22.7 0 0 1 9.202 1.929a14.4 14.4 0 0 1 5.779 4.21a11.83 11.83 0 0 1 2.211 6.573c.013.54.005 1.052-.002 1.547M27.45 21.88c-.156.175-.238.266-.727.266a3.9 3.9 0 0 1-2.166-.651c-.449.462-.998.82-1.608 1.047q-.117.055-.216.12c-.345.219-.55.502-.76.836l-.108.175q-.078.128-.164.265a3.7 3.7 0 0 0-.585 1.998v3.978H17c-.104-.852-.298-1.671-.77-2.396a5.8 5.8 0 0 0-1.851-1.794a3.85 3.85 0 0 1-1.619-1.268a3.7 3.7 0 0 1-.71-1.9a3.685 3.685 0 0 1-.26-4.853a3.4 3.4 0 0 1-.136-.995a3.7 3.7 0 0 1 .753-2.234l1.972-1.359a3.8 3.8 0 0 1 1.42-1.62a3.93 3.93 0 0 1 3.008-.501A3.9 3.9 0 0 1 21.116 10l4.189.284a3.9 3.9 0 0 1 2.27 1.532h.273l2.42.824a3.74 3.74 0 0 1 1.354 2.12a3.9 3.9 0 0 1 1.93 1.75c.42.781.55 1.679.369 2.542c-.18.864-.66 1.64-1.359 2.201l-2.48.878a3.93 3.93 0 0 1-2.193-.636c-.234.155-.35.284-.44.385M34 25.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0M21 32v2h-4v-2zm-4 4v2h4v-2z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-mental-disorders {
  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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M38.885%2020.259c-.026%201.747-.049%203.286.83%205.107c0%200%202.596%202.336%202.254%204.21s-3.724%202.39-3.724%202.39c0%207.573-7.231%207.091-10.84%206.379l-.215-.044c-1.08-.224-1.786-.455-1.786-.455v1.423s-.075.238-.307.574q-.092.135-.22.285c-.677.796-2.148%201.857-5.18%201.857c-2.284.181-6.194-1.314-7.23-3.422v-6.449C8.814%2029.384%206%2025.707%206%2020.94c0-3.963%201.654-7.763%204.597-10.564S17.532%206%2021.695%206a22.7%2022.7%200%200%201%209.202%201.929a14.4%2014.4%200%200%201%205.779%204.21a11.83%2011.83%200%200%201%202.211%206.573c.013.54.005%201.052-.002%201.547M27.45%2021.88c-.156.175-.238.266-.727.266a3.9%203.9%200%200%201-2.166-.651c-.449.462-.998.82-1.608%201.047q-.117.055-.216.12c-.345.219-.55.502-.76.836l-.108.175q-.078.128-.164.265a3.7%203.7%200%200%200-.585%201.998v3.978H17c-.104-.852-.298-1.671-.77-2.396a5.8%205.8%200%200%200-1.851-1.794a3.85%203.85%200%200%201-1.619-1.268a3.7%203.7%200%200%201-.71-1.9a3.685%203.685%200%200%201-.26-4.853a3.4%203.4%200%200%201-.136-.995a3.7%203.7%200%200%201%20.753-2.234l1.972-1.359a3.8%203.8%200%200%201%201.42-1.62a3.93%203.93%200%200%201%203.008-.501A3.9%203.9%200%200%201%2021.116%2010l4.189.284a3.9%203.9%200%200%201%202.27%201.532h.273l2.42.824a3.74%203.74%200%200%201%201.354%202.12a3.9%203.9%200%200%201%201.93%201.75c.42.781.55%201.679.369%202.542c-.18.864-.66%201.64-1.359%202.201l-2.48.878a3.93%203.93%200%200%201-2.193-.636c-.234.155-.35.284-.44.385M34%2025.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200M21%2032v2h-4v-2zm-4%204v2h4v-2z%22%20clip-rule%3D%22evenodd%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M38.885%2020.259c-.026%201.747-.049%203.286.83%205.107c0%200%202.596%202.336%202.254%204.21s-3.724%202.39-3.724%202.39c0%207.573-7.231%207.091-10.84%206.379l-.215-.044c-1.08-.224-1.786-.455-1.786-.455v1.423s-.075.238-.307.574q-.092.135-.22.285c-.677.796-2.148%201.857-5.18%201.857c-2.284.181-6.194-1.314-7.23-3.422v-6.449C8.814%2029.384%206%2025.707%206%2020.94c0-3.963%201.654-7.763%204.597-10.564S17.532%206%2021.695%206a22.7%2022.7%200%200%201%209.202%201.929a14.4%2014.4%200%200%201%205.779%204.21a11.83%2011.83%200%200%201%202.211%206.573c.013.54.005%201.052-.002%201.547M27.45%2021.88c-.156.175-.238.266-.727.266a3.9%203.9%200%200%201-2.166-.651c-.449.462-.998.82-1.608%201.047q-.117.055-.216.12c-.345.219-.55.502-.76.836l-.108.175q-.078.128-.164.265a3.7%203.7%200%200%200-.585%201.998v3.978H17c-.104-.852-.298-1.671-.77-2.396a5.8%205.8%200%200%200-1.851-1.794a3.85%203.85%200%200%201-1.619-1.268a3.7%203.7%200%200%201-.71-1.9a3.685%203.685%200%200%201-.26-4.853a3.4%203.4%200%200%201-.136-.995a3.7%203.7%200%200%201%20.753-2.234l1.972-1.359a3.8%203.8%200%200%201%201.42-1.62a3.93%203.93%200%200%201%203.008-.501A3.9%203.9%200%200%201%2021.116%2010l4.189.284a3.9%203.9%200%200%201%202.27%201.532h.273l2.42.824a3.74%203.74%200%200%201%201.354%202.12a3.9%203.9%200%200%201%201.93%201.75c.42.781.55%201.679.369%202.542c-.18.864-.66%201.64-1.359%202.201l-2.48.878a3.93%203.93%200%200%201-2.193-.636c-.234.155-.35.284-.44.385M34%2025.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200M21%2032v2h-4v-2zm-4%204v2h4v-2z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/mental-disorders.svg?color=%231a73e8&size=48