linuxmint from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
linuxmint
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

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 24 24"><path fill="currentColor" d="M5.438 5.906v8.438c0 2.06 1.69 3.75 3.75 3.75h5.625c2.06 0 3.75-1.69 3.75-3.75V9.656a2.827 2.827 0 0 0-2.813-2.812a2.8 2.8 0 0 0-1.875.737A2.8 2.8 0 0 0 12 6.844a2.827 2.827 0 0 0-2.812 2.812v4.688h1.875V9.656c0-.529.408-.937.937-.937s.938.408.938.937v4.688h1.875V9.656c0-.529.408-.937.937-.937s.938.408.938.937v4.688a1.86 1.86 0 0 1-1.875 1.875H9.188a1.86 1.86 0 0 1-1.875-1.875V5.906ZM12 0C5.384 0 0 5.384 0 12s5.384 12 12 12s12-5.384 12-12S18.616 0 12 0m0 1.875A10.11 10.11 0 0 1 22.125 12A10.11 10.11 0 0 1 12 22.125A10.11 10.11 0 0 1 1.875 12A10.11 10.11 0 0 1 12 1.875"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsLinuxmint(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="M5.438 5.906v8.438c0 2.06 1.69 3.75 3.75 3.75h5.625c2.06 0 3.75-1.69 3.75-3.75V9.656a2.827 2.827 0 0 0-2.813-2.812a2.8 2.8 0 0 0-1.875.737A2.8 2.8 0 0 0 12 6.844a2.827 2.827 0 0 0-2.812 2.812v4.688h1.875V9.656c0-.529.408-.937.937-.937s.938.408.938.937v4.688h1.875V9.656c0-.529.408-.937.937-.937s.938.408.938.937v4.688a1.86 1.86 0 0 1-1.875 1.875H9.188a1.86 1.86 0 0 1-1.875-1.875V5.906ZM12 0C5.384 0 0 5.384 0 12s5.384 12 12 12s12-5.384 12-12S18.616 0 12 0m0 1.875A10.11 10.11 0 0 1 22.125 12A10.11 10.11 0 0 1 12 22.125A10.11 10.11 0 0 1 1.875 12A10.11 10.11 0 0 1 12 1.875"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.438 5.906v8.438c0 2.06 1.69 3.75 3.75 3.75h5.625c2.06 0 3.75-1.69 3.75-3.75V9.656a2.827 2.827 0 0 0-2.813-2.812a2.8 2.8 0 0 0-1.875.737A2.8 2.8 0 0 0 12 6.844a2.827 2.827 0 0 0-2.812 2.812v4.688h1.875V9.656c0-.529.408-.937.937-.937s.938.408.938.937v4.688h1.875V9.656c0-.529.408-.937.937-.937s.938.408.938.937v4.688a1.86 1.86 0 0 1-1.875 1.875H9.188a1.86 1.86 0 0 1-1.875-1.875V5.906ZM12 0C5.384 0 0 5.384 0 12s5.384 12 12 12s12-5.384 12-12S18.616 0 12 0m0 1.875A10.11 10.11 0 0 1 22.125 12A10.11 10.11 0 0 1 12 22.125A10.11 10.11 0 0 1 1.875 12A10.11 10.11 0 0 1 12 1.875"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.438%205.906v8.438c0%202.06%201.69%203.75%203.75%203.75h5.625c2.06%200%203.75-1.69%203.75-3.75V9.656a2.827%202.827%200%200%200-2.813-2.812a2.8%202.8%200%200%200-1.875.737A2.8%202.8%200%200%200%2012%206.844a2.827%202.827%200%200%200-2.812%202.812v4.688h1.875V9.656c0-.529.408-.937.937-.937s.938.408.938.937v4.688h1.875V9.656c0-.529.408-.937.937-.937s.938.408.938.937v4.688a1.86%201.86%200%200%201-1.875%201.875H9.188a1.86%201.86%200%200%201-1.875-1.875V5.906ZM12%200C5.384%200%200%205.384%200%2012s5.384%2012%2012%2012s12-5.384%2012-12S18.616%200%2012%200m0%201.875A10.11%2010.11%200%200%201%2022.125%2012A10.11%2010.11%200%200%201%2012%2022.125A10.11%2010.11%200%200%201%201.875%2012A10.11%2010.11%200%200%201%2012%201.875%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%22M5.438%205.906v8.438c0%202.06%201.69%203.75%203.75%203.75h5.625c2.06%200%203.75-1.69%203.75-3.75V9.656a2.827%202.827%200%200%200-2.813-2.812a2.8%202.8%200%200%200-1.875.737A2.8%202.8%200%200%200%2012%206.844a2.827%202.827%200%200%200-2.812%202.812v4.688h1.875V9.656c0-.529.408-.937.937-.937s.938.408.938.937v4.688h1.875V9.656c0-.529.408-.937.937-.937s.938.408.938.937v4.688a1.86%201.86%200%200%201-1.875%201.875H9.188a1.86%201.86%200%200%201-1.875-1.875V5.906ZM12%200C5.384%200%200%205.384%200%2012s5.384%2012%2012%2012s12-5.384%2012-12S18.616%200%2012%200m0%201.875A10.11%2010.11%200%200%201%2022.125%2012A10.11%2010.11%200%200%201%2012%2022.125A10.11%2010.11%200%200%201%201.875%2012A10.11%2010.11%200%200%201%2012%201.875%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/linuxmint.svg?color=%231a73e8&size=48