psychology icon

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

Name
psychology
Set
Health Icons
Style
Filled
Category
Specialties
Viewbox
48×48
License
MIT

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"><g fill="currentColor"><path fill-rule="evenodd" d="M9 6a3 3 0 0 0-3 3v30a3 3 0 0 0 3 3h5.389V30.762C11.345 28.487 9 25.422 9 21.45c0-3.302 1.378-6.469 3.83-8.803S18.61 9 22.08 9a18.9 18.9 0 0 1 7.669 1.607a12 12 0 0 1 4.815 3.509a9.85 9.85 0 0 1 1.843 5.478c.01.45.004.876-.002 1.288c-.022 1.457-.04 2.74.691 4.256c0 0 2.164 1.947 1.88 3.509c-.286 1.562-3.104 1.992-3.104 1.992c0 8.409-10.7 4.9-10.7 4.9V42H39a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3z" clip-rule="evenodd"/><path d="M26.27 22.455c.643 0 .439-.19.971-.543a3.27 3.27 0 0 0 1.828.53l2.066-.731a3.2 3.2 0 0 0 1.132-1.834c.15-.72.042-1.468-.306-2.119a3.26 3.26 0 0 0-1.609-1.459a3.1 3.1 0 0 0-1.128-1.765l-2.017-.687h-.227a3.24 3.24 0 0 0-1.893-1.277l-3.49-.237a3.26 3.26 0 0 0-1.925.829a3.28 3.28 0 0 0-2.507.418c-.52.33-.93.798-1.182 1.35l-1.644 1.132a3.07 3.07 0 0 0-.627 1.862c-.004.28.034.559.113.828a3.07 3.07 0 0 0 .216 4.044c.045.57.25 1.118.592 1.584a3.2 3.2 0 0 0 1.35 1.057c.622.38 1.15.89 1.542 1.495c.393.604.555 1.286.642 1.996h3.43v-3.314c-.001-.589.168-1.166.487-1.666s.498-.903 1.04-1.163a3.6 3.6 0 0 0 1.34-.873a3.26 3.26 0 0 0 1.805.543m6.064 2.795a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0"/><path fill-rule="evenodd" d="M21.5 32.333h-3.333v-2H21.5zm0 3.334h-3.333v-2H21.5zm0 3.333h-3.333v-2H21.5z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsPsychology(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 fillRule="evenodd" d="M9 6a3 3 0 0 0-3 3v30a3 3 0 0 0 3 3h5.389V30.762C11.345 28.487 9 25.422 9 21.45c0-3.302 1.378-6.469 3.83-8.803S18.61 9 22.08 9a18.9 18.9 0 0 1 7.669 1.607a12 12 0 0 1 4.815 3.509a9.85 9.85 0 0 1 1.843 5.478c.01.45.004.876-.002 1.288c-.022 1.457-.04 2.74.691 4.256c0 0 2.164 1.947 1.88 3.509c-.286 1.562-3.104 1.992-3.104 1.992c0 8.409-10.7 4.9-10.7 4.9V42H39a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3z" clipRule="evenodd"/><path d="M26.27 22.455c.643 0 .439-.19.971-.543a3.27 3.27 0 0 0 1.828.53l2.066-.731a3.2 3.2 0 0 0 1.132-1.834c.15-.72.042-1.468-.306-2.119a3.26 3.26 0 0 0-1.609-1.459a3.1 3.1 0 0 0-1.128-1.765l-2.017-.687h-.227a3.24 3.24 0 0 0-1.893-1.277l-3.49-.237a3.26 3.26 0 0 0-1.925.829a3.28 3.28 0 0 0-2.507.418c-.52.33-.93.798-1.182 1.35l-1.644 1.132a3.07 3.07 0 0 0-.627 1.862c-.004.28.034.559.113.828a3.07 3.07 0 0 0 .216 4.044c.045.57.25 1.118.592 1.584a3.2 3.2 0 0 0 1.35 1.057c.622.38 1.15.89 1.542 1.495c.393.604.555 1.286.642 1.996h3.43v-3.314c-.001-.589.168-1.166.487-1.666s.498-.903 1.04-1.163a3.6 3.6 0 0 0 1.34-.873a3.26 3.26 0 0 0 1.805.543m6.064 2.795a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0"/><path fillRule="evenodd" d="M21.5 32.333h-3.333v-2H21.5zm0 3.334h-3.333v-2H21.5zm0 3.333h-3.333v-2H21.5z" 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 fill-rule="evenodd" d="M9 6a3 3 0 0 0-3 3v30a3 3 0 0 0 3 3h5.389V30.762C11.345 28.487 9 25.422 9 21.45c0-3.302 1.378-6.469 3.83-8.803S18.61 9 22.08 9a18.9 18.9 0 0 1 7.669 1.607a12 12 0 0 1 4.815 3.509a9.85 9.85 0 0 1 1.843 5.478c.01.45.004.876-.002 1.288c-.022 1.457-.04 2.74.691 4.256c0 0 2.164 1.947 1.88 3.509c-.286 1.562-3.104 1.992-3.104 1.992c0 8.409-10.7 4.9-10.7 4.9V42H39a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3z" clip-rule="evenodd"/><path d="M26.27 22.455c.643 0 .439-.19.971-.543a3.27 3.27 0 0 0 1.828.53l2.066-.731a3.2 3.2 0 0 0 1.132-1.834c.15-.72.042-1.468-.306-2.119a3.26 3.26 0 0 0-1.609-1.459a3.1 3.1 0 0 0-1.128-1.765l-2.017-.687h-.227a3.24 3.24 0 0 0-1.893-1.277l-3.49-.237a3.26 3.26 0 0 0-1.925.829a3.28 3.28 0 0 0-2.507.418c-.52.33-.93.798-1.182 1.35l-1.644 1.132a3.07 3.07 0 0 0-.627 1.862c-.004.28.034.559.113.828a3.07 3.07 0 0 0 .216 4.044c.045.57.25 1.118.592 1.584a3.2 3.2 0 0 0 1.35 1.057c.622.38 1.15.89 1.542 1.495c.393.604.555 1.286.642 1.996h3.43v-3.314c-.001-.589.168-1.166.487-1.666s.498-.903 1.04-1.163a3.6 3.6 0 0 0 1.34-.873a3.26 3.26 0 0 0 1.805.543m6.064 2.795a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0"/><path fill-rule="evenodd" d="M21.5 32.333h-3.333v-2H21.5zm0 3.334h-3.333v-2H21.5zm0 3.333h-3.333v-2H21.5z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-psychology {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M9%206a3%203%200%200%200-3%203v30a3%203%200%200%200%203%203h5.389V30.762C11.345%2028.487%209%2025.422%209%2021.45c0-3.302%201.378-6.469%203.83-8.803S18.61%209%2022.08%209a18.9%2018.9%200%200%201%207.669%201.607a12%2012%200%200%201%204.815%203.509a9.85%209.85%200%200%201%201.843%205.478c.01.45.004.876-.002%201.288c-.022%201.457-.04%202.74.691%204.256c0%200%202.164%201.947%201.88%203.509c-.286%201.562-3.104%201.992-3.104%201.992c0%208.409-10.7%204.9-10.7%204.9V42H39a3%203%200%200%200%203-3V9a3%203%200%200%200-3-3z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M26.27%2022.455c.643%200%20.439-.19.971-.543a3.27%203.27%200%200%200%201.828.53l2.066-.731a3.2%203.2%200%200%200%201.132-1.834c.15-.72.042-1.468-.306-2.119a3.26%203.26%200%200%200-1.609-1.459a3.1%203.1%200%200%200-1.128-1.765l-2.017-.687h-.227a3.24%203.24%200%200%200-1.893-1.277l-3.49-.237a3.26%203.26%200%200%200-1.925.829a3.28%203.28%200%200%200-2.507.418c-.52.33-.93.798-1.182%201.35l-1.644%201.132a3.07%203.07%200%200%200-.627%201.862c-.004.28.034.559.113.828a3.07%203.07%200%200%200%20.216%204.044c.045.57.25%201.118.592%201.584a3.2%203.2%200%200%200%201.35%201.057c.622.38%201.15.89%201.542%201.495c.393.604.555%201.286.642%201.996h3.43v-3.314c-.001-.589.168-1.166.487-1.666s.498-.903%201.04-1.163a3.6%203.6%200%200%200%201.34-.873a3.26%203.26%200%200%200%201.805.543m6.064%202.795a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M21.5%2032.333h-3.333v-2H21.5zm0%203.334h-3.333v-2H21.5zm0%203.333h-3.333v-2H21.5z%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%20fill-rule%3D%22evenodd%22%20d%3D%22M9%206a3%203%200%200%200-3%203v30a3%203%200%200%200%203%203h5.389V30.762C11.345%2028.487%209%2025.422%209%2021.45c0-3.302%201.378-6.469%203.83-8.803S18.61%209%2022.08%209a18.9%2018.9%200%200%201%207.669%201.607a12%2012%200%200%201%204.815%203.509a9.85%209.85%200%200%201%201.843%205.478c.01.45.004.876-.002%201.288c-.022%201.457-.04%202.74.691%204.256c0%200%202.164%201.947%201.88%203.509c-.286%201.562-3.104%201.992-3.104%201.992c0%208.409-10.7%204.9-10.7%204.9V42H39a3%203%200%200%200%203-3V9a3%203%200%200%200-3-3z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M26.27%2022.455c.643%200%20.439-.19.971-.543a3.27%203.27%200%200%200%201.828.53l2.066-.731a3.2%203.2%200%200%200%201.132-1.834c.15-.72.042-1.468-.306-2.119a3.26%203.26%200%200%200-1.609-1.459a3.1%203.1%200%200%200-1.128-1.765l-2.017-.687h-.227a3.24%203.24%200%200%200-1.893-1.277l-3.49-.237a3.26%203.26%200%200%200-1.925.829a3.28%203.28%200%200%200-2.507.418c-.52.33-.93.798-1.182%201.35l-1.644%201.132a3.07%203.07%200%200%200-.627%201.862c-.004.28.034.559.113.828a3.07%203.07%200%200%200%20.216%204.044c.045.57.25%201.118.592%201.584a3.2%203.2%200%200%200%201.35%201.057c.622.38%201.15.89%201.542%201.495c.393.604.555%201.286.642%201.996h3.43v-3.314c-.001-.589.168-1.166.487-1.666s.498-.903%201.04-1.163a3.6%203.6%200%200%200%201.34-.873a3.26%203.26%200%200%200%201.805.543m6.064%202.795a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M21.5%2032.333h-3.333v-2H21.5zm0%203.334h-3.333v-2H21.5zm0%203.333h-3.333v-2H21.5z%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/psychology.svg?color=%231a73e8&size=48