min logo
min from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- min
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the min logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.141 5.098c.282-.888-.48-1.429-.894-1.59c-.84-.181-1.261.455-1.4.78c-.468 1.488-1.5 4.598-1.716 5.33c-.259.913.258 1.532 1.074 1.646a1.17 1.17 0 0 0 1.213-.673z"/><path fill="currentColor" d="M13.177 4.275c-.294-.9-1.23-.888-1.663-.768a1.296 1.296 0 0 0-.757 1.465c.505 1.513 1.567 4.713 1.831 5.445c.325.913 1.255 1.015 1.982.619c.6-.325.534-.925.45-1.19zm-3.104 6.988c.96.012 1.26-.78 1.285-1.23a1.3 1.3 0 0 0-1.183-1.172a573 573 0 0 0-5.601 0c-.985.018-1.621.787-1.465 1.603c.12.673.684.793.96.799c1.591.006 5.037-.012 6.004 0"/><path fill="currentColor" d="M8.284 14.705c.78.588 1.537.03 1.813-.325c.432-.762 0-1.44-.27-1.68a523 523 0 0 0-4.773-3.495c-.81-.576-1.597-.156-1.951.6c-.288.625.096 1.13.324 1.303l4.863 3.603z"/><path fill="currentColor" d="M6.02 18.859c-.318.924.439 1.477.859 1.633c.858.18 1.369-.438 1.513-.769a510 510 0 0 0 1.873-5.619c.3-.948-.336-1.573-1.165-1.68c-.678-.085-1.044.437-1.14.708z"/><path fill="currentColor" d="M6.47 18.294c-.786.583-.473 1.465-.215 1.831c.6.637 1.369.42 1.68.229c1.31-.985 4.095-3.074 4.72-3.566c.78-.613.612-1.49-.012-2.042c-.51-.462-1.1-.24-1.333-.072z"/><path fill="currentColor" d="M16.076 20.262c.787.582 1.537.018 1.813-.336c.42-.769-.012-1.441-.282-1.681c-1.327-.96-4.142-3.002-4.797-3.458c-.816-.57-1.603-.144-1.945.612c-.288.624.102 1.129.33 1.303c1.303.942 4.095 2.978 4.881 3.56"/><path fill="currentColor" d="M15.626 19.695c.313.93 1.243.9 1.675.768a1.356 1.356 0 0 0 .727-1.531c-.528-1.56-1.663-4.85-1.94-5.595c-.342-.937-1.224-1.045-1.945-.619c-.588.349-.558.979-.474 1.255z"/><path fill="currentColor" d="M20.345 11.222c.792-.57.492-1.46.24-1.831a1.35 1.35 0 0 0-1.68-.24c-1.322.96-4.131 3.02-4.762 3.506c-.792.6-.63 1.483-.012 2.04c.505.463 1.099.253 1.333.085c1.297-.949 4.088-2.99 4.88-3.56"/><path fill="currentColor" d="M19.71 11.263c.978.012 1.272-.745 1.29-1.195a1.36 1.36 0 0 0-1.2-1.206a480 480 0 0 0-5.914 0c-.99.012-1.381.792-1.225 1.614c.126.673.745.781 1.033.787c1.609.012 5.042-.012 6.021 0z"/></svg>
React
import type { SVGProps } from "react";
export function TokenMin(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="M13.141 5.098c.282-.888-.48-1.429-.894-1.59c-.84-.181-1.261.455-1.4.78c-.468 1.488-1.5 4.598-1.716 5.33c-.259.913.258 1.532 1.074 1.646a1.17 1.17 0 0 0 1.213-.673z"/><path fill="currentColor" d="M13.177 4.275c-.294-.9-1.23-.888-1.663-.768a1.296 1.296 0 0 0-.757 1.465c.505 1.513 1.567 4.713 1.831 5.445c.325.913 1.255 1.015 1.982.619c.6-.325.534-.925.45-1.19zm-3.104 6.988c.96.012 1.26-.78 1.285-1.23a1.3 1.3 0 0 0-1.183-1.172a573 573 0 0 0-5.601 0c-.985.018-1.621.787-1.465 1.603c.12.673.684.793.96.799c1.591.006 5.037-.012 6.004 0"/><path fill="currentColor" d="M8.284 14.705c.78.588 1.537.03 1.813-.325c.432-.762 0-1.44-.27-1.68a523 523 0 0 0-4.773-3.495c-.81-.576-1.597-.156-1.951.6c-.288.625.096 1.13.324 1.303l4.863 3.603z"/><path fill="currentColor" d="M6.02 18.859c-.318.924.439 1.477.859 1.633c.858.18 1.369-.438 1.513-.769a510 510 0 0 0 1.873-5.619c.3-.948-.336-1.573-1.165-1.68c-.678-.085-1.044.437-1.14.708z"/><path fill="currentColor" d="M6.47 18.294c-.786.583-.473 1.465-.215 1.831c.6.637 1.369.42 1.68.229c1.31-.985 4.095-3.074 4.72-3.566c.78-.613.612-1.49-.012-2.042c-.51-.462-1.1-.24-1.333-.072z"/><path fill="currentColor" d="M16.076 20.262c.787.582 1.537.018 1.813-.336c.42-.769-.012-1.441-.282-1.681c-1.327-.96-4.142-3.002-4.797-3.458c-.816-.57-1.603-.144-1.945.612c-.288.624.102 1.129.33 1.303c1.303.942 4.095 2.978 4.881 3.56"/><path fill="currentColor" d="M15.626 19.695c.313.93 1.243.9 1.675.768a1.356 1.356 0 0 0 .727-1.531c-.528-1.56-1.663-4.85-1.94-5.595c-.342-.937-1.224-1.045-1.945-.619c-.588.349-.558.979-.474 1.255z"/><path fill="currentColor" d="M20.345 11.222c.792-.57.492-1.46.24-1.831a1.35 1.35 0 0 0-1.68-.24c-1.322.96-4.131 3.02-4.762 3.506c-.792.6-.63 1.483-.012 2.04c.505.463 1.099.253 1.333.085c1.297-.949 4.088-2.99 4.88-3.56"/><path fill="currentColor" d="M19.71 11.263c.978.012 1.272-.745 1.29-1.195a1.36 1.36 0 0 0-1.2-1.206a480 480 0 0 0-5.914 0c-.99.012-1.381.792-1.225 1.614c.126.673.745.781 1.033.787c1.609.012 5.042-.012 6.021 0z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.141 5.098c.282-.888-.48-1.429-.894-1.59c-.84-.181-1.261.455-1.4.78c-.468 1.488-1.5 4.598-1.716 5.33c-.259.913.258 1.532 1.074 1.646a1.17 1.17 0 0 0 1.213-.673z"/><path fill="currentColor" d="M13.177 4.275c-.294-.9-1.23-.888-1.663-.768a1.296 1.296 0 0 0-.757 1.465c.505 1.513 1.567 4.713 1.831 5.445c.325.913 1.255 1.015 1.982.619c.6-.325.534-.925.45-1.19zm-3.104 6.988c.96.012 1.26-.78 1.285-1.23a1.3 1.3 0 0 0-1.183-1.172a573 573 0 0 0-5.601 0c-.985.018-1.621.787-1.465 1.603c.12.673.684.793.96.799c1.591.006 5.037-.012 6.004 0"/><path fill="currentColor" d="M8.284 14.705c.78.588 1.537.03 1.813-.325c.432-.762 0-1.44-.27-1.68a523 523 0 0 0-4.773-3.495c-.81-.576-1.597-.156-1.951.6c-.288.625.096 1.13.324 1.303l4.863 3.603z"/><path fill="currentColor" d="M6.02 18.859c-.318.924.439 1.477.859 1.633c.858.18 1.369-.438 1.513-.769a510 510 0 0 0 1.873-5.619c.3-.948-.336-1.573-1.165-1.68c-.678-.085-1.044.437-1.14.708z"/><path fill="currentColor" d="M6.47 18.294c-.786.583-.473 1.465-.215 1.831c.6.637 1.369.42 1.68.229c1.31-.985 4.095-3.074 4.72-3.566c.78-.613.612-1.49-.012-2.042c-.51-.462-1.1-.24-1.333-.072z"/><path fill="currentColor" d="M16.076 20.262c.787.582 1.537.018 1.813-.336c.42-.769-.012-1.441-.282-1.681c-1.327-.96-4.142-3.002-4.797-3.458c-.816-.57-1.603-.144-1.945.612c-.288.624.102 1.129.33 1.303c1.303.942 4.095 2.978 4.881 3.56"/><path fill="currentColor" d="M15.626 19.695c.313.93 1.243.9 1.675.768a1.356 1.356 0 0 0 .727-1.531c-.528-1.56-1.663-4.85-1.94-5.595c-.342-.937-1.224-1.045-1.945-.619c-.588.349-.558.979-.474 1.255z"/><path fill="currentColor" d="M20.345 11.222c.792-.57.492-1.46.24-1.831a1.35 1.35 0 0 0-1.68-.24c-1.322.96-4.131 3.02-4.762 3.506c-.792.6-.63 1.483-.012 2.04c.505.463 1.099.253 1.333.085c1.297-.949 4.088-2.99 4.88-3.56"/><path fill="currentColor" d="M19.71 11.263c.978.012 1.272-.745 1.29-1.195a1.36 1.36 0 0 0-1.2-1.206a480 480 0 0 0-5.914 0c-.99.012-1.381.792-1.225 1.614c.126.673.745.781 1.033.787c1.609.012 5.042-.012 6.021 0z"/></svg> </template>
CSS
.icon-min {
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%22M13.141%205.098c.282-.888-.48-1.429-.894-1.59c-.84-.181-1.261.455-1.4.78c-.468%201.488-1.5%204.598-1.716%205.33c-.259.913.258%201.532%201.074%201.646a1.17%201.17%200%200%200%201.213-.673z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.177%204.275c-.294-.9-1.23-.888-1.663-.768a1.296%201.296%200%200%200-.757%201.465c.505%201.513%201.567%204.713%201.831%205.445c.325.913%201.255%201.015%201.982.619c.6-.325.534-.925.45-1.19zm-3.104%206.988c.96.012%201.26-.78%201.285-1.23a1.3%201.3%200%200%200-1.183-1.172a573%20573%200%200%200-5.601%200c-.985.018-1.621.787-1.465%201.603c.12.673.684.793.96.799c1.591.006%205.037-.012%206.004%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.284%2014.705c.78.588%201.537.03%201.813-.325c.432-.762%200-1.44-.27-1.68a523%20523%200%200%200-4.773-3.495c-.81-.576-1.597-.156-1.951.6c-.288.625.096%201.13.324%201.303l4.863%203.603z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.02%2018.859c-.318.924.439%201.477.859%201.633c.858.18%201.369-.438%201.513-.769a510%20510%200%200%200%201.873-5.619c.3-.948-.336-1.573-1.165-1.68c-.678-.085-1.044.437-1.14.708z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.47%2018.294c-.786.583-.473%201.465-.215%201.831c.6.637%201.369.42%201.68.229c1.31-.985%204.095-3.074%204.72-3.566c.78-.613.612-1.49-.012-2.042c-.51-.462-1.1-.24-1.333-.072z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.076%2020.262c.787.582%201.537.018%201.813-.336c.42-.769-.012-1.441-.282-1.681c-1.327-.96-4.142-3.002-4.797-3.458c-.816-.57-1.603-.144-1.945.612c-.288.624.102%201.129.33%201.303c1.303.942%204.095%202.978%204.881%203.56%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.626%2019.695c.313.93%201.243.9%201.675.768a1.356%201.356%200%200%200%20.727-1.531c-.528-1.56-1.663-4.85-1.94-5.595c-.342-.937-1.224-1.045-1.945-.619c-.588.349-.558.979-.474%201.255z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.345%2011.222c.792-.57.492-1.46.24-1.831a1.35%201.35%200%200%200-1.68-.24c-1.322.96-4.131%203.02-4.762%203.506c-.792.6-.63%201.483-.012%202.04c.505.463%201.099.253%201.333.085c1.297-.949%204.088-2.99%204.88-3.56%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.71%2011.263c.978.012%201.272-.745%201.29-1.195a1.36%201.36%200%200%200-1.2-1.206a480%20480%200%200%200-5.914%200c-.99.012-1.381.792-1.225%201.614c.126.673.745.781%201.033.787c1.609.012%205.042-.012%206.021%200z%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%22M13.141%205.098c.282-.888-.48-1.429-.894-1.59c-.84-.181-1.261.455-1.4.78c-.468%201.488-1.5%204.598-1.716%205.33c-.259.913.258%201.532%201.074%201.646a1.17%201.17%200%200%200%201.213-.673z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.177%204.275c-.294-.9-1.23-.888-1.663-.768a1.296%201.296%200%200%200-.757%201.465c.505%201.513%201.567%204.713%201.831%205.445c.325.913%201.255%201.015%201.982.619c.6-.325.534-.925.45-1.19zm-3.104%206.988c.96.012%201.26-.78%201.285-1.23a1.3%201.3%200%200%200-1.183-1.172a573%20573%200%200%200-5.601%200c-.985.018-1.621.787-1.465%201.603c.12.673.684.793.96.799c1.591.006%205.037-.012%206.004%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.284%2014.705c.78.588%201.537.03%201.813-.325c.432-.762%200-1.44-.27-1.68a523%20523%200%200%200-4.773-3.495c-.81-.576-1.597-.156-1.951.6c-.288.625.096%201.13.324%201.303l4.863%203.603z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.02%2018.859c-.318.924.439%201.477.859%201.633c.858.18%201.369-.438%201.513-.769a510%20510%200%200%200%201.873-5.619c.3-.948-.336-1.573-1.165-1.68c-.678-.085-1.044.437-1.14.708z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.47%2018.294c-.786.583-.473%201.465-.215%201.831c.6.637%201.369.42%201.68.229c1.31-.985%204.095-3.074%204.72-3.566c.78-.613.612-1.49-.012-2.042c-.51-.462-1.1-.24-1.333-.072z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.076%2020.262c.787.582%201.537.018%201.813-.336c.42-.769-.012-1.441-.282-1.681c-1.327-.96-4.142-3.002-4.797-3.458c-.816-.57-1.603-.144-1.945.612c-.288.624.102%201.129.33%201.303c1.303.942%204.095%202.978%204.881%203.56%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.626%2019.695c.313.93%201.243.9%201.675.768a1.356%201.356%200%200%200%20.727-1.531c-.528-1.56-1.663-4.85-1.94-5.595c-.342-.937-1.224-1.045-1.945-.619c-.588.349-.558.979-.474%201.255z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.345%2011.222c.792-.57.492-1.46.24-1.831a1.35%201.35%200%200%200-1.68-.24c-1.322.96-4.131%203.02-4.762%203.506c-.792.6-.63%201.483-.012%202.04c.505.463%201.099.253%201.333.085c1.297-.949%204.088-2.99%204.88-3.56%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.71%2011.263c.978.012%201.272-.745%201.29-1.195a1.36%201.36%200%200%200-1.2-1.206a480%20480%200%200%200-5.914%200c-.99.012-1.381.792-1.225%201.614c.126.673.745.781%201.033.787c1.609.012%205.042-.012%206.021%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/min.svg?color=%231a73e8&size=48