linuxmint logo
linuxmint from Devicon by konpa · Original · MIT Free for personal and commercial use.
- Name
- linuxmint
- Set
- Devicon
- Style
- Original
- Viewbox
- 128×128
- License
- MIT
1 other variant in Devicon
The same logo in other sets
Use the linuxmint logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#fff" d="M128 64a64 64 0 0 1-64 64A64 64 0 0 1 0 64A64 64 0 0 1 64 0a64 64 0 0 1 64 64"/><path fill="#69b53f" d="M118 64a54 54 0 0 1-54 54a54 54 0 0 1-54-54a54 54 0 0 1 54-54a54 54 0 0 1 54 54"/><path fill="#f8f8f8" d="M29 31.5v45a20.06 20.06 0 0 0 20 20h30a20.06 20.06 0 0 0 20-20v-25c-.05-8.25-6.75-14.95-15-15c-3.7 0-7.25 1.4-10 3.95c-2.75-2.5-6.3-3.9-10-3.95c-8.25.05-14.95 6.75-15 15v25h10v-25c0-2.75 2.25-5 5-5s5 2.25 5 5v25h10v-25c0-2.75 2.25-5 5-5s5 2.25 5 5v25c.05 5.5-4.4 9.95-9.85 10H49c-5.5.05-9.95-4.4-10-9.85V31.5z"/></svg>
React
import type { SVGProps } from "react";
export function DeviconLinuxmint(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#fff" d="M128 64a64 64 0 0 1-64 64A64 64 0 0 1 0 64A64 64 0 0 1 64 0a64 64 0 0 1 64 64"/><path fill="#69b53f" d="M118 64a54 54 0 0 1-54 54a54 54 0 0 1-54-54a54 54 0 0 1 54-54a54 54 0 0 1 54 54"/><path fill="#f8f8f8" d="M29 31.5v45a20.06 20.06 0 0 0 20 20h30a20.06 20.06 0 0 0 20-20v-25c-.05-8.25-6.75-14.95-15-15c-3.7 0-7.25 1.4-10 3.95c-2.75-2.5-6.3-3.9-10-3.95c-8.25.05-14.95 6.75-15 15v25h10v-25c0-2.75 2.25-5 5-5s5 2.25 5 5v25h10v-25c0-2.75 2.25-5 5-5s5 2.25 5 5v25c.05 5.5-4.4 9.95-9.85 10H49c-5.5.05-9.95-4.4-10-9.85V31.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#fff" d="M128 64a64 64 0 0 1-64 64A64 64 0 0 1 0 64A64 64 0 0 1 64 0a64 64 0 0 1 64 64"/><path fill="#69b53f" d="M118 64a54 54 0 0 1-54 54a54 54 0 0 1-54-54a54 54 0 0 1 54-54a54 54 0 0 1 54 54"/><path fill="#f8f8f8" d="M29 31.5v45a20.06 20.06 0 0 0 20 20h30a20.06 20.06 0 0 0 20-20v-25c-.05-8.25-6.75-14.95-15-15c-3.7 0-7.25 1.4-10 3.95c-2.75-2.5-6.3-3.9-10-3.95c-8.25.05-14.95 6.75-15 15v25h10v-25c0-2.75 2.25-5 5-5s5 2.25 5 5v25h10v-25c0-2.75 2.25-5 5-5s5 2.25 5 5v25c.05 5.5-4.4 9.95-9.85 10H49c-5.5.05-9.95-4.4-10-9.85V31.5z"/></svg> </template>
CSS
.icon-linuxmint {
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%20128%20128%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M128%2064a64%2064%200%200%201-64%2064A64%2064%200%200%201%200%2064A64%2064%200%200%201%2064%200a64%2064%200%200%201%2064%2064%22%2F%3E%3Cpath%20fill%3D%22%2369b53f%22%20d%3D%22M118%2064a54%2054%200%200%201-54%2054a54%2054%200%200%201-54-54a54%2054%200%200%201%2054-54a54%2054%200%200%201%2054%2054%22%2F%3E%3Cpath%20fill%3D%22%23f8f8f8%22%20d%3D%22M29%2031.5v45a20.06%2020.06%200%200%200%2020%2020h30a20.06%2020.06%200%200%200%2020-20v-25c-.05-8.25-6.75-14.95-15-15c-3.7%200-7.25%201.4-10%203.95c-2.75-2.5-6.3-3.9-10-3.95c-8.25.05-14.95%206.75-15%2015v25h10v-25c0-2.75%202.25-5%205-5s5%202.25%205%205v25h10v-25c0-2.75%202.25-5%205-5s5%202.25%205%205v25c.05%205.5-4.4%209.95-9.85%2010H49c-5.5.05-9.95-4.4-10-9.85V31.5z%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M128%2064a64%2064%200%200%201-64%2064A64%2064%200%200%201%200%2064A64%2064%200%200%201%2064%200a64%2064%200%200%201%2064%2064%22%2F%3E%3Cpath%20fill%3D%22%2369b53f%22%20d%3D%22M118%2064a54%2054%200%200%201-54%2054a54%2054%200%200%201-54-54a54%2054%200%200%201%2054-54a54%2054%200%200%201%2054%2054%22%2F%3E%3Cpath%20fill%3D%22%23f8f8f8%22%20d%3D%22M29%2031.5v45a20.06%2020.06%200%200%200%2020%2020h30a20.06%2020.06%200%200%200%2020-20v-25c-.05-8.25-6.75-14.95-15-15c-3.7%200-7.25%201.4-10%203.95c-2.75-2.5-6.3-3.9-10-3.95c-8.25.05-14.95%206.75-15%2015v25h10v-25c0-2.75%202.25-5%205-5s5%202.25%205%205v25h10v-25c0-2.75%202.25-5%205-5s5%202.25%205%205v25c.05%205.5-4.4%209.95-9.85%2010H49c-5.5.05-9.95-4.4-10-9.85V31.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/devicon/linuxmint.svg?color=%231a73e8&size=48