Brand Linux Mint Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Brand Linux 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/305166.svg" alt="Brand Linux Mint icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305166.svg" alt="Brand Linux Mint icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305166.svg" alt="Brand Linux Mint icon" :width="24" :height="24" />
CSS background
.icon-brand-linux-mint {
background-image: url('https://proicons.com/icon/305166.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M650 53H497L0 51v333h116v235c0 182 157 330 350 330h534V383c0-182-157-330-350-330zm331 877H466c-182 0-331-139-331-311V365H19V70l478 2 153 1c182 0 331 139 331 310v547zM656 145H504l-410-2v148h63c44 0 52 30 52 72v261c0 135 118 244 264 244h361c46 0 87-29 87-74V390c-1-135-119-245-265-245zm146 580c-30 31-67 46-110 46H417c-33-3-63-19-88-44-29-29-44-65-44-106V235h72v372c0 50 34 88 74 88l247 1c51 0 91-35 91-77V421c0-12-4-22-13-32-9-9-19-13-32-13s-22 4-31 13c-10 10-14 20-14 32v169h-76V421c0-12-4-22-14-32-9-9-18-13-31-13s-22 4-32 13-13 20-13 32v169h-77V421c0-33 13-63 36-86 24-24 53-36 86-36 32 0 60 12 83 34 23-22 51-34 83-34 33 0 62 12 86 36s36 53 36 86v211c-4 36-19 67-44 93z"/></svg>
Copied!