outline psychology icon
outline-psychology from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- outline-psychology
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
More social icons from Google Material Icons
baseline-18-up-ratingbaseline-6-ft-apartbaseline-add-moderatorbaseline-add-reactionbaseline-adobebaseline-applebaseline-architecturebaseline-assist-walkerbaseline-back-handbaseline-blindbaseline-boybaseline-cakebaseline-catching-pokemonbaseline-clean-handsbaseline-co2baseline-compostbaseline-connect-without-contactbaseline-constructionbaseline-cookiebaseline-coronavirusbaseline-cruelty-freebaseline-cyclonebaseline-deckbaseline-discord
Use the outline psychology icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.82 7.22l-1 .4c-.21-.16-.43-.29-.67-.39L14 6.17c-.02-.1-.1-.17-.2-.17h-1.6c-.1 0-.18.07-.19.17l-.15 1.06c-.24.1-.47.23-.67.39l-1-.4c-.09-.03-.2 0-.24.09l-.8 1.38a.2.2 0 0 0 .05.26l.85.66c-.03.12-.05.26-.05.39s.01.26.03.39l-.84.66a.19.19 0 0 0-.05.25l.8 1.39c.05.09.15.12.25.09l.99-.4c.21.16.43.29.68.39l.14 1.06c.02.1.1.17.2.17h1.6c.1 0 .18-.07.2-.17l.15-1.06c.24-.1.47-.23.67-.39l.99.4c.09.04.2 0 .24-.09l.8-1.39c.05-.09.03-.19-.05-.25l-.83-.66a2.6 2.6 0 0 0 0-.78l.85-.66a.2.2 0 0 0 .05-.26l-.8-1.38c-.05-.09-.16-.12-.25-.09M13 11.43a1.43 1.43 0 1 1 0-2.86a1.43 1.43 0 0 1 0 2.86"/><path fill="currentColor" d="M19.94 9.06c-.43-3.27-3.23-5.86-6.53-6.05C13.27 3 13.14 3 13 3C9.47 3 6.57 5.61 6.08 9l-1.93 3.48c-.41.66.07 1.52.85 1.52h1v2c0 1.1.9 2 2 2h1v3h7v-4.68a7.02 7.02 0 0 0 3.94-7.26m-5.05 5.57l-.89.42V19h-3v-3H8v-4H6.7l1.33-2.33C8.21 7.06 10.35 5 13 5c2.76 0 5 2.24 5 5c0 2.09-1.29 3.88-3.11 4.63"/></svg>
React
import type { SVGProps } from "react";
export function IcOutlinePsychology(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" d="m15.82 7.22l-1 .4c-.21-.16-.43-.29-.67-.39L14 6.17c-.02-.1-.1-.17-.2-.17h-1.6c-.1 0-.18.07-.19.17l-.15 1.06c-.24.1-.47.23-.67.39l-1-.4c-.09-.03-.2 0-.24.09l-.8 1.38a.2.2 0 0 0 .05.26l.85.66c-.03.12-.05.26-.05.39s.01.26.03.39l-.84.66a.19.19 0 0 0-.05.25l.8 1.39c.05.09.15.12.25.09l.99-.4c.21.16.43.29.68.39l.14 1.06c.02.1.1.17.2.17h1.6c.1 0 .18-.07.2-.17l.15-1.06c.24-.1.47-.23.67-.39l.99.4c.09.04.2 0 .24-.09l.8-1.39c.05-.09.03-.19-.05-.25l-.83-.66a2.6 2.6 0 0 0 0-.78l.85-.66a.2.2 0 0 0 .05-.26l-.8-1.38c-.05-.09-.16-.12-.25-.09M13 11.43a1.43 1.43 0 1 1 0-2.86a1.43 1.43 0 0 1 0 2.86"/><path fill="currentColor" d="M19.94 9.06c-.43-3.27-3.23-5.86-6.53-6.05C13.27 3 13.14 3 13 3C9.47 3 6.57 5.61 6.08 9l-1.93 3.48c-.41.66.07 1.52.85 1.52h1v2c0 1.1.9 2 2 2h1v3h7v-4.68a7.02 7.02 0 0 0 3.94-7.26m-5.05 5.57l-.89.42V19h-3v-3H8v-4H6.7l1.33-2.33C8.21 7.06 10.35 5 13 5c2.76 0 5 2.24 5 5c0 2.09-1.29 3.88-3.11 4.63"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.82 7.22l-1 .4c-.21-.16-.43-.29-.67-.39L14 6.17c-.02-.1-.1-.17-.2-.17h-1.6c-.1 0-.18.07-.19.17l-.15 1.06c-.24.1-.47.23-.67.39l-1-.4c-.09-.03-.2 0-.24.09l-.8 1.38a.2.2 0 0 0 .05.26l.85.66c-.03.12-.05.26-.05.39s.01.26.03.39l-.84.66a.19.19 0 0 0-.05.25l.8 1.39c.05.09.15.12.25.09l.99-.4c.21.16.43.29.68.39l.14 1.06c.02.1.1.17.2.17h1.6c.1 0 .18-.07.2-.17l.15-1.06c.24-.1.47-.23.67-.39l.99.4c.09.04.2 0 .24-.09l.8-1.39c.05-.09.03-.19-.05-.25l-.83-.66a2.6 2.6 0 0 0 0-.78l.85-.66a.2.2 0 0 0 .05-.26l-.8-1.38c-.05-.09-.16-.12-.25-.09M13 11.43a1.43 1.43 0 1 1 0-2.86a1.43 1.43 0 0 1 0 2.86"/><path fill="currentColor" d="M19.94 9.06c-.43-3.27-3.23-5.86-6.53-6.05C13.27 3 13.14 3 13 3C9.47 3 6.57 5.61 6.08 9l-1.93 3.48c-.41.66.07 1.52.85 1.52h1v2c0 1.1.9 2 2 2h1v3h7v-4.68a7.02 7.02 0 0 0 3.94-7.26m-5.05 5.57l-.89.42V19h-3v-3H8v-4H6.7l1.33-2.33C8.21 7.06 10.35 5 13 5c2.76 0 5 2.24 5 5c0 2.09-1.29 3.88-3.11 4.63"/></svg> </template>
CSS
.icon-outline-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m15.82%207.22l-1%20.4c-.21-.16-.43-.29-.67-.39L14%206.17c-.02-.1-.1-.17-.2-.17h-1.6c-.1%200-.18.07-.19.17l-.15%201.06c-.24.1-.47.23-.67.39l-1-.4c-.09-.03-.2%200-.24.09l-.8%201.38a.2.2%200%200%200%20.05.26l.85.66c-.03.12-.05.26-.05.39s.01.26.03.39l-.84.66a.19.19%200%200%200-.05.25l.8%201.39c.05.09.15.12.25.09l.99-.4c.21.16.43.29.68.39l.14%201.06c.02.1.1.17.2.17h1.6c.1%200%20.18-.07.2-.17l.15-1.06c.24-.1.47-.23.67-.39l.99.4c.09.04.2%200%20.24-.09l.8-1.39c.05-.09.03-.19-.05-.25l-.83-.66a2.6%202.6%200%200%200%200-.78l.85-.66a.2.2%200%200%200%20.05-.26l-.8-1.38c-.05-.09-.16-.12-.25-.09M13%2011.43a1.43%201.43%200%201%201%200-2.86a1.43%201.43%200%200%201%200%202.86%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.94%209.06c-.43-3.27-3.23-5.86-6.53-6.05C13.27%203%2013.14%203%2013%203C9.47%203%206.57%205.61%206.08%209l-1.93%203.48c-.41.66.07%201.52.85%201.52h1v2c0%201.1.9%202%202%202h1v3h7v-4.68a7.02%207.02%200%200%200%203.94-7.26m-5.05%205.57l-.89.42V19h-3v-3H8v-4H6.7l1.33-2.33C8.21%207.06%2010.35%205%2013%205c2.76%200%205%202.24%205%205c0%202.09-1.29%203.88-3.11%204.63%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%20d%3D%22m15.82%207.22l-1%20.4c-.21-.16-.43-.29-.67-.39L14%206.17c-.02-.1-.1-.17-.2-.17h-1.6c-.1%200-.18.07-.19.17l-.15%201.06c-.24.1-.47.23-.67.39l-1-.4c-.09-.03-.2%200-.24.09l-.8%201.38a.2.2%200%200%200%20.05.26l.85.66c-.03.12-.05.26-.05.39s.01.26.03.39l-.84.66a.19.19%200%200%200-.05.25l.8%201.39c.05.09.15.12.25.09l.99-.4c.21.16.43.29.68.39l.14%201.06c.02.1.1.17.2.17h1.6c.1%200%20.18-.07.2-.17l.15-1.06c.24-.1.47-.23.67-.39l.99.4c.09.04.2%200%20.24-.09l.8-1.39c.05-.09.03-.19-.05-.25l-.83-.66a2.6%202.6%200%200%200%200-.78l.85-.66a.2.2%200%200%200%20.05-.26l-.8-1.38c-.05-.09-.16-.12-.25-.09M13%2011.43a1.43%201.43%200%201%201%200-2.86a1.43%201.43%200%200%201%200%202.86%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.94%209.06c-.43-3.27-3.23-5.86-6.53-6.05C13.27%203%2013.14%203%2013%203C9.47%203%206.57%205.61%206.08%209l-1.93%203.48c-.41.66.07%201.52.85%201.52h1v2c0%201.1.9%202%202%202h1v3h7v-4.68a7.02%207.02%200%200%200%203.94-7.26m-5.05%205.57l-.89.42V19h-3v-3H8v-4H6.7l1.33-2.33C8.21%207.06%2010.35%205%2013%205c2.76%200%205%202.24%205%205c0%202.09-1.29%203.88-3.11%204.63%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/outline-psychology.svg?color=%231a73e8&size=48