linux mint logo
linux-mint from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- linux-mint
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×256
- License
- CC0
The same logo in other sets
Related icons in SVG Logos
Use the linux mint logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><circle cx="128" cy="128" r="118" fill="#69b53f"/><path fill="#fff" d="M128 0C57.308 0 0 57.308 0 128s57.308 128 128 128s128-57.308 128-128S198.692 0 128 0m0 20c59.647 0 108 48.353 108 108s-48.353 108-108 108S20 187.647 20 128S68.353 20 128 20"/><path fill="#f8f8f8" d="M78.5 62.5V153c0 10.772 8.43 19.317 19.153 19.497l.347.003h60c10.772 0 19.317-8.43 19.497-19.153l.003-.347v-50c0-5.365-4.135-9.5-9.5-9.5c-5.273 0-9.357 3.994-9.496 9.224l-.004.276v50.5h-21V103c0-5.365-4.135-9.5-9.5-9.5c-5.273 0-9.357 3.994-9.496 9.224l-.004.276v50.5h-21V103c0-16.726 13.774-30.5 30.5-30.5c7.038 0 13.734 2.515 19.179 6.997l.396.331l.425.368l.434-.376c5.25-4.46 11.71-7.064 18.538-7.302l.526-.014l.502-.004c16.559 0 30.224 13.5 30.496 30l.004.5v50c0 22.027-17.888 40.135-39.834 40.495l-.666.005H98c-22.027 0-40.135-17.888-40.495-39.834L57.5 153V62.5z"/></svg>
React
import type { SVGProps } from "react";
export function LogosLinuxMint(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><circle cx="128" cy="128" r="118" fill="#69b53f"/><path fill="#fff" d="M128 0C57.308 0 0 57.308 0 128s57.308 128 128 128s128-57.308 128-128S198.692 0 128 0m0 20c59.647 0 108 48.353 108 108s-48.353 108-108 108S20 187.647 20 128S68.353 20 128 20"/><path fill="#f8f8f8" d="M78.5 62.5V153c0 10.772 8.43 19.317 19.153 19.497l.347.003h60c10.772 0 19.317-8.43 19.497-19.153l.003-.347v-50c0-5.365-4.135-9.5-9.5-9.5c-5.273 0-9.357 3.994-9.496 9.224l-.004.276v50.5h-21V103c0-5.365-4.135-9.5-9.5-9.5c-5.273 0-9.357 3.994-9.496 9.224l-.004.276v50.5h-21V103c0-16.726 13.774-30.5 30.5-30.5c7.038 0 13.734 2.515 19.179 6.997l.396.331l.425.368l.434-.376c5.25-4.46 11.71-7.064 18.538-7.302l.526-.014l.502-.004c16.559 0 30.224 13.5 30.496 30l.004.5v50c0 22.027-17.888 40.135-39.834 40.495l-.666.005H98c-22.027 0-40.135-17.888-40.495-39.834L57.5 153V62.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><circle cx="128" cy="128" r="118" fill="#69b53f"/><path fill="#fff" d="M128 0C57.308 0 0 57.308 0 128s57.308 128 128 128s128-57.308 128-128S198.692 0 128 0m0 20c59.647 0 108 48.353 108 108s-48.353 108-108 108S20 187.647 20 128S68.353 20 128 20"/><path fill="#f8f8f8" d="M78.5 62.5V153c0 10.772 8.43 19.317 19.153 19.497l.347.003h60c10.772 0 19.317-8.43 19.497-19.153l.003-.347v-50c0-5.365-4.135-9.5-9.5-9.5c-5.273 0-9.357 3.994-9.496 9.224l-.004.276v50.5h-21V103c0-5.365-4.135-9.5-9.5-9.5c-5.273 0-9.357 3.994-9.496 9.224l-.004.276v50.5h-21V103c0-16.726 13.774-30.5 30.5-30.5c7.038 0 13.734 2.515 19.179 6.997l.396.331l.425.368l.434-.376c5.25-4.46 11.71-7.064 18.538-7.302l.526-.014l.502-.004c16.559 0 30.224 13.5 30.496 30l.004.5v50c0 22.027-17.888 40.135-39.834 40.495l-.666.005H98c-22.027 0-40.135-17.888-40.495-39.834L57.5 153V62.5z"/></svg> </template>
CSS
.icon-linux-mint {
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%20256%20256%22%3E%3Ccircle%20cx%3D%22128%22%20cy%3D%22128%22%20r%3D%22118%22%20fill%3D%22%2369b53f%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M128%200C57.308%200%200%2057.308%200%20128s57.308%20128%20128%20128s128-57.308%20128-128S198.692%200%20128%200m0%2020c59.647%200%20108%2048.353%20108%20108s-48.353%20108-108%20108S20%20187.647%2020%20128S68.353%2020%20128%2020%22%2F%3E%3Cpath%20fill%3D%22%23f8f8f8%22%20d%3D%22M78.5%2062.5V153c0%2010.772%208.43%2019.317%2019.153%2019.497l.347.003h60c10.772%200%2019.317-8.43%2019.497-19.153l.003-.347v-50c0-5.365-4.135-9.5-9.5-9.5c-5.273%200-9.357%203.994-9.496%209.224l-.004.276v50.5h-21V103c0-5.365-4.135-9.5-9.5-9.5c-5.273%200-9.357%203.994-9.496%209.224l-.004.276v50.5h-21V103c0-16.726%2013.774-30.5%2030.5-30.5c7.038%200%2013.734%202.515%2019.179%206.997l.396.331l.425.368l.434-.376c5.25-4.46%2011.71-7.064%2018.538-7.302l.526-.014l.502-.004c16.559%200%2030.224%2013.5%2030.496%2030l.004.5v50c0%2022.027-17.888%2040.135-39.834%2040.495l-.666.005H98c-22.027%200-40.135-17.888-40.495-39.834L57.5%20153V62.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%20256%20256%22%3E%3Ccircle%20cx%3D%22128%22%20cy%3D%22128%22%20r%3D%22118%22%20fill%3D%22%2369b53f%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M128%200C57.308%200%200%2057.308%200%20128s57.308%20128%20128%20128s128-57.308%20128-128S198.692%200%20128%200m0%2020c59.647%200%20108%2048.353%20108%20108s-48.353%20108-108%20108S20%20187.647%2020%20128S68.353%2020%20128%2020%22%2F%3E%3Cpath%20fill%3D%22%23f8f8f8%22%20d%3D%22M78.5%2062.5V153c0%2010.772%208.43%2019.317%2019.153%2019.497l.347.003h60c10.772%200%2019.317-8.43%2019.497-19.153l.003-.347v-50c0-5.365-4.135-9.5-9.5-9.5c-5.273%200-9.357%203.994-9.496%209.224l-.004.276v50.5h-21V103c0-5.365-4.135-9.5-9.5-9.5c-5.273%200-9.357%203.994-9.496%209.224l-.004.276v50.5h-21V103c0-16.726%2013.774-30.5%2030.5-30.5c7.038%200%2013.734%202.515%2019.179%206.997l.396.331l.425.368l.434-.376c5.25-4.46%2011.71-7.064%2018.538-7.302l.526-.014l.502-.004c16.559%200%2030.224%2013.5%2030.496%2030l.004.5v50c0%2022.027-17.888%2040.135-39.834%2040.495l-.666.005H98c-22.027%200-40.135-17.888-40.495-39.834L57.5%20153V62.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/linux-mint.svg?color=%231a73e8&size=48