witch logo
witch from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- witch
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the witch 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="M20.138 4.964a1.345 1.345 0 0 1 .742 1.811l-5.138 11.013a1.39 1.39 0 0 1-.832.969a1.484 1.484 0 0 1-1.912-.705L7.765 6.775a1.345 1.345 0 0 1 .741-1.811c.191-.08.387-.117.578-.117h5.726c.794 0 1.43.594 1.43 1.325c0 .73-.636 1.324-1.43 1.324h-3.533l3.05 6.579l3.899-8.407a1.483 1.483 0 0 1 1.907-.704zm-9.709.704a1.5 1.5 0 0 0-.185-.29h4.566c.476 0 .9.354.9.794s-.424.794-.9.794h-3.782zm4.216 9.095l4.11-8.872a.89.89 0 0 1 1.15-.424c.44.186.636.673.445 1.086l-4.767 10.223zM8.75 5.467c.44-.185.953.005 1.144.424l5.228 11.277c.196.418 0 .9-.445 1.086a.89.89 0 0 1-1.15-.424L8.3 6.553c-.19-.413.005-.9.45-1.086M3.12 7.051a1.346 1.346 0 0 1 .746-1.812a1.483 1.483 0 0 1 1.913.705l5.227 11.277a1.343 1.343 0 0 1-.741 1.811a1.484 1.484 0 0 1-1.918-.704L3.12 7.046zm.98-1.308a.89.89 0 0 1 1.149.423l5.228 11.277c.19.413-.005.9-.45 1.086c-.44.186-.954-.005-1.145-.424L3.654 6.828c-.195-.418 0-.9.445-1.085" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function TokenWitch(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="M20.138 4.964a1.345 1.345 0 0 1 .742 1.811l-5.138 11.013a1.39 1.39 0 0 1-.832.969a1.484 1.484 0 0 1-1.912-.705L7.765 6.775a1.345 1.345 0 0 1 .741-1.811c.191-.08.387-.117.578-.117h5.726c.794 0 1.43.594 1.43 1.325c0 .73-.636 1.324-1.43 1.324h-3.533l3.05 6.579l3.899-8.407a1.483 1.483 0 0 1 1.907-.704zm-9.709.704a1.5 1.5 0 0 0-.185-.29h4.566c.476 0 .9.354.9.794s-.424.794-.9.794h-3.782zm4.216 9.095l4.11-8.872a.89.89 0 0 1 1.15-.424c.44.186.636.673.445 1.086l-4.767 10.223zM8.75 5.467c.44-.185.953.005 1.144.424l5.228 11.277c.196.418 0 .9-.445 1.086a.89.89 0 0 1-1.15-.424L8.3 6.553c-.19-.413.005-.9.45-1.086M3.12 7.051a1.346 1.346 0 0 1 .746-1.812a1.483 1.483 0 0 1 1.913.705l5.227 11.277a1.343 1.343 0 0 1-.741 1.811a1.484 1.484 0 0 1-1.918-.704L3.12 7.046zm.98-1.308a.89.89 0 0 1 1.149.423l5.228 11.277c.19.413-.005.9-.45 1.086c-.44.186-.954-.005-1.145-.424L3.654 6.828c-.195-.418 0-.9.445-1.085" 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="M20.138 4.964a1.345 1.345 0 0 1 .742 1.811l-5.138 11.013a1.39 1.39 0 0 1-.832.969a1.484 1.484 0 0 1-1.912-.705L7.765 6.775a1.345 1.345 0 0 1 .741-1.811c.191-.08.387-.117.578-.117h5.726c.794 0 1.43.594 1.43 1.325c0 .73-.636 1.324-1.43 1.324h-3.533l3.05 6.579l3.899-8.407a1.483 1.483 0 0 1 1.907-.704zm-9.709.704a1.5 1.5 0 0 0-.185-.29h4.566c.476 0 .9.354.9.794s-.424.794-.9.794h-3.782zm4.216 9.095l4.11-8.872a.89.89 0 0 1 1.15-.424c.44.186.636.673.445 1.086l-4.767 10.223zM8.75 5.467c.44-.185.953.005 1.144.424l5.228 11.277c.196.418 0 .9-.445 1.086a.89.89 0 0 1-1.15-.424L8.3 6.553c-.19-.413.005-.9.45-1.086M3.12 7.051a1.346 1.346 0 0 1 .746-1.812a1.483 1.483 0 0 1 1.913.705l5.227 11.277a1.343 1.343 0 0 1-.741 1.811a1.484 1.484 0 0 1-1.918-.704L3.12 7.046zm.98-1.308a.89.89 0 0 1 1.149.423l5.228 11.277c.19.413-.005.9-.45 1.086c-.44.186-.954-.005-1.145-.424L3.654 6.828c-.195-.418 0-.9.445-1.085" clip-rule="evenodd"/></svg> </template>
CSS
.icon-witch {
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%22M20.138%204.964a1.345%201.345%200%200%201%20.742%201.811l-5.138%2011.013a1.39%201.39%200%200%201-.832.969a1.484%201.484%200%200%201-1.912-.705L7.765%206.775a1.345%201.345%200%200%201%20.741-1.811c.191-.08.387-.117.578-.117h5.726c.794%200%201.43.594%201.43%201.325c0%20.73-.636%201.324-1.43%201.324h-3.533l3.05%206.579l3.899-8.407a1.483%201.483%200%200%201%201.907-.704zm-9.709.704a1.5%201.5%200%200%200-.185-.29h4.566c.476%200%20.9.354.9.794s-.424.794-.9.794h-3.782zm4.216%209.095l4.11-8.872a.89.89%200%200%201%201.15-.424c.44.186.636.673.445%201.086l-4.767%2010.223zM8.75%205.467c.44-.185.953.005%201.144.424l5.228%2011.277c.196.418%200%20.9-.445%201.086a.89.89%200%200%201-1.15-.424L8.3%206.553c-.19-.413.005-.9.45-1.086M3.12%207.051a1.346%201.346%200%200%201%20.746-1.812a1.483%201.483%200%200%201%201.913.705l5.227%2011.277a1.343%201.343%200%200%201-.741%201.811a1.484%201.484%200%200%201-1.918-.704L3.12%207.046zm.98-1.308a.89.89%200%200%201%201.149.423l5.228%2011.277c.19.413-.005.9-.45%201.086c-.44.186-.954-.005-1.145-.424L3.654%206.828c-.195-.418%200-.9.445-1.085%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%22M20.138%204.964a1.345%201.345%200%200%201%20.742%201.811l-5.138%2011.013a1.39%201.39%200%200%201-.832.969a1.484%201.484%200%200%201-1.912-.705L7.765%206.775a1.345%201.345%200%200%201%20.741-1.811c.191-.08.387-.117.578-.117h5.726c.794%200%201.43.594%201.43%201.325c0%20.73-.636%201.324-1.43%201.324h-3.533l3.05%206.579l3.899-8.407a1.483%201.483%200%200%201%201.907-.704zm-9.709.704a1.5%201.5%200%200%200-.185-.29h4.566c.476%200%20.9.354.9.794s-.424.794-.9.794h-3.782zm4.216%209.095l4.11-8.872a.89.89%200%200%201%201.15-.424c.44.186.636.673.445%201.086l-4.767%2010.223zM8.75%205.467c.44-.185.953.005%201.144.424l5.228%2011.277c.196.418%200%20.9-.445%201.086a.89.89%200%200%201-1.15-.424L8.3%206.553c-.19-.413.005-.9.45-1.086M3.12%207.051a1.346%201.346%200%200%201%20.746-1.812a1.483%201.483%200%200%201%201.913.705l5.227%2011.277a1.343%201.343%200%200%201-.741%201.811a1.484%201.484%200%200%201-1.918-.704L3.12%207.046zm.98-1.308a.89.89%200%200%201%201.149.423l5.228%2011.277c.19.413-.005.9-.45%201.086c-.44.186-.954-.005-1.145-.424L3.654%206.828c-.195-.418%200-.9.445-1.085%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/witch.svg?color=%231a73e8&size=48