cognition icon
cognition from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- cognition
- Set
- Material Symbols
- Style
- Regular
- 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 cognition icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.275 15.525q1.75 0 2.975-1.125t1.225-2.725q0-1.425-.913-2.412t-2.212-.988q-1.175 0-1.987.75t-.813 1.85q0 .475.188.925t.537.825L12.7 11.2q-.075-.05-.112-.125t-.038-.175q0-.275.225-.438t.575-.162q.5 0 .825.412t.325.988q0 .775-.638 1.313t-1.562.537q-1.175 0-1.987-.95T9.5 10.275q0-.725.275-1.388t.775-1.162L9.125 6.3q-.8.775-1.225 1.8t-.425 2.15q0 2.2 1.4 3.738t3.4 1.537M6 22v-4.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-2v2z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsCognition(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="M12.275 15.525q1.75 0 2.975-1.125t1.225-2.725q0-1.425-.913-2.412t-2.212-.988q-1.175 0-1.987.75t-.813 1.85q0 .475.188.925t.537.825L12.7 11.2q-.075-.05-.112-.125t-.038-.175q0-.275.225-.438t.575-.162q.5 0 .825.412t.325.988q0 .775-.638 1.313t-1.562.537q-1.175 0-1.987-.95T9.5 10.275q0-.725.275-1.388t.775-1.162L9.125 6.3q-.8.775-1.225 1.8t-.425 2.15q0 2.2 1.4 3.738t3.4 1.537M6 22v-4.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-2v2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.275 15.525q1.75 0 2.975-1.125t1.225-2.725q0-1.425-.913-2.412t-2.212-.988q-1.175 0-1.987.75t-.813 1.85q0 .475.188.925t.537.825L12.7 11.2q-.075-.05-.112-.125t-.038-.175q0-.275.225-.438t.575-.162q.5 0 .825.412t.325.988q0 .775-.638 1.313t-1.562.537q-1.175 0-1.987-.95T9.5 10.275q0-.725.275-1.388t.775-1.162L9.125 6.3q-.8.775-1.225 1.8t-.425 2.15q0 2.2 1.4 3.738t3.4 1.537M6 22v-4.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-2v2z"/></svg> </template>
CSS
.icon-cognition {
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%22M12.275%2015.525q1.75%200%202.975-1.125t1.225-2.725q0-1.425-.913-2.412t-2.212-.988q-1.175%200-1.987.75t-.813%201.85q0%20.475.188.925t.537.825L12.7%2011.2q-.075-.05-.112-.125t-.038-.175q0-.275.225-.438t.575-.162q.5%200%20.825.412t.325.988q0%20.775-.638%201.313t-1.562.537q-1.175%200-1.987-.95T9.5%2010.275q0-.725.275-1.388t.775-1.162L9.125%206.3q-.8.775-1.225%201.8t-.425%202.15q0%202.2%201.4%203.738t3.4%201.537M6%2022v-4.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-2v2z%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%22M12.275%2015.525q1.75%200%202.975-1.125t1.225-2.725q0-1.425-.913-2.412t-2.212-.988q-1.175%200-1.987.75t-.813%201.85q0%20.475.188.925t.537.825L12.7%2011.2q-.075-.05-.112-.125t-.038-.175q0-.275.225-.438t.575-.162q.5%200%20.825.412t.325.988q0%20.775-.638%201.313t-1.562.537q-1.175%200-1.987-.95T9.5%2010.275q0-.725.275-1.388t.775-1.162L9.125%206.3q-.8.775-1.225%201.8t-.425%202.15q0%202.2%201.4%203.738t3.4%201.537M6%2022v-4.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-2v2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/cognition.svg?color=%231a73e8&size=48