linux-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
linux-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Use the linux icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M8 6a4 4 0 0 1 8 0v1c0 1.214.502 2.267 1.166 3.354c.124.203.274.438.427.678c.207.325.42.66.588.944c.32.541.629 1.14.79 1.781a7 7 0 0 1 .192 1.358a2 2 0 0 0-1.93-.516l-.566.151l-.582-.336a2 2 0 0 0-2.996 1.613l-.238 3.965c-.021.345.022.684.121 1.003a7 7 0 0 1-.269.005h-.406q-.114 0-.226-.004c.22-.71.152-1.492-.214-2.167l-1.891-3.493a2 2 0 0 0-3.397-.195l-.385.55l-.33.058a5.4 5.4 0 0 1 .024-1.16c.037-.285.086-.567.152-.832c.254-1.018.739-1.83 1.125-2.477q.09-.147.169-.284C7.74 10.28 8 9.723 8 9zm3.597 1.664a1.5 1.5 0 0 0-1.035.114l-.822.41c.224.597.572 1.156.897 1.6c.176.24.341.441.47.588l.105-.059c.271-.154.642-.376 1.04-.646c.603-.412 1.224-.91 1.661-1.427z" clip-rule="evenodd"/><path fill="currentColor" d="M18.716 16.271a1 1 0 0 0-1.225-.707l-.966.259l-.94-.543a1 1 0 0 0-1.498.806l-.238 3.965a1.809 1.809 0 0 0 2.802 1.618l3.315-2.188a1 1 0 0 0-.051-1.7l-.94-.544zM4.97 17.936a1 1 0 0 1 .81-1.159l.985-.173l.623-.89a1 1 0 0 1 1.698.098l1.892 3.493a1.809 1.809 0 0 1-1.856 2.65l-3.93-.582a1 1 0 0 1-.672-1.563l.623-.89z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteLinuxFill(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" fillRule="evenodd" d="M8 6a4 4 0 0 1 8 0v1c0 1.214.502 2.267 1.166 3.354c.124.203.274.438.427.678c.207.325.42.66.588.944c.32.541.629 1.14.79 1.781a7 7 0 0 1 .192 1.358a2 2 0 0 0-1.93-.516l-.566.151l-.582-.336a2 2 0 0 0-2.996 1.613l-.238 3.965c-.021.345.022.684.121 1.003a7 7 0 0 1-.269.005h-.406q-.114 0-.226-.004c.22-.71.152-1.492-.214-2.167l-1.891-3.493a2 2 0 0 0-3.397-.195l-.385.55l-.33.058a5.4 5.4 0 0 1 .024-1.16c.037-.285.086-.567.152-.832c.254-1.018.739-1.83 1.125-2.477q.09-.147.169-.284C7.74 10.28 8 9.723 8 9zm3.597 1.664a1.5 1.5 0 0 0-1.035.114l-.822.41c.224.597.572 1.156.897 1.6c.176.24.341.441.47.588l.105-.059c.271-.154.642-.376 1.04-.646c.603-.412 1.224-.91 1.661-1.427z" clipRule="evenodd"/><path fill="currentColor" d="M18.716 16.271a1 1 0 0 0-1.225-.707l-.966.259l-.94-.543a1 1 0 0 0-1.498.806l-.238 3.965a1.809 1.809 0 0 0 2.802 1.618l3.315-2.188a1 1 0 0 0-.051-1.7l-.94-.544zM4.97 17.936a1 1 0 0 1 .81-1.159l.985-.173l.623-.89a1 1 0 0 1 1.698.098l1.892 3.493a1.809 1.809 0 0 1-1.856 2.65l-3.93-.582a1 1 0 0 1-.672-1.563l.623-.89z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M8 6a4 4 0 0 1 8 0v1c0 1.214.502 2.267 1.166 3.354c.124.203.274.438.427.678c.207.325.42.66.588.944c.32.541.629 1.14.79 1.781a7 7 0 0 1 .192 1.358a2 2 0 0 0-1.93-.516l-.566.151l-.582-.336a2 2 0 0 0-2.996 1.613l-.238 3.965c-.021.345.022.684.121 1.003a7 7 0 0 1-.269.005h-.406q-.114 0-.226-.004c.22-.71.152-1.492-.214-2.167l-1.891-3.493a2 2 0 0 0-3.397-.195l-.385.55l-.33.058a5.4 5.4 0 0 1 .024-1.16c.037-.285.086-.567.152-.832c.254-1.018.739-1.83 1.125-2.477q.09-.147.169-.284C7.74 10.28 8 9.723 8 9zm3.597 1.664a1.5 1.5 0 0 0-1.035.114l-.822.41c.224.597.572 1.156.897 1.6c.176.24.341.441.47.588l.105-.059c.271-.154.642-.376 1.04-.646c.603-.412 1.224-.91 1.661-1.427z" clip-rule="evenodd"/><path fill="currentColor" d="M18.716 16.271a1 1 0 0 0-1.225-.707l-.966.259l-.94-.543a1 1 0 0 0-1.498.806l-.238 3.965a1.809 1.809 0 0 0 2.802 1.618l3.315-2.188a1 1 0 0 0-.051-1.7l-.94-.544zM4.97 17.936a1 1 0 0 1 .81-1.159l.985-.173l.623-.89a1 1 0 0 1 1.698.098l1.892 3.493a1.809 1.809 0 0 1-1.856 2.65l-3.93-.582a1 1 0 0 1-.672-1.563l.623-.89z"/></svg>
</template>

CSS

.icon-linux-fill {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M8%206a4%204%200%200%201%208%200v1c0%201.214.502%202.267%201.166%203.354c.124.203.274.438.427.678c.207.325.42.66.588.944c.32.541.629%201.14.79%201.781a7%207%200%200%201%20.192%201.358a2%202%200%200%200-1.93-.516l-.566.151l-.582-.336a2%202%200%200%200-2.996%201.613l-.238%203.965c-.021.345.022.684.121%201.003a7%207%200%200%201-.269.005h-.406q-.114%200-.226-.004c.22-.71.152-1.492-.214-2.167l-1.891-3.493a2%202%200%200%200-3.397-.195l-.385.55l-.33.058a5.4%205.4%200%200%201%20.024-1.16c.037-.285.086-.567.152-.832c.254-1.018.739-1.83%201.125-2.477q.09-.147.169-.284C7.74%2010.28%208%209.723%208%209zm3.597%201.664a1.5%201.5%200%200%200-1.035.114l-.822.41c.224.597.572%201.156.897%201.6c.176.24.341.441.47.588l.105-.059c.271-.154.642-.376%201.04-.646c.603-.412%201.224-.91%201.661-1.427z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.716%2016.271a1%201%200%200%200-1.225-.707l-.966.259l-.94-.543a1%201%200%200%200-1.498.806l-.238%203.965a1.809%201.809%200%200%200%202.802%201.618l3.315-2.188a1%201%200%200%200-.051-1.7l-.94-.544zM4.97%2017.936a1%201%200%200%201%20.81-1.159l.985-.173l.623-.89a1%201%200%200%201%201.698.098l1.892%203.493a1.809%201.809%200%200%201-1.856%202.65l-3.93-.582a1%201%200%200%201-.672-1.563l.623-.89z%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%20fill-rule%3D%22evenodd%22%20d%3D%22M8%206a4%204%200%200%201%208%200v1c0%201.214.502%202.267%201.166%203.354c.124.203.274.438.427.678c.207.325.42.66.588.944c.32.541.629%201.14.79%201.781a7%207%200%200%201%20.192%201.358a2%202%200%200%200-1.93-.516l-.566.151l-.582-.336a2%202%200%200%200-2.996%201.613l-.238%203.965c-.021.345.022.684.121%201.003a7%207%200%200%201-.269.005h-.406q-.114%200-.226-.004c.22-.71.152-1.492-.214-2.167l-1.891-3.493a2%202%200%200%200-3.397-.195l-.385.55l-.33.058a5.4%205.4%200%200%201%20.024-1.16c.037-.285.086-.567.152-.832c.254-1.018.739-1.83%201.125-2.477q.09-.147.169-.284C7.74%2010.28%208%209.723%208%209zm3.597%201.664a1.5%201.5%200%200%200-1.035.114l-.822.41c.224.597.572%201.156.897%201.6c.176.24.341.441.47.588l.105-.059c.271-.154.642-.376%201.04-.646c.603-.412%201.224-.91%201.661-1.427z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.716%2016.271a1%201%200%200%200-1.225-.707l-.966.259l-.94-.543a1%201%200%200%200-1.498.806l-.238%203.965a1.809%201.809%200%200%200%202.802%201.618l3.315-2.188a1%201%200%200%200-.051-1.7l-.94-.544zM4.97%2017.936a1%201%200%200%201%20.81-1.159l.985-.173l.623-.89a1%201%200%200%201%201.698.098l1.892%203.493a1.809%201.809%200%200%201-1.856%202.65l-3.93-.582a1%201%200%200%201-.672-1.563l.623-.89z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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