psychology alt icon
psychology-alt-rounded from Material Symbols by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- psychology-alt-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
Use the psychology alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 22q-.425 0-.712-.288T6 21v-3.3q-1.425-1.3-2.212-3.037T3 11q0-3.75 2.625-6.375T12 2q3.125 0 5.538 1.838t3.137 4.787l1.3 5.125q.125.475-.175.863T21 15h-2v3q0 .825-.587 1.413T17 20h-2v1q0 .425-.288.713T14 22zm5-6q.425 0 .713-.288T13 15t-.288-.712T12 14t-.712.288T11 15t.288.713T12 16m.025-3.2q.275 0 .513-.187t.312-.513q.075-.3.238-.587t.512-.663q.8-.875 1.05-1.325T14.9 8.5q0-1.05-.812-1.775T12.075 6q-.8 0-1.512.388T9.425 7.45q-.15.25-.012.525t.412.4t.538.038t.462-.363q.25-.3.575-.462t.675-.163q.55 0 .913.3t.362.775q0 .4-.212.763t-.838 1.012q-.475.5-.687.888t-.288.887q-.05.3.163.525t.537.225"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsPsychologyAltRounded(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="M7 22q-.425 0-.712-.288T6 21v-3.3q-1.425-1.3-2.212-3.037T3 11q0-3.75 2.625-6.375T12 2q3.125 0 5.538 1.838t3.137 4.787l1.3 5.125q.125.475-.175.863T21 15h-2v3q0 .825-.587 1.413T17 20h-2v1q0 .425-.288.713T14 22zm5-6q.425 0 .713-.288T13 15t-.288-.712T12 14t-.712.288T11 15t.288.713T12 16m.025-3.2q.275 0 .513-.187t.312-.513q.075-.3.238-.587t.512-.663q.8-.875 1.05-1.325T14.9 8.5q0-1.05-.812-1.775T12.075 6q-.8 0-1.512.388T9.425 7.45q-.15.25-.012.525t.412.4t.538.038t.462-.363q.25-.3.575-.462t.675-.163q.55 0 .913.3t.362.775q0 .4-.212.763t-.838 1.012q-.475.5-.687.888t-.288.887q-.05.3.163.525t.537.225"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 22q-.425 0-.712-.288T6 21v-3.3q-1.425-1.3-2.212-3.037T3 11q0-3.75 2.625-6.375T12 2q3.125 0 5.538 1.838t3.137 4.787l1.3 5.125q.125.475-.175.863T21 15h-2v3q0 .825-.587 1.413T17 20h-2v1q0 .425-.288.713T14 22zm5-6q.425 0 .713-.288T13 15t-.288-.712T12 14t-.712.288T11 15t.288.713T12 16m.025-3.2q.275 0 .513-.187t.312-.513q.075-.3.238-.587t.512-.663q.8-.875 1.05-1.325T14.9 8.5q0-1.05-.812-1.775T12.075 6q-.8 0-1.512.388T9.425 7.45q-.15.25-.012.525t.412.4t.538.038t.462-.363q.25-.3.575-.462t.675-.163q.55 0 .913.3t.362.775q0 .4-.212.763t-.838 1.012q-.475.5-.687.888t-.288.887q-.05.3.163.525t.537.225"/></svg> </template>
CSS
.icon-psychology-alt-rounded {
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%22M7%2022q-.425%200-.712-.288T6%2021v-3.3q-1.425-1.3-2.212-3.037T3%2011q0-3.75%202.625-6.375T12%202q3.125%200%205.538%201.838t3.137%204.787l1.3%205.125q.125.475-.175.863T21%2015h-2v3q0%20.825-.587%201.413T17%2020h-2v1q0%20.425-.288.713T14%2022zm5-6q.425%200%20.713-.288T13%2015t-.288-.712T12%2014t-.712.288T11%2015t.288.713T12%2016m.025-3.2q.275%200%20.513-.187t.312-.513q.075-.3.238-.587t.512-.663q.8-.875%201.05-1.325T14.9%208.5q0-1.05-.812-1.775T12.075%206q-.8%200-1.512.388T9.425%207.45q-.15.25-.012.525t.412.4t.538.038t.462-.363q.25-.3.575-.462t.675-.163q.55%200%20.913.3t.362.775q0%20.4-.212.763t-.838%201.012q-.475.5-.687.888t-.288.887q-.05.3.163.525t.537.225%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%22M7%2022q-.425%200-.712-.288T6%2021v-3.3q-1.425-1.3-2.212-3.037T3%2011q0-3.75%202.625-6.375T12%202q3.125%200%205.538%201.838t3.137%204.787l1.3%205.125q.125.475-.175.863T21%2015h-2v3q0%20.825-.587%201.413T17%2020h-2v1q0%20.425-.288.713T14%2022zm5-6q.425%200%20.713-.288T13%2015t-.288-.712T12%2014t-.712.288T11%2015t.288.713T12%2016m.025-3.2q.275%200%20.513-.187t.312-.513q.075-.3.238-.587t.512-.663q.8-.875%201.05-1.325T14.9%208.5q0-1.05-.812-1.775T12.075%206q-.8%200-1.512.388T9.425%207.45q-.15.25-.012.525t.412.4t.538.038t.462-.363q.25-.3.575-.462t.675-.163q.55%200%20.913.3t.362.775q0%20.4-.212.763t-.838%201.012q-.475.5-.687.888t-.288.887q-.05.3.163.525t.537.225%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/psychology-alt-rounded.svg?color=%231a73e8&size=48