mac-command-filled from Ant Design Icons by HeskeyBaozi · Filled · MIT Free for personal and commercial use.

Name
mac-command-filled
Set
Ant Design Icons
Style
Filled
Viewbox
1024×1024
License
MIT

1 other variant in Ant Design Icons

The same icon in other sets

Use the mac command icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M624 672c0 26.5 21.5 48 48 48s48-21.5 48-48s-21.5-48-48-48h-48zm96-320c0-26.5-21.5-48-48-48s-48 21.5-48 48v48h48c26.5 0 48-21.5 48-48"/><path fill="currentColor" d="M928 64H96c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32M672 560c61.9 0 112 50.1 112 112s-50.1 112-112 112s-112-50.1-112-112v-48h-96v48c0 61.9-50.1 112-112 112s-112-50.1-112-112s50.1-112 112-112h48v-96h-48c-61.9 0-112-50.1-112-112s50.1-112 112-112s112 50.1 112 112v48h96v-48c0-61.9 50.1-112 112-112s112 50.1 112 112s-50.1 112-112 112h-48v96z"/><path fill="currentColor" d="M464 464h96v96h-96zM352 304c-26.5 0-48 21.5-48 48s21.5 48 48 48h48v-48c0-26.5-21.5-48-48-48m-48 368c0 26.5 21.5 48 48 48s48-21.5 48-48v-48h-48c-26.5 0-48 21.5-48 48"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignMacCommandFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M624 672c0 26.5 21.5 48 48 48s48-21.5 48-48s-21.5-48-48-48h-48zm96-320c0-26.5-21.5-48-48-48s-48 21.5-48 48v48h48c26.5 0 48-21.5 48-48"/><path fill="currentColor" d="M928 64H96c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32M672 560c61.9 0 112 50.1 112 112s-50.1 112-112 112s-112-50.1-112-112v-48h-96v48c0 61.9-50.1 112-112 112s-112-50.1-112-112s50.1-112 112-112h48v-96h-48c-61.9 0-112-50.1-112-112s50.1-112 112-112s112 50.1 112 112v48h96v-48c0-61.9 50.1-112 112-112s112 50.1 112 112s-50.1 112-112 112h-48v96z"/><path fill="currentColor" d="M464 464h96v96h-96zM352 304c-26.5 0-48 21.5-48 48s21.5 48 48 48h48v-48c0-26.5-21.5-48-48-48m-48 368c0 26.5 21.5 48 48 48s48-21.5 48-48v-48h-48c-26.5 0-48 21.5-48 48"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M624 672c0 26.5 21.5 48 48 48s48-21.5 48-48s-21.5-48-48-48h-48zm96-320c0-26.5-21.5-48-48-48s-48 21.5-48 48v48h48c26.5 0 48-21.5 48-48"/><path fill="currentColor" d="M928 64H96c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32M672 560c61.9 0 112 50.1 112 112s-50.1 112-112 112s-112-50.1-112-112v-48h-96v48c0 61.9-50.1 112-112 112s-112-50.1-112-112s50.1-112 112-112h48v-96h-48c-61.9 0-112-50.1-112-112s50.1-112 112-112s112 50.1 112 112v48h96v-48c0-61.9 50.1-112 112-112s112 50.1 112 112s-50.1 112-112 112h-48v96z"/><path fill="currentColor" d="M464 464h96v96h-96zM352 304c-26.5 0-48 21.5-48 48s21.5 48 48 48h48v-48c0-26.5-21.5-48-48-48m-48 368c0 26.5 21.5 48 48 48s48-21.5 48-48v-48h-48c-26.5 0-48 21.5-48 48"/></svg>
</template>

CSS

.icon-mac-command-filled {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M624%20672c0%2026.5%2021.5%2048%2048%2048s48-21.5%2048-48s-21.5-48-48-48h-48zm96-320c0-26.5-21.5-48-48-48s-48%2021.5-48%2048v48h48c26.5%200%2048-21.5%2048-48%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M928%2064H96c-17.7%200-32%2014.3-32%2032v832c0%2017.7%2014.3%2032%2032%2032h832c17.7%200%2032-14.3%2032-32V96c0-17.7-14.3-32-32-32M672%20560c61.9%200%20112%2050.1%20112%20112s-50.1%20112-112%20112s-112-50.1-112-112v-48h-96v48c0%2061.9-50.1%20112-112%20112s-112-50.1-112-112s50.1-112%20112-112h48v-96h-48c-61.9%200-112-50.1-112-112s50.1-112%20112-112s112%2050.1%20112%20112v48h96v-48c0-61.9%2050.1-112%20112-112s112%2050.1%20112%20112s-50.1%20112-112%20112h-48v96z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M464%20464h96v96h-96zM352%20304c-26.5%200-48%2021.5-48%2048s21.5%2048%2048%2048h48v-48c0-26.5-21.5-48-48-48m-48%20368c0%2026.5%2021.5%2048%2048%2048s48-21.5%2048-48v-48h-48c-26.5%200-48%2021.5-48%2048%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M624%20672c0%2026.5%2021.5%2048%2048%2048s48-21.5%2048-48s-21.5-48-48-48h-48zm96-320c0-26.5-21.5-48-48-48s-48%2021.5-48%2048v48h48c26.5%200%2048-21.5%2048-48%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M928%2064H96c-17.7%200-32%2014.3-32%2032v832c0%2017.7%2014.3%2032%2032%2032h832c17.7%200%2032-14.3%2032-32V96c0-17.7-14.3-32-32-32M672%20560c61.9%200%20112%2050.1%20112%20112s-50.1%20112-112%20112s-112-50.1-112-112v-48h-96v48c0%2061.9-50.1%20112-112%20112s-112-50.1-112-112s50.1-112%20112-112h48v-96h-48c-61.9%200-112-50.1-112-112s50.1-112%20112-112s112%2050.1%20112%20112v48h96v-48c0-61.9%2050.1-112%20112-112s112%2050.1%20112%20112s-50.1%20112-112%20112h-48v96z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M464%20464h96v96h-96zM352%20304c-26.5%200-48%2021.5-48%2048s21.5%2048%2048%2048h48v-48c0-26.5-21.5-48-48-48m-48%20368c0%2026.5%2021.5%2048%2048%2048s48-21.5%2048-48v-48h-48c-26.5%200-48%2021.5-48%2048%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/mac-command-filled.svg?color=%231a73e8&size=48