mental health icon

mental-health-24px from Health Icons by Resolve to Save Lives · Filled 24px · Symbols · MIT Free for personal and commercial use.

Name
mental-health-24px
Set
Health Icons
Style
Filled 24px
Category
Symbols
Viewbox
24×24
License
MIT

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 24 24"><path fill="currentColor" fill-rule="evenodd" d="M18.407 6.094a7.4 7.4 0 0 0-2.953-2.158A11.1 11.1 0 0 0 10.974 3c-2.099 0-4.122.794-5.62 2.22C3.853 6.65 3 8.597 3 10.64c0 2.363 1.296 4.16 2.874 5.453v2.612l.103.208c.385.785 1.197 1.31 1.892 1.616c.705.311 1.543.51 2.256.464c1.256-.007 2.114-.367 2.677-.833c.277-.229.462-.467.582-.663a2 2 0 0 0 .184-.382l.006-.015l.002-.007v-.003l.001-.002v-.001l.047-.147v-.031a7.7 7.7 0 0 0 1.643.272c.782.035 1.738-.08 2.512-.691c.634-.5 1.02-1.228 1.16-2.15q.145-.037.3-.085c.284-.09.634-.23.945-.445c.305-.214.682-.582.786-1.152c.083-.457-.02-.881-.139-1.195a4.2 4.2 0 0 0-.454-.849a6 6 0 0 0-.536-.68c-.228-.522-.225-.886-.22-1.532c0-.22.002-.473-.005-.775v-.002a6.26 6.26 0 0 0-1.168-3.477l-.02-.028zm-5.677.55c-.616-.436-1.304-.47-1.893-.295c-.153.045-.3.164-.441.294l-.118.112c-.097.092-.19.181-.278.245a3 3 0 0 1-.279-.245l-.118-.112c-.14-.13-.288-.248-.44-.293c-.589-.174-1.277-.14-1.892.293a2.46 2.46 0 0 0-1.02 1.917v.001c-.037 1.147.578 2.084 1.235 2.8c.492.536 1.093 1.032 1.589 1.443q.239.196.436.365l.485.416l.488-.412q.18-.152.394-.326c.508-.417 1.13-.928 1.64-1.485c.657-.718 1.27-1.658 1.23-2.802a2.46 2.46 0 0 0-1.018-1.917M18 12.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsMentalHealth24px(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M18.407 6.094a7.4 7.4 0 0 0-2.953-2.158A11.1 11.1 0 0 0 10.974 3c-2.099 0-4.122.794-5.62 2.22C3.853 6.65 3 8.597 3 10.64c0 2.363 1.296 4.16 2.874 5.453v2.612l.103.208c.385.785 1.197 1.31 1.892 1.616c.705.311 1.543.51 2.256.464c1.256-.007 2.114-.367 2.677-.833c.277-.229.462-.467.582-.663a2 2 0 0 0 .184-.382l.006-.015l.002-.007v-.003l.001-.002v-.001l.047-.147v-.031a7.7 7.7 0 0 0 1.643.272c.782.035 1.738-.08 2.512-.691c.634-.5 1.02-1.228 1.16-2.15q.145-.037.3-.085c.284-.09.634-.23.945-.445c.305-.214.682-.582.786-1.152c.083-.457-.02-.881-.139-1.195a4.2 4.2 0 0 0-.454-.849a6 6 0 0 0-.536-.68c-.228-.522-.225-.886-.22-1.532c0-.22.002-.473-.005-.775v-.002a6.26 6.26 0 0 0-1.168-3.477l-.02-.028zm-5.677.55c-.616-.436-1.304-.47-1.893-.295c-.153.045-.3.164-.441.294l-.118.112c-.097.092-.19.181-.278.245a3 3 0 0 1-.279-.245l-.118-.112c-.14-.13-.288-.248-.44-.293c-.589-.174-1.277-.14-1.892.293a2.46 2.46 0 0 0-1.02 1.917v.001c-.037 1.147.578 2.084 1.235 2.8c.492.536 1.093 1.032 1.589 1.443q.239.196.436.365l.485.416l.488-.412q.18-.152.394-.326c.508-.417 1.13-.928 1.64-1.485c.657-.718 1.27-1.658 1.23-2.802a2.46 2.46 0 0 0-1.018-1.917M18 12.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M18.407 6.094a7.4 7.4 0 0 0-2.953-2.158A11.1 11.1 0 0 0 10.974 3c-2.099 0-4.122.794-5.62 2.22C3.853 6.65 3 8.597 3 10.64c0 2.363 1.296 4.16 2.874 5.453v2.612l.103.208c.385.785 1.197 1.31 1.892 1.616c.705.311 1.543.51 2.256.464c1.256-.007 2.114-.367 2.677-.833c.277-.229.462-.467.582-.663a2 2 0 0 0 .184-.382l.006-.015l.002-.007v-.003l.001-.002v-.001l.047-.147v-.031a7.7 7.7 0 0 0 1.643.272c.782.035 1.738-.08 2.512-.691c.634-.5 1.02-1.228 1.16-2.15q.145-.037.3-.085c.284-.09.634-.23.945-.445c.305-.214.682-.582.786-1.152c.083-.457-.02-.881-.139-1.195a4.2 4.2 0 0 0-.454-.849a6 6 0 0 0-.536-.68c-.228-.522-.225-.886-.22-1.532c0-.22.002-.473-.005-.775v-.002a6.26 6.26 0 0 0-1.168-3.477l-.02-.028zm-5.677.55c-.616-.436-1.304-.47-1.893-.295c-.153.045-.3.164-.441.294l-.118.112c-.097.092-.19.181-.278.245a3 3 0 0 1-.279-.245l-.118-.112c-.14-.13-.288-.248-.44-.293c-.589-.174-1.277-.14-1.892.293a2.46 2.46 0 0 0-1.02 1.917v.001c-.037 1.147.578 2.084 1.235 2.8c.492.536 1.093 1.032 1.589 1.443q.239.196.436.365l.485.416l.488-.412q.18-.152.394-.326c.508-.417 1.13-.928 1.64-1.485c.657-.718 1.27-1.658 1.23-2.802a2.46 2.46 0 0 0-1.018-1.917M18 12.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-mental-health-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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M18.407%206.094a7.4%207.4%200%200%200-2.953-2.158A11.1%2011.1%200%200%200%2010.974%203c-2.099%200-4.122.794-5.62%202.22C3.853%206.65%203%208.597%203%2010.64c0%202.363%201.296%204.16%202.874%205.453v2.612l.103.208c.385.785%201.197%201.31%201.892%201.616c.705.311%201.543.51%202.256.464c1.256-.007%202.114-.367%202.677-.833c.277-.229.462-.467.582-.663a2%202%200%200%200%20.184-.382l.006-.015l.002-.007v-.003l.001-.002v-.001l.047-.147v-.031a7.7%207.7%200%200%200%201.643.272c.782.035%201.738-.08%202.512-.691c.634-.5%201.02-1.228%201.16-2.15q.145-.037.3-.085c.284-.09.634-.23.945-.445c.305-.214.682-.582.786-1.152c.083-.457-.02-.881-.139-1.195a4.2%204.2%200%200%200-.454-.849a6%206%200%200%200-.536-.68c-.228-.522-.225-.886-.22-1.532c0-.22.002-.473-.005-.775v-.002a6.26%206.26%200%200%200-1.168-3.477l-.02-.028zm-5.677.55c-.616-.436-1.304-.47-1.893-.295c-.153.045-.3.164-.441.294l-.118.112c-.097.092-.19.181-.278.245a3%203%200%200%201-.279-.245l-.118-.112c-.14-.13-.288-.248-.44-.293c-.589-.174-1.277-.14-1.892.293a2.46%202.46%200%200%200-1.02%201.917v.001c-.037%201.147.578%202.084%201.235%202.8c.492.536%201.093%201.032%201.589%201.443q.239.196.436.365l.485.416l.488-.412q.18-.152.394-.326c.508-.417%201.13-.928%201.64-1.485c.657-.718%201.27-1.658%201.23-2.802a2.46%202.46%200%200%200-1.018-1.917M18%2012.75a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M18.407%206.094a7.4%207.4%200%200%200-2.953-2.158A11.1%2011.1%200%200%200%2010.974%203c-2.099%200-4.122.794-5.62%202.22C3.853%206.65%203%208.597%203%2010.64c0%202.363%201.296%204.16%202.874%205.453v2.612l.103.208c.385.785%201.197%201.31%201.892%201.616c.705.311%201.543.51%202.256.464c1.256-.007%202.114-.367%202.677-.833c.277-.229.462-.467.582-.663a2%202%200%200%200%20.184-.382l.006-.015l.002-.007v-.003l.001-.002v-.001l.047-.147v-.031a7.7%207.7%200%200%200%201.643.272c.782.035%201.738-.08%202.512-.691c.634-.5%201.02-1.228%201.16-2.15q.145-.037.3-.085c.284-.09.634-.23.945-.445c.305-.214.682-.582.786-1.152c.083-.457-.02-.881-.139-1.195a4.2%204.2%200%200%200-.454-.849a6%206%200%200%200-.536-.68c-.228-.522-.225-.886-.22-1.532c0-.22.002-.473-.005-.775v-.002a6.26%206.26%200%200%200-1.168-3.477l-.02-.028zm-5.677.55c-.616-.436-1.304-.47-1.893-.295c-.153.045-.3.164-.441.294l-.118.112c-.097.092-.19.181-.278.245a3%203%200%200%201-.279-.245l-.118-.112c-.14-.13-.288-.248-.44-.293c-.589-.174-1.277-.14-1.892.293a2.46%202.46%200%200%200-1.02%201.917v.001c-.037%201.147.578%202.084%201.235%202.8c.492.536%201.093%201.032%201.589%201.443q.239.196.436.365l.485.416l.488-.412q.18-.152.394-.326c.508-.417%201.13-.928%201.64-1.485c.657-.718%201.27-1.658%201.23-2.802a2.46%202.46%200%200%200-1.018-1.917M18%2012.75a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200%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-health-24px.svg?color=%231a73e8&size=48