perceptron logo
perceptron from LobeHub AI Icons by LobeHub · Mono · MIT Free for personal and commercial use.
- Name
- perceptron
- Set
- LobeHub AI Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
1 other variant in LobeHub AI Icons
Use the perceptron logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="m11.726 16.772 6.644-6.401a.2.2 0 0 1 .16-.053q.045.005.081.029a.2.2 0 0 1 .06.06l3.564 5.798a.94.94 0 0 0 .458.38 1 1 0 0 0 .604.037c.48-.124.78-.583.686-1.052l-1.304-6.531a2.2 2.2 0 0 0-.578-1.094 2.33 2.33 0 0 0-1.093-.632 2.4 2.4 0 0 0-1.033-.036c-.343.064-.666.2-.946.401a.22.22 0 0 1-.3-.039 4.28 4.28 0 0 0-2.319-1.51c-1.42-.365-3.087.061-4.136 1.071L5.63 13.601a.198.198 0 0 1-.302-.037L1.765 7.768a.94.94 0 0 0-.458-.38 1 1 0 0 0-.604-.037c-.48.124-.78.583-.686 1.052l1.304 6.531c.082.41.282.788.577 1.093a2.33 2.33 0 0 0 1.093.633c.338.087.69.099 1.034.036.342-.064.666-.2.946-.401a.22.22 0 0 1 .3.039 4.28 4.28 0 0 0 2.319 1.51c1.581.407 3.008.015 4.136-1.071m-5.36-1.79a.18.18 0 0 0-.03.224l.005.009a2.73 2.73 0 0 0 1.646 1.201c.464.12.952.12 1.416 0a2.76 2.76 0 0 0 1.226-.682l7.003-6.745a.18.18 0 0 0 .03-.224l-.005-.008a2.73 2.73 0 0 0-1.646-1.201 2.84 2.84 0 0 0-1.416 0 2.76 2.76 0 0 0-1.226.682zm15.259-3.38c.04.204-.245.307-.354.13l-1.529-2.488a.18.18 0 0 1 .03-.224l.09-.088a.8.8 0 0 1 .747-.193.8.8 0 0 1 .366.212.73.73 0 0 1 .194.366zm-19.251.767c-.04-.203.245-.307.354-.128l1.529 2.487a.18.18 0 0 1-.03.224l-.09.088a.8.8 0 0 1-.747.193.8.8 0 0 1-.367-.212.73.73 0 0 1-.193-.366z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function LobehubPerceptron(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" fillRule="evenodd" d="m11.726 16.772 6.644-6.401a.2.2 0 0 1 .16-.053q.045.005.081.029a.2.2 0 0 1 .06.06l3.564 5.798a.94.94 0 0 0 .458.38 1 1 0 0 0 .604.037c.48-.124.78-.583.686-1.052l-1.304-6.531a2.2 2.2 0 0 0-.578-1.094 2.33 2.33 0 0 0-1.093-.632 2.4 2.4 0 0 0-1.033-.036c-.343.064-.666.2-.946.401a.22.22 0 0 1-.3-.039 4.28 4.28 0 0 0-2.319-1.51c-1.42-.365-3.087.061-4.136 1.071L5.63 13.601a.198.198 0 0 1-.302-.037L1.765 7.768a.94.94 0 0 0-.458-.38 1 1 0 0 0-.604-.037c-.48.124-.78.583-.686 1.052l1.304 6.531c.082.41.282.788.577 1.093a2.33 2.33 0 0 0 1.093.633c.338.087.69.099 1.034.036.342-.064.666-.2.946-.401a.22.22 0 0 1 .3.039 4.28 4.28 0 0 0 2.319 1.51c1.581.407 3.008.015 4.136-1.071m-5.36-1.79a.18.18 0 0 0-.03.224l.005.009a2.73 2.73 0 0 0 1.646 1.201c.464.12.952.12 1.416 0a2.76 2.76 0 0 0 1.226-.682l7.003-6.745a.18.18 0 0 0 .03-.224l-.005-.008a2.73 2.73 0 0 0-1.646-1.201 2.84 2.84 0 0 0-1.416 0 2.76 2.76 0 0 0-1.226.682zm15.259-3.38c.04.204-.245.307-.354.13l-1.529-2.488a.18.18 0 0 1 .03-.224l.09-.088a.8.8 0 0 1 .747-.193.8.8 0 0 1 .366.212.73.73 0 0 1 .194.366zm-19.251.767c-.04-.203.245-.307.354-.128l1.529 2.487a.18.18 0 0 1-.03.224l-.09.088a.8.8 0 0 1-.747.193.8.8 0 0 1-.367-.212.73.73 0 0 1-.193-.366z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="m11.726 16.772 6.644-6.401a.2.2 0 0 1 .16-.053q.045.005.081.029a.2.2 0 0 1 .06.06l3.564 5.798a.94.94 0 0 0 .458.38 1 1 0 0 0 .604.037c.48-.124.78-.583.686-1.052l-1.304-6.531a2.2 2.2 0 0 0-.578-1.094 2.33 2.33 0 0 0-1.093-.632 2.4 2.4 0 0 0-1.033-.036c-.343.064-.666.2-.946.401a.22.22 0 0 1-.3-.039 4.28 4.28 0 0 0-2.319-1.51c-1.42-.365-3.087.061-4.136 1.071L5.63 13.601a.198.198 0 0 1-.302-.037L1.765 7.768a.94.94 0 0 0-.458-.38 1 1 0 0 0-.604-.037c-.48.124-.78.583-.686 1.052l1.304 6.531c.082.41.282.788.577 1.093a2.33 2.33 0 0 0 1.093.633c.338.087.69.099 1.034.036.342-.064.666-.2.946-.401a.22.22 0 0 1 .3.039 4.28 4.28 0 0 0 2.319 1.51c1.581.407 3.008.015 4.136-1.071m-5.36-1.79a.18.18 0 0 0-.03.224l.005.009a2.73 2.73 0 0 0 1.646 1.201c.464.12.952.12 1.416 0a2.76 2.76 0 0 0 1.226-.682l7.003-6.745a.18.18 0 0 0 .03-.224l-.005-.008a2.73 2.73 0 0 0-1.646-1.201 2.84 2.84 0 0 0-1.416 0 2.76 2.76 0 0 0-1.226.682zm15.259-3.38c.04.204-.245.307-.354.13l-1.529-2.488a.18.18 0 0 1 .03-.224l.09-.088a.8.8 0 0 1 .747-.193.8.8 0 0 1 .366.212.73.73 0 0 1 .194.366zm-19.251.767c-.04-.203.245-.307.354-.128l1.529 2.487a.18.18 0 0 1-.03.224l-.09.088a.8.8 0 0 1-.747.193.8.8 0 0 1-.367-.212.73.73 0 0 1-.193-.366z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-perceptron {
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%20fill-rule%3D%22evenodd%22%20d%3D%22m11.726%2016.772%206.644-6.401a.2.2%200%200%201%20.16-.053q.045.005.081.029a.2.2%200%200%201%20.06.06l3.564%205.798a.94.94%200%200%200%20.458.38%201%201%200%200%200%20.604.037c.48-.124.78-.583.686-1.052l-1.304-6.531a2.2%202.2%200%200%200-.578-1.094%202.33%202.33%200%200%200-1.093-.632%202.4%202.4%200%200%200-1.033-.036c-.343.064-.666.2-.946.401a.22.22%200%200%201-.3-.039%204.28%204.28%200%200%200-2.319-1.51c-1.42-.365-3.087.061-4.136%201.071L5.63%2013.601a.198.198%200%200%201-.302-.037L1.765%207.768a.94.94%200%200%200-.458-.38%201%201%200%200%200-.604-.037c-.48.124-.78.583-.686%201.052l1.304%206.531c.082.41.282.788.577%201.093a2.33%202.33%200%200%200%201.093.633c.338.087.69.099%201.034.036.342-.064.666-.2.946-.401a.22.22%200%200%201%20.3.039%204.28%204.28%200%200%200%202.319%201.51c1.581.407%203.008.015%204.136-1.071m-5.36-1.79a.18.18%200%200%200-.03.224l.005.009a2.73%202.73%200%200%200%201.646%201.201c.464.12.952.12%201.416%200a2.76%202.76%200%200%200%201.226-.682l7.003-6.745a.18.18%200%200%200%20.03-.224l-.005-.008a2.73%202.73%200%200%200-1.646-1.201%202.84%202.84%200%200%200-1.416%200%202.76%202.76%200%200%200-1.226.682zm15.259-3.38c.04.204-.245.307-.354.13l-1.529-2.488a.18.18%200%200%201%20.03-.224l.09-.088a.8.8%200%200%201%20.747-.193.8.8%200%200%201%20.366.212.73.73%200%200%201%20.194.366zm-19.251.767c-.04-.203.245-.307.354-.128l1.529%202.487a.18.18%200%200%201-.03.224l-.09.088a.8.8%200%200%201-.747.193.8.8%200%200%201-.367-.212.73.73%200%200%201-.193-.366z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22m11.726%2016.772%206.644-6.401a.2.2%200%200%201%20.16-.053q.045.005.081.029a.2.2%200%200%201%20.06.06l3.564%205.798a.94.94%200%200%200%20.458.38%201%201%200%200%200%20.604.037c.48-.124.78-.583.686-1.052l-1.304-6.531a2.2%202.2%200%200%200-.578-1.094%202.33%202.33%200%200%200-1.093-.632%202.4%202.4%200%200%200-1.033-.036c-.343.064-.666.2-.946.401a.22.22%200%200%201-.3-.039%204.28%204.28%200%200%200-2.319-1.51c-1.42-.365-3.087.061-4.136%201.071L5.63%2013.601a.198.198%200%200%201-.302-.037L1.765%207.768a.94.94%200%200%200-.458-.38%201%201%200%200%200-.604-.037c-.48.124-.78.583-.686%201.052l1.304%206.531c.082.41.282.788.577%201.093a2.33%202.33%200%200%200%201.093.633c.338.087.69.099%201.034.036.342-.064.666-.2.946-.401a.22.22%200%200%201%20.3.039%204.28%204.28%200%200%200%202.319%201.51c1.581.407%203.008.015%204.136-1.071m-5.36-1.79a.18.18%200%200%200-.03.224l.005.009a2.73%202.73%200%200%200%201.646%201.201c.464.12.952.12%201.416%200a2.76%202.76%200%200%200%201.226-.682l7.003-6.745a.18.18%200%200%200%20.03-.224l-.005-.008a2.73%202.73%200%200%200-1.646-1.201%202.84%202.84%200%200%200-1.416%200%202.76%202.76%200%200%200-1.226.682zm15.259-3.38c.04.204-.245.307-.354.13l-1.529-2.488a.18.18%200%200%201%20.03-.224l.09-.088a.8.8%200%200%201%20.747-.193.8.8%200%200%201%20.366.212.73.73%200%200%201%20.194.366zm-19.251.767c-.04-.203.245-.307.354-.128l1.529%202.487a.18.18%200%200%201-.03.224l-.09.088a.8.8%200%200%201-.747.193.8.8%200%200%201-.367-.212.73.73%200%200%201-.193-.366z%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/lobehub/perceptron.svg?color=%231a73e8&size=48