prism logo
prism from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- prism
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the prism logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.974 19.877s.169.226-3.174-5.627l2.724-4.654l.867 1.626l-1.745 3.045l3.241 5.61zM13.74 6.602l.934 1.643l-3.658 6.005H5.917c.321-.563.659-1.149.957-1.689h3.067zm-1.947 8.773l2.622 4.502h-1.89l-1.7-2.813H4.263l.979-1.689z"/><path fill="currentColor" d="M3.498 19.878a.505.505 0 0 1-.44-.743l.552-.945h6.46l.924 1.677c-.732.01-1.295.01-1.891.01zm17.462-.861s.248.86-.495.86h-.985l-3.27-5.554l.98-1.71zM11.556 4.368a.5.5 0 0 1 .856-.011l.613 1.024l-3.917 6.056H7.234z"/></svg>
React
import type { SVGProps } from "react";
export function TokenPrism(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.974 19.877s.169.226-3.174-5.627l2.724-4.654l.867 1.626l-1.745 3.045l3.241 5.61zM13.74 6.602l.934 1.643l-3.658 6.005H5.917c.321-.563.659-1.149.957-1.689h3.067zm-1.947 8.773l2.622 4.502h-1.89l-1.7-2.813H4.263l.979-1.689z"/><path fill="currentColor" d="M3.498 19.878a.505.505 0 0 1-.44-.743l.552-.945h6.46l.924 1.677c-.732.01-1.295.01-1.891.01zm17.462-.861s.248.86-.495.86h-.985l-3.27-5.554l.98-1.71zM11.556 4.368a.5.5 0 0 1 .856-.011l.613 1.024l-3.917 6.056H7.234z"/></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.974 19.877s.169.226-3.174-5.627l2.724-4.654l.867 1.626l-1.745 3.045l3.241 5.61zM13.74 6.602l.934 1.643l-3.658 6.005H5.917c.321-.563.659-1.149.957-1.689h3.067zm-1.947 8.773l2.622 4.502h-1.89l-1.7-2.813H4.263l.979-1.689z"/><path fill="currentColor" d="M3.498 19.878a.505.505 0 0 1-.44-.743l.552-.945h6.46l.924 1.677c-.732.01-1.295.01-1.891.01zm17.462-.861s.248.86-.495.86h-.985l-3.27-5.554l.98-1.71zM11.556 4.368a.5.5 0 0 1 .856-.011l.613 1.024l-3.917 6.056H7.234z"/></svg> </template>
CSS
.icon-prism {
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.974%2019.877s.169.226-3.174-5.627l2.724-4.654l.867%201.626l-1.745%203.045l3.241%205.61zM13.74%206.602l.934%201.643l-3.658%206.005H5.917c.321-.563.659-1.149.957-1.689h3.067zm-1.947%208.773l2.622%204.502h-1.89l-1.7-2.813H4.263l.979-1.689z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.498%2019.878a.505.505%200%200%201-.44-.743l.552-.945h6.46l.924%201.677c-.732.01-1.295.01-1.891.01zm17.462-.861s.248.86-.495.86h-.985l-3.27-5.554l.98-1.71zM11.556%204.368a.5.5%200%200%201%20.856-.011l.613%201.024l-3.917%206.056H7.234z%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.974%2019.877s.169.226-3.174-5.627l2.724-4.654l.867%201.626l-1.745%203.045l3.241%205.61zM13.74%206.602l.934%201.643l-3.658%206.005H5.917c.321-.563.659-1.149.957-1.689h3.067zm-1.947%208.773l2.622%204.502h-1.89l-1.7-2.813H4.263l.979-1.689z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.498%2019.878a.505.505%200%200%201-.44-.743l.552-.945h6.46l.924%201.677c-.732.01-1.295.01-1.891.01zm17.462-.861s.248.86-.495.86h-.985l-3.27-5.554l.98-1.71zM11.556%204.368a.5.5%200%200%201%20.856-.011l.613%201.024l-3.917%206.056H7.234z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/prism.svg?color=%231a73e8&size=48