Mint Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mint icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/343910.svg" alt="Mint icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343910.svg" alt="Mint icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343910.svg" alt="Mint icon" :width="24" :height="24" />
CSS background
.icon-mint {
background-image: url('https://proicons.com/icon/343910.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:#fff;}.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect id="b" class="d" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="d" d="M11.5,23.1684c0-1.3953,1.1311-2.5264,2.5264-2.5264h0c1.3953,0,2.5264,1.1311,2.5264,2.5264v4.1685"/><line class="d" x1="11.5" y1="20.6421" x2="11.5" y2="27.337"/><path class="d" d="M16.5528,23.1684c0-1.3953,1.1311-2.5264,2.5264-2.5264h0c1.3953,0,2.5264,1.1311,2.5264,2.5264v4.1685"/><circle class="c" cx="24.0688" cy="17.5472" r=".75"/><line class="d" x1="24.0688" y1="20.6421" x2="24.0688" y2="27.337"/><path class="d" d="M34.8578,18.5578v7.516c0,.6976.5656,1.2632,1.2632,1.2632h.379"/><line class="d" x1="33.5315" y1="20.6421" x2="36.1842" y2="20.6421"/><path class="d" d="M32.0367,27.337v-4.1685c0-1.3953-1.1311-2.5264-2.5264-2.5264h0c-1.3953,0-2.5264,1.1311-2.5264,2.5264"/><line class="d" x1="26.9839" y1="27.337" x2="26.9839" y2="20.6421"/></svg>
Copied!