mental health icon
mental-health-outline from Health Icons by Resolve to Save Lives · Outline · Symbols · MIT Free for personal and commercial use.
- Name
- mental-health-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Symbols
- Viewbox
- 48×48
- License
- MIT
- Aliases
- mental-health2x-outline
3 other variants in Health Icons
The same icon in other sets
More symbols icons from Health Icons
Use the mental health icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M32.5 27a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m-9.66-14.79c1.263-.373 2.697-.295 3.98.613h-5.36a6 6 0 0 1 1.38-.613"/><path fill-rule="evenodd" d="M21.46 12.823h5.36c1.327.935 2.121 2.496 2.176 4.106c.088 2.518-1.26 4.65-2.845 6.384c-1.229 1.343-2.714 2.562-3.98 3.602c-.364.298-.71.581-1.025.849l-.651.55l-.647-.556c-.348-.299-.734-.618-1.14-.955c-1.234-1.02-2.664-2.203-3.85-3.494c-1.585-1.728-2.936-3.853-2.854-6.378v-.002c.055-1.61.849-3.172 2.177-4.107h5.356q.516.311.963.7a7 7 0 0 1 .96-.7m-.19 2.762c.551-.666 1.33-1.218 2.137-1.457c.784-.232 1.56-.166 2.257.328l.003.002c.785.552 1.295 1.517 1.33 2.54c.06 1.733-.862 3.369-2.322 4.965c-1.122 1.227-2.45 2.318-3.701 3.345l-.47.386q-.301-.252-.611-.507c-1.209-1-2.477-2.05-3.56-3.23c-1.461-1.591-2.387-3.22-2.33-4.96c.035-1.023.544-1.987 1.33-2.54c.697-.49 1.476-.557 2.26-.325c.808.238 1.586.787 2.136 1.453l.77.932z" clip-rule="evenodd"/><path d="M19.537 12.823H14.18c1.282-.903 2.716-.982 3.978-.61c.483.143.947.352 1.378.61"/><path fill-rule="evenodd" d="M41.969 29.576c.342-1.874-2.254-4.21-2.254-4.21c-.879-1.82-.856-3.36-.83-5.107c.007-.495.015-1.007.002-1.547a11.83 11.83 0 0 0-2.211-6.573a14.4 14.4 0 0 0-5.779-4.21A22.7 22.7 0 0 0 21.695 6c-4.163 0-8.155 1.574-11.098 4.376S6 16.978 6 20.94c0 4.767 2.814 8.444 6.467 11.174v6.449c1.036 2.108 4.946 3.603 7.23 3.422c3.414 0 4.85-1.345 5.4-2.142c.232-.336.307-.574.307-.574v-1.423s.8.262 2 .499c3.61.712 10.841 1.194 10.841-6.378c0 0 3.382-.517 3.724-2.39m-4.056-3.341l.171.355l.29.26l.002.002h.001l.006.007l.057.053c.053.052.134.13.231.232c.199.207.453.493.692.815c.245.33.434.647.544.919c.059.145.08.24.088.294l-.051.048c-.145.123-.388.266-.723.403a6.5 6.5 0 0 1-1.274.366l-.01.002l-1.692.258v1.718c0 2.063-.634 3.083-1.302 3.652c-.744.633-1.86.985-3.248 1.075c-1.367.09-2.785-.09-3.898-.31a19 19 0 0 1-1.67-.408l-.085-.026l-.015-.005h-.003l-2.62-.86v3.686a2 2 0 0 1-.31.315c-.412.342-1.369.9-3.397.9h-.08l-.078.005c-.714.057-1.924-.162-3.117-.688c-.974-.43-1.621-.924-1.955-1.32v-6.87l-.803-.6C10.271 27.976 8 24.822 8 20.94c0-3.4 1.418-6.68 3.976-9.116C14.537 9.386 18.032 8 21.695 8h.002a20.7 20.7 0 0 1 8.392 1.758l.032.014l.032.013c1.945.78 3.64 2.011 4.933 3.57a9.8 9.8 0 0 1 1.802 5.406c.009.398.001.817-.007 1.256c-.034 1.801-.073 3.927 1.032 6.218" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsMentalHealthOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M32.5 27a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m-9.66-14.79c1.263-.373 2.697-.295 3.98.613h-5.36a6 6 0 0 1 1.38-.613"/><path fillRule="evenodd" d="M21.46 12.823h5.36c1.327.935 2.121 2.496 2.176 4.106c.088 2.518-1.26 4.65-2.845 6.384c-1.229 1.343-2.714 2.562-3.98 3.602c-.364.298-.71.581-1.025.849l-.651.55l-.647-.556c-.348-.299-.734-.618-1.14-.955c-1.234-1.02-2.664-2.203-3.85-3.494c-1.585-1.728-2.936-3.853-2.854-6.378v-.002c.055-1.61.849-3.172 2.177-4.107h5.356q.516.311.963.7a7 7 0 0 1 .96-.7m-.19 2.762c.551-.666 1.33-1.218 2.137-1.457c.784-.232 1.56-.166 2.257.328l.003.002c.785.552 1.295 1.517 1.33 2.54c.06 1.733-.862 3.369-2.322 4.965c-1.122 1.227-2.45 2.318-3.701 3.345l-.47.386q-.301-.252-.611-.507c-1.209-1-2.477-2.05-3.56-3.23c-1.461-1.591-2.387-3.22-2.33-4.96c.035-1.023.544-1.987 1.33-2.54c.697-.49 1.476-.557 2.26-.325c.808.238 1.586.787 2.136 1.453l.77.932z" clipRule="evenodd"/><path d="M19.537 12.823H14.18c1.282-.903 2.716-.982 3.978-.61c.483.143.947.352 1.378.61"/><path fillRule="evenodd" d="M41.969 29.576c.342-1.874-2.254-4.21-2.254-4.21c-.879-1.82-.856-3.36-.83-5.107c.007-.495.015-1.007.002-1.547a11.83 11.83 0 0 0-2.211-6.573a14.4 14.4 0 0 0-5.779-4.21A22.7 22.7 0 0 0 21.695 6c-4.163 0-8.155 1.574-11.098 4.376S6 16.978 6 20.94c0 4.767 2.814 8.444 6.467 11.174v6.449c1.036 2.108 4.946 3.603 7.23 3.422c3.414 0 4.85-1.345 5.4-2.142c.232-.336.307-.574.307-.574v-1.423s.8.262 2 .499c3.61.712 10.841 1.194 10.841-6.378c0 0 3.382-.517 3.724-2.39m-4.056-3.341l.171.355l.29.26l.002.002h.001l.006.007l.057.053c.053.052.134.13.231.232c.199.207.453.493.692.815c.245.33.434.647.544.919c.059.145.08.24.088.294l-.051.048c-.145.123-.388.266-.723.403a6.5 6.5 0 0 1-1.274.366l-.01.002l-1.692.258v1.718c0 2.063-.634 3.083-1.302 3.652c-.744.633-1.86.985-3.248 1.075c-1.367.09-2.785-.09-3.898-.31a19 19 0 0 1-1.67-.408l-.085-.026l-.015-.005h-.003l-2.62-.86v3.686a2 2 0 0 1-.31.315c-.412.342-1.369.9-3.397.9h-.08l-.078.005c-.714.057-1.924-.162-3.117-.688c-.974-.43-1.621-.924-1.955-1.32v-6.87l-.803-.6C10.271 27.976 8 24.822 8 20.94c0-3.4 1.418-6.68 3.976-9.116C14.537 9.386 18.032 8 21.695 8h.002a20.7 20.7 0 0 1 8.392 1.758l.032.014l.032.013c1.945.78 3.64 2.011 4.933 3.57a9.8 9.8 0 0 1 1.802 5.406c.009.398.001.817-.007 1.256c-.034 1.801-.073 3.927 1.032 6.218" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M32.5 27a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m-9.66-14.79c1.263-.373 2.697-.295 3.98.613h-5.36a6 6 0 0 1 1.38-.613"/><path fill-rule="evenodd" d="M21.46 12.823h5.36c1.327.935 2.121 2.496 2.176 4.106c.088 2.518-1.26 4.65-2.845 6.384c-1.229 1.343-2.714 2.562-3.98 3.602c-.364.298-.71.581-1.025.849l-.651.55l-.647-.556c-.348-.299-.734-.618-1.14-.955c-1.234-1.02-2.664-2.203-3.85-3.494c-1.585-1.728-2.936-3.853-2.854-6.378v-.002c.055-1.61.849-3.172 2.177-4.107h5.356q.516.311.963.7a7 7 0 0 1 .96-.7m-.19 2.762c.551-.666 1.33-1.218 2.137-1.457c.784-.232 1.56-.166 2.257.328l.003.002c.785.552 1.295 1.517 1.33 2.54c.06 1.733-.862 3.369-2.322 4.965c-1.122 1.227-2.45 2.318-3.701 3.345l-.47.386q-.301-.252-.611-.507c-1.209-1-2.477-2.05-3.56-3.23c-1.461-1.591-2.387-3.22-2.33-4.96c.035-1.023.544-1.987 1.33-2.54c.697-.49 1.476-.557 2.26-.325c.808.238 1.586.787 2.136 1.453l.77.932z" clip-rule="evenodd"/><path d="M19.537 12.823H14.18c1.282-.903 2.716-.982 3.978-.61c.483.143.947.352 1.378.61"/><path fill-rule="evenodd" d="M41.969 29.576c.342-1.874-2.254-4.21-2.254-4.21c-.879-1.82-.856-3.36-.83-5.107c.007-.495.015-1.007.002-1.547a11.83 11.83 0 0 0-2.211-6.573a14.4 14.4 0 0 0-5.779-4.21A22.7 22.7 0 0 0 21.695 6c-4.163 0-8.155 1.574-11.098 4.376S6 16.978 6 20.94c0 4.767 2.814 8.444 6.467 11.174v6.449c1.036 2.108 4.946 3.603 7.23 3.422c3.414 0 4.85-1.345 5.4-2.142c.232-.336.307-.574.307-.574v-1.423s.8.262 2 .499c3.61.712 10.841 1.194 10.841-6.378c0 0 3.382-.517 3.724-2.39m-4.056-3.341l.171.355l.29.26l.002.002h.001l.006.007l.057.053c.053.052.134.13.231.232c.199.207.453.493.692.815c.245.33.434.647.544.919c.059.145.08.24.088.294l-.051.048c-.145.123-.388.266-.723.403a6.5 6.5 0 0 1-1.274.366l-.01.002l-1.692.258v1.718c0 2.063-.634 3.083-1.302 3.652c-.744.633-1.86.985-3.248 1.075c-1.367.09-2.785-.09-3.898-.31a19 19 0 0 1-1.67-.408l-.085-.026l-.015-.005h-.003l-2.62-.86v3.686a2 2 0 0 1-.31.315c-.412.342-1.369.9-3.397.9h-.08l-.078.005c-.714.057-1.924-.162-3.117-.688c-.974-.43-1.621-.924-1.955-1.32v-6.87l-.803-.6C10.271 27.976 8 24.822 8 20.94c0-3.4 1.418-6.68 3.976-9.116C14.537 9.386 18.032 8 21.695 8h.002a20.7 20.7 0 0 1 8.392 1.758l.032.014l.032.013c1.945.78 3.64 2.011 4.933 3.57a9.8 9.8 0 0 1 1.802 5.406c.009.398.001.817-.007 1.256c-.034 1.801-.073 3.927 1.032 6.218" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-mental-health-outline {
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%22currentColor%22%3E%3Cpath%20d%3D%22M32.5%2027a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203m-9.66-14.79c1.263-.373%202.697-.295%203.98.613h-5.36a6%206%200%200%201%201.38-.613%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M21.46%2012.823h5.36c1.327.935%202.121%202.496%202.176%204.106c.088%202.518-1.26%204.65-2.845%206.384c-1.229%201.343-2.714%202.562-3.98%203.602c-.364.298-.71.581-1.025.849l-.651.55l-.647-.556c-.348-.299-.734-.618-1.14-.955c-1.234-1.02-2.664-2.203-3.85-3.494c-1.585-1.728-2.936-3.853-2.854-6.378v-.002c.055-1.61.849-3.172%202.177-4.107h5.356q.516.311.963.7a7%207%200%200%201%20.96-.7m-.19%202.762c.551-.666%201.33-1.218%202.137-1.457c.784-.232%201.56-.166%202.257.328l.003.002c.785.552%201.295%201.517%201.33%202.54c.06%201.733-.862%203.369-2.322%204.965c-1.122%201.227-2.45%202.318-3.701%203.345l-.47.386q-.301-.252-.611-.507c-1.209-1-2.477-2.05-3.56-3.23c-1.461-1.591-2.387-3.22-2.33-4.96c.035-1.023.544-1.987%201.33-2.54c.697-.49%201.476-.557%202.26-.325c.808.238%201.586.787%202.136%201.453l.77.932z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M19.537%2012.823H14.18c1.282-.903%202.716-.982%203.978-.61c.483.143.947.352%201.378.61%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M41.969%2029.576c.342-1.874-2.254-4.21-2.254-4.21c-.879-1.82-.856-3.36-.83-5.107c.007-.495.015-1.007.002-1.547a11.83%2011.83%200%200%200-2.211-6.573a14.4%2014.4%200%200%200-5.779-4.21A22.7%2022.7%200%200%200%2021.695%206c-4.163%200-8.155%201.574-11.098%204.376S6%2016.978%206%2020.94c0%204.767%202.814%208.444%206.467%2011.174v6.449c1.036%202.108%204.946%203.603%207.23%203.422c3.414%200%204.85-1.345%205.4-2.142c.232-.336.307-.574.307-.574v-1.423s.8.262%202%20.499c3.61.712%2010.841%201.194%2010.841-6.378c0%200%203.382-.517%203.724-2.39m-4.056-3.341l.171.355l.29.26l.002.002h.001l.006.007l.057.053c.053.052.134.13.231.232c.199.207.453.493.692.815c.245.33.434.647.544.919c.059.145.08.24.088.294l-.051.048c-.145.123-.388.266-.723.403a6.5%206.5%200%200%201-1.274.366l-.01.002l-1.692.258v1.718c0%202.063-.634%203.083-1.302%203.652c-.744.633-1.86.985-3.248%201.075c-1.367.09-2.785-.09-3.898-.31a19%2019%200%200%201-1.67-.408l-.085-.026l-.015-.005h-.003l-2.62-.86v3.686a2%202%200%200%201-.31.315c-.412.342-1.369.9-3.397.9h-.08l-.078.005c-.714.057-1.924-.162-3.117-.688c-.974-.43-1.621-.924-1.955-1.32v-6.87l-.803-.6C10.271%2027.976%208%2024.822%208%2020.94c0-3.4%201.418-6.68%203.976-9.116C14.537%209.386%2018.032%208%2021.695%208h.002a20.7%2020.7%200%200%201%208.392%201.758l.032.014l.032.013c1.945.78%203.64%202.011%204.933%203.57a9.8%209.8%200%200%201%201.802%205.406c.009.398.001.817-.007%201.256c-.034%201.801-.073%203.927%201.032%206.218%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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M32.5%2027a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203m-9.66-14.79c1.263-.373%202.697-.295%203.98.613h-5.36a6%206%200%200%201%201.38-.613%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M21.46%2012.823h5.36c1.327.935%202.121%202.496%202.176%204.106c.088%202.518-1.26%204.65-2.845%206.384c-1.229%201.343-2.714%202.562-3.98%203.602c-.364.298-.71.581-1.025.849l-.651.55l-.647-.556c-.348-.299-.734-.618-1.14-.955c-1.234-1.02-2.664-2.203-3.85-3.494c-1.585-1.728-2.936-3.853-2.854-6.378v-.002c.055-1.61.849-3.172%202.177-4.107h5.356q.516.311.963.7a7%207%200%200%201%20.96-.7m-.19%202.762c.551-.666%201.33-1.218%202.137-1.457c.784-.232%201.56-.166%202.257.328l.003.002c.785.552%201.295%201.517%201.33%202.54c.06%201.733-.862%203.369-2.322%204.965c-1.122%201.227-2.45%202.318-3.701%203.345l-.47.386q-.301-.252-.611-.507c-1.209-1-2.477-2.05-3.56-3.23c-1.461-1.591-2.387-3.22-2.33-4.96c.035-1.023.544-1.987%201.33-2.54c.697-.49%201.476-.557%202.26-.325c.808.238%201.586.787%202.136%201.453l.77.932z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M19.537%2012.823H14.18c1.282-.903%202.716-.982%203.978-.61c.483.143.947.352%201.378.61%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M41.969%2029.576c.342-1.874-2.254-4.21-2.254-4.21c-.879-1.82-.856-3.36-.83-5.107c.007-.495.015-1.007.002-1.547a11.83%2011.83%200%200%200-2.211-6.573a14.4%2014.4%200%200%200-5.779-4.21A22.7%2022.7%200%200%200%2021.695%206c-4.163%200-8.155%201.574-11.098%204.376S6%2016.978%206%2020.94c0%204.767%202.814%208.444%206.467%2011.174v6.449c1.036%202.108%204.946%203.603%207.23%203.422c3.414%200%204.85-1.345%205.4-2.142c.232-.336.307-.574.307-.574v-1.423s.8.262%202%20.499c3.61.712%2010.841%201.194%2010.841-6.378c0%200%203.382-.517%203.724-2.39m-4.056-3.341l.171.355l.29.26l.002.002h.001l.006.007l.057.053c.053.052.134.13.231.232c.199.207.453.493.692.815c.245.33.434.647.544.919c.059.145.08.24.088.294l-.051.048c-.145.123-.388.266-.723.403a6.5%206.5%200%200%201-1.274.366l-.01.002l-1.692.258v1.718c0%202.063-.634%203.083-1.302%203.652c-.744.633-1.86.985-3.248%201.075c-1.367.09-2.785-.09-3.898-.31a19%2019%200%200%201-1.67-.408l-.085-.026l-.015-.005h-.003l-2.62-.86v3.686a2%202%200%200%201-.31.315c-.412.342-1.369.9-3.397.9h-.08l-.078.005c-.714.057-1.924-.162-3.117-.688c-.974-.43-1.621-.924-1.955-1.32v-6.87l-.803-.6C10.271%2027.976%208%2024.822%208%2020.94c0-3.4%201.418-6.68%203.976-9.116C14.537%209.386%2018.032%208%2021.695%208h.002a20.7%2020.7%200%200%201%208.392%201.758l.032.014l.032.013c1.945.78%203.64%202.011%204.933%203.57a9.8%209.8%200%200%201%201.802%205.406c.009.398.001.817-.007%201.256c-.034%201.801-.073%203.927%201.032%206.218%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/mental-health-outline.svg?color=%231a73e8&size=48