psychology icon

psychology-outline from Health Icons by Resolve to Save Lives · Outline · Specialties · MIT Free for personal and commercial use.

Name
psychology-outline
Set
Health Icons
Style
Outline
Category
Specialties
Viewbox
48×48
License
MIT
Aliases
psychology2x-outline

1 other variant in Health Icons

The same icon in other sets

More specialties icons from Health Icons

Use the psychology 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="M6 9a3 3 0 0 1 3-3h30a3 3 0 0 1 3 3v30a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3zm3-1h30a1 1 0 0 1 1 1v30a1 1 0 0 1-1 1H25.014v-6s.833.273 2 .46c.293.046.607.088.934.118c2.717.25 6.34-.27 6.34-4.824c0 0 2.442-.373 2.69-1.727c.247-1.353-1.629-3.04-1.629-3.04c-.634-1.315-.617-2.427-.599-3.69c.005-.357.01-.726.002-1.116a8.54 8.54 0 0 0-1.597-4.747a10.4 10.4 0 0 0-4.174-3.041A16.4 16.4 0 0 0 22.335 11c-3.006 0-5.89 1.137-8.015 3.16S11 18.928 11 21.79c0 3.443 2.033 6.099 4.67 8.07V40H9a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1m17.491 14.47c-.112.125-.171.19-.524.19a2.83 2.83 0 0 1-1.565-.47c-.324.334-.72.593-1.161.757c-.399.191-.57.472-.783.817l-.119.191a2.7 2.7 0 0 0-.422 1.444v2.872h-2.973a6 6 0 0 0-.093-.568l-.005-.022a3.4 3.4 0 0 0-.457-1.14a4.2 4.2 0 0 0-1.337-1.296a2.8 2.8 0 0 1-1.17-.916a2.7 2.7 0 0 1-.513-1.372a2.66 2.66 0 0 1-.187-3.505a2.4 2.4 0 0 1-.098-.718c-.002-.58.19-1.146.544-1.614l1.424-.981a2.73 2.73 0 0 1 1.024-1.17a2.84 2.84 0 0 1 2.174-.362a2.82 2.82 0 0 1 1.667-.718l3.025.205c.668.16 1.252.554 1.64 1.107h.197l1.748.595a2.7 2.7 0 0 1 .978 1.53c.6.254 1.092.7 1.394 1.264a2.7 2.7 0 0 1 .266 1.837a2.76 2.76 0 0 1-.981 1.59l-1.79.633l-.133-.001h-.014a2.84 2.84 0 0 1-1.438-.458c-.17.112-.253.205-.318.278m3.648 3.697a1.083 1.083 0 0 0 .308-2.122l-.012-.004a1.08 1.08 0 0 0-1.19.429l-.005.008a1.083 1.083 0 0 0 .898 1.69m-8.306 5.514h-2.888v-2h2.888zm-2.888 6.606h2.888v-2h-2.888zm2.888-3.328h-2.888v-2h2.888z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsPsychologyOutline(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="M6 9a3 3 0 0 1 3-3h30a3 3 0 0 1 3 3v30a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3zm3-1h30a1 1 0 0 1 1 1v30a1 1 0 0 1-1 1H25.014v-6s.833.273 2 .46c.293.046.607.088.934.118c2.717.25 6.34-.27 6.34-4.824c0 0 2.442-.373 2.69-1.727c.247-1.353-1.629-3.04-1.629-3.04c-.634-1.315-.617-2.427-.599-3.69c.005-.357.01-.726.002-1.116a8.54 8.54 0 0 0-1.597-4.747a10.4 10.4 0 0 0-4.174-3.041A16.4 16.4 0 0 0 22.335 11c-3.006 0-5.89 1.137-8.015 3.16S11 18.928 11 21.79c0 3.443 2.033 6.099 4.67 8.07V40H9a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1m17.491 14.47c-.112.125-.171.19-.524.19a2.83 2.83 0 0 1-1.565-.47c-.324.334-.72.593-1.161.757c-.399.191-.57.472-.783.817l-.119.191a2.7 2.7 0 0 0-.422 1.444v2.872h-2.973a6 6 0 0 0-.093-.568l-.005-.022a3.4 3.4 0 0 0-.457-1.14a4.2 4.2 0 0 0-1.337-1.296a2.8 2.8 0 0 1-1.17-.916a2.7 2.7 0 0 1-.513-1.372a2.66 2.66 0 0 1-.187-3.505a2.4 2.4 0 0 1-.098-.718c-.002-.58.19-1.146.544-1.614l1.424-.981a2.73 2.73 0 0 1 1.024-1.17a2.84 2.84 0 0 1 2.174-.362a2.82 2.82 0 0 1 1.667-.718l3.025.205c.668.16 1.252.554 1.64 1.107h.197l1.748.595a2.7 2.7 0 0 1 .978 1.53c.6.254 1.092.7 1.394 1.264a2.7 2.7 0 0 1 .266 1.837a2.76 2.76 0 0 1-.981 1.59l-1.79.633l-.133-.001h-.014a2.84 2.84 0 0 1-1.438-.458c-.17.112-.253.205-.318.278m3.648 3.697a1.083 1.083 0 0 0 .308-2.122l-.012-.004a1.08 1.08 0 0 0-1.19.429l-.005.008a1.083 1.083 0 0 0 .898 1.69m-8.306 5.514h-2.888v-2h2.888zm-2.888 6.606h2.888v-2h-2.888zm2.888-3.328h-2.888v-2h2.888z" 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="M6 9a3 3 0 0 1 3-3h30a3 3 0 0 1 3 3v30a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3zm3-1h30a1 1 0 0 1 1 1v30a1 1 0 0 1-1 1H25.014v-6s.833.273 2 .46c.293.046.607.088.934.118c2.717.25 6.34-.27 6.34-4.824c0 0 2.442-.373 2.69-1.727c.247-1.353-1.629-3.04-1.629-3.04c-.634-1.315-.617-2.427-.599-3.69c.005-.357.01-.726.002-1.116a8.54 8.54 0 0 0-1.597-4.747a10.4 10.4 0 0 0-4.174-3.041A16.4 16.4 0 0 0 22.335 11c-3.006 0-5.89 1.137-8.015 3.16S11 18.928 11 21.79c0 3.443 2.033 6.099 4.67 8.07V40H9a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1m17.491 14.47c-.112.125-.171.19-.524.19a2.83 2.83 0 0 1-1.565-.47c-.324.334-.72.593-1.161.757c-.399.191-.57.472-.783.817l-.119.191a2.7 2.7 0 0 0-.422 1.444v2.872h-2.973a6 6 0 0 0-.093-.568l-.005-.022a3.4 3.4 0 0 0-.457-1.14a4.2 4.2 0 0 0-1.337-1.296a2.8 2.8 0 0 1-1.17-.916a2.7 2.7 0 0 1-.513-1.372a2.66 2.66 0 0 1-.187-3.505a2.4 2.4 0 0 1-.098-.718c-.002-.58.19-1.146.544-1.614l1.424-.981a2.73 2.73 0 0 1 1.024-1.17a2.84 2.84 0 0 1 2.174-.362a2.82 2.82 0 0 1 1.667-.718l3.025.205c.668.16 1.252.554 1.64 1.107h.197l1.748.595a2.7 2.7 0 0 1 .978 1.53c.6.254 1.092.7 1.394 1.264a2.7 2.7 0 0 1 .266 1.837a2.76 2.76 0 0 1-.981 1.59l-1.79.633l-.133-.001h-.014a2.84 2.84 0 0 1-1.438-.458c-.17.112-.253.205-.318.278m3.648 3.697a1.083 1.083 0 0 0 .308-2.122l-.012-.004a1.08 1.08 0 0 0-1.19.429l-.005.008a1.083 1.083 0 0 0 .898 1.69m-8.306 5.514h-2.888v-2h2.888zm-2.888 6.606h2.888v-2h-2.888zm2.888-3.328h-2.888v-2h2.888z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-psychology-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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6%209a3%203%200%200%201%203-3h30a3%203%200%200%201%203%203v30a3%203%200%200%201-3%203H9a3%203%200%200%201-3-3zm3-1h30a1%201%200%200%201%201%201v30a1%201%200%200%201-1%201H25.014v-6s.833.273%202%20.46c.293.046.607.088.934.118c2.717.25%206.34-.27%206.34-4.824c0%200%202.442-.373%202.69-1.727c.247-1.353-1.629-3.04-1.629-3.04c-.634-1.315-.617-2.427-.599-3.69c.005-.357.01-.726.002-1.116a8.54%208.54%200%200%200-1.597-4.747a10.4%2010.4%200%200%200-4.174-3.041A16.4%2016.4%200%200%200%2022.335%2011c-3.006%200-5.89%201.137-8.015%203.16S11%2018.928%2011%2021.79c0%203.443%202.033%206.099%204.67%208.07V40H9a1%201%200%200%201-1-1V9a1%201%200%200%201%201-1m17.491%2014.47c-.112.125-.171.19-.524.19a2.83%202.83%200%200%201-1.565-.47c-.324.334-.72.593-1.161.757c-.399.191-.57.472-.783.817l-.119.191a2.7%202.7%200%200%200-.422%201.444v2.872h-2.973a6%206%200%200%200-.093-.568l-.005-.022a3.4%203.4%200%200%200-.457-1.14a4.2%204.2%200%200%200-1.337-1.296a2.8%202.8%200%200%201-1.17-.916a2.7%202.7%200%200%201-.513-1.372a2.66%202.66%200%200%201-.187-3.505a2.4%202.4%200%200%201-.098-.718c-.002-.58.19-1.146.544-1.614l1.424-.981a2.73%202.73%200%200%201%201.024-1.17a2.84%202.84%200%200%201%202.174-.362a2.82%202.82%200%200%201%201.667-.718l3.025.205c.668.16%201.252.554%201.64%201.107h.197l1.748.595a2.7%202.7%200%200%201%20.978%201.53c.6.254%201.092.7%201.394%201.264a2.7%202.7%200%200%201%20.266%201.837a2.76%202.76%200%200%201-.981%201.59l-1.79.633l-.133-.001h-.014a2.84%202.84%200%200%201-1.438-.458c-.17.112-.253.205-.318.278m3.648%203.697a1.083%201.083%200%200%200%20.308-2.122l-.012-.004a1.08%201.08%200%200%200-1.19.429l-.005.008a1.083%201.083%200%200%200%20.898%201.69m-8.306%205.514h-2.888v-2h2.888zm-2.888%206.606h2.888v-2h-2.888zm2.888-3.328h-2.888v-2h2.888z%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%22M6%209a3%203%200%200%201%203-3h30a3%203%200%200%201%203%203v30a3%203%200%200%201-3%203H9a3%203%200%200%201-3-3zm3-1h30a1%201%200%200%201%201%201v30a1%201%200%200%201-1%201H25.014v-6s.833.273%202%20.46c.293.046.607.088.934.118c2.717.25%206.34-.27%206.34-4.824c0%200%202.442-.373%202.69-1.727c.247-1.353-1.629-3.04-1.629-3.04c-.634-1.315-.617-2.427-.599-3.69c.005-.357.01-.726.002-1.116a8.54%208.54%200%200%200-1.597-4.747a10.4%2010.4%200%200%200-4.174-3.041A16.4%2016.4%200%200%200%2022.335%2011c-3.006%200-5.89%201.137-8.015%203.16S11%2018.928%2011%2021.79c0%203.443%202.033%206.099%204.67%208.07V40H9a1%201%200%200%201-1-1V9a1%201%200%200%201%201-1m17.491%2014.47c-.112.125-.171.19-.524.19a2.83%202.83%200%200%201-1.565-.47c-.324.334-.72.593-1.161.757c-.399.191-.57.472-.783.817l-.119.191a2.7%202.7%200%200%200-.422%201.444v2.872h-2.973a6%206%200%200%200-.093-.568l-.005-.022a3.4%203.4%200%200%200-.457-1.14a4.2%204.2%200%200%200-1.337-1.296a2.8%202.8%200%200%201-1.17-.916a2.7%202.7%200%200%201-.513-1.372a2.66%202.66%200%200%201-.187-3.505a2.4%202.4%200%200%201-.098-.718c-.002-.58.19-1.146.544-1.614l1.424-.981a2.73%202.73%200%200%201%201.024-1.17a2.84%202.84%200%200%201%202.174-.362a2.82%202.82%200%200%201%201.667-.718l3.025.205c.668.16%201.252.554%201.64%201.107h.197l1.748.595a2.7%202.7%200%200%201%20.978%201.53c.6.254%201.092.7%201.394%201.264a2.7%202.7%200%200%201%20.266%201.837a2.76%202.76%200%200%201-.981%201.59l-1.79.633l-.133-.001h-.014a2.84%202.84%200%200%201-1.438-.458c-.17.112-.253.205-.318.278m3.648%203.697a1.083%201.083%200%200%200%20.308-2.122l-.012-.004a1.08%201.08%200%200%200-1.19.429l-.005.008a1.083%201.083%200%200%200%20.898%201.69m-8.306%205.514h-2.888v-2h2.888zm-2.888%206.606h2.888v-2h-2.888zm2.888-3.328h-2.888v-2h2.888z%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/psychology-outline.svg?color=%231a73e8&size=48