pyr logo
pyr from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- pyr
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the pyr 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="M12.52 3c.018.36-.225 1.433-1.337 2.837c-.301.381-.646.775-1 1.18C8.906 8.477 7.5 10.085 7.5 11.776c0 1.727.795 2.87 1.193 3.224c.059-.438.448-1.61 1.535-2.79c.334-.364.82-.763 1.347-1.198c1.62-1.333 3.65-3.005 3.026-5.024c0 .52-.395 1.771-1.974 2.615c-1.58.843-2.54 1.87-2.823 2.277c-.036-.196.105-.914.611-1.598l.19-.25c.84-1.104 2.6-3.418 1.915-6.032m-1.04 18c-.017-.36.226-1.433 1.337-2.837c.301-.381.646-.775 1-1.18c1.277-1.46 2.683-3.068 2.683-4.759c0-1.727-.795-2.87-1.193-3.224c-.059.438-.448 1.61-1.535 2.791c-.334.363-.82.762-1.347 1.197c-1.62 1.333-3.65 3.005-3.026 5.024c0-.52.395-1.771 1.974-2.615c1.58-.843 2.54-1.87 2.823-2.277c.036.196-.105.914-.611 1.598l-.19.25c-.84 1.105-2.6 3.418-1.915 6.032" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function TokenPyr(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="M12.52 3c.018.36-.225 1.433-1.337 2.837c-.301.381-.646.775-1 1.18C8.906 8.477 7.5 10.085 7.5 11.776c0 1.727.795 2.87 1.193 3.224c.059-.438.448-1.61 1.535-2.79c.334-.364.82-.763 1.347-1.198c1.62-1.333 3.65-3.005 3.026-5.024c0 .52-.395 1.771-1.974 2.615c-1.58.843-2.54 1.87-2.823 2.277c-.036-.196.105-.914.611-1.598l.19-.25c.84-1.104 2.6-3.418 1.915-6.032m-1.04 18c-.017-.36.226-1.433 1.337-2.837c.301-.381.646-.775 1-1.18c1.277-1.46 2.683-3.068 2.683-4.759c0-1.727-.795-2.87-1.193-3.224c-.059.438-.448 1.61-1.535 2.791c-.334.363-.82.762-1.347 1.197c-1.62 1.333-3.65 3.005-3.026 5.024c0-.52.395-1.771 1.974-2.615c1.58-.843 2.54-1.87 2.823-2.277c.036.196-.105.914-.611 1.598l-.19.25c-.84 1.105-2.6 3.418-1.915 6.032" 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="M12.52 3c.018.36-.225 1.433-1.337 2.837c-.301.381-.646.775-1 1.18C8.906 8.477 7.5 10.085 7.5 11.776c0 1.727.795 2.87 1.193 3.224c.059-.438.448-1.61 1.535-2.79c.334-.364.82-.763 1.347-1.198c1.62-1.333 3.65-3.005 3.026-5.024c0 .52-.395 1.771-1.974 2.615c-1.58.843-2.54 1.87-2.823 2.277c-.036-.196.105-.914.611-1.598l.19-.25c.84-1.104 2.6-3.418 1.915-6.032m-1.04 18c-.017-.36.226-1.433 1.337-2.837c.301-.381.646-.775 1-1.18c1.277-1.46 2.683-3.068 2.683-4.759c0-1.727-.795-2.87-1.193-3.224c-.059.438-.448 1.61-1.535 2.791c-.334.363-.82.762-1.347 1.197c-1.62 1.333-3.65 3.005-3.026 5.024c0-.52.395-1.771 1.974-2.615c1.58-.843 2.54-1.87 2.823-2.277c.036.196-.105.914-.611 1.598l-.19.25c-.84 1.105-2.6 3.418-1.915 6.032" clip-rule="evenodd"/></svg> </template>
CSS
.icon-pyr {
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%22M12.52%203c.018.36-.225%201.433-1.337%202.837c-.301.381-.646.775-1%201.18C8.906%208.477%207.5%2010.085%207.5%2011.776c0%201.727.795%202.87%201.193%203.224c.059-.438.448-1.61%201.535-2.79c.334-.364.82-.763%201.347-1.198c1.62-1.333%203.65-3.005%203.026-5.024c0%20.52-.395%201.771-1.974%202.615c-1.58.843-2.54%201.87-2.823%202.277c-.036-.196.105-.914.611-1.598l.19-.25c.84-1.104%202.6-3.418%201.915-6.032m-1.04%2018c-.017-.36.226-1.433%201.337-2.837c.301-.381.646-.775%201-1.18c1.277-1.46%202.683-3.068%202.683-4.759c0-1.727-.795-2.87-1.193-3.224c-.059.438-.448%201.61-1.535%202.791c-.334.363-.82.762-1.347%201.197c-1.62%201.333-3.65%203.005-3.026%205.024c0-.52.395-1.771%201.974-2.615c1.58-.843%202.54-1.87%202.823-2.277c.036.196-.105.914-.611%201.598l-.19.25c-.84%201.105-2.6%203.418-1.915%206.032%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%22M12.52%203c.018.36-.225%201.433-1.337%202.837c-.301.381-.646.775-1%201.18C8.906%208.477%207.5%2010.085%207.5%2011.776c0%201.727.795%202.87%201.193%203.224c.059-.438.448-1.61%201.535-2.79c.334-.364.82-.763%201.347-1.198c1.62-1.333%203.65-3.005%203.026-5.024c0%20.52-.395%201.771-1.974%202.615c-1.58.843-2.54%201.87-2.823%202.277c-.036-.196.105-.914.611-1.598l.19-.25c.84-1.104%202.6-3.418%201.915-6.032m-1.04%2018c-.017-.36.226-1.433%201.337-2.837c.301-.381.646-.775%201-1.18c1.277-1.46%202.683-3.068%202.683-4.759c0-1.727-.795-2.87-1.193-3.224c-.059.438-.448%201.61-1.535%202.791c-.334.363-.82.762-1.347%201.197c-1.62%201.333-3.65%203.005-3.026%205.024c0-.52.395-1.771%201.974-2.615c1.58-.843%202.54-1.87%202.823-2.277c.036.196-.105.914-.611%201.598l-.19.25c-.84%201.105-2.6%203.418-1.915%206.032%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/token/pyr.svg?color=%231a73e8&size=48