command icon
command-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- command-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
commandAkar IconscommandBootstrap IconscommandBoxIcons v2commandFramework7 IconscommandFeather Iconscommand-outlineFlowbite IconscommandHuge IconscommandIconParkcommandIconPark OutlinecommandIconPark SolidcommandIconPark TwoTonecommandLucidecommandMaterial Icon Themecommand-fillMingCute IconcommandMyna UI IconscommandPixelarticonscommand-fillRemix Iconcommand-boldSolarcommandTabler IconscommandTDesign Icons
Use the command icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M116 116h24v24h-24ZM86 72a14 14 0 0 0 0 28h14V86a14 14 0 0 0-14-14m98 14a14 14 0 0 0-28 0v14h14a14 14 0 0 0 14-14M72 170a14 14 0 0 0 28 0v-14H86a14 14 0 0 0-14 14M224 48v160a16 16 0 0 1-16 16H48a16 16 0 0 1-16-16V48a16 16 0 0 1 16-16h160a16 16 0 0 1 16 16m-68 92v-24h14a30 30 0 1 0-30-30v14h-24V86a30 30 0 1 0-30 30h14v24H86a30 30 0 1 0 30 30v-14h24v14a30 30 0 1 0 30-30Zm0 30a14 14 0 1 0 14-14h-14Z"/></svg>
React
import type { SVGProps } from "react";
export function PhCommandFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M116 116h24v24h-24ZM86 72a14 14 0 0 0 0 28h14V86a14 14 0 0 0-14-14m98 14a14 14 0 0 0-28 0v14h14a14 14 0 0 0 14-14M72 170a14 14 0 0 0 28 0v-14H86a14 14 0 0 0-14 14M224 48v160a16 16 0 0 1-16 16H48a16 16 0 0 1-16-16V48a16 16 0 0 1 16-16h160a16 16 0 0 1 16 16m-68 92v-24h14a30 30 0 1 0-30-30v14h-24V86a30 30 0 1 0-30 30h14v24H86a30 30 0 1 0 30 30v-14h24v14a30 30 0 1 0 30-30Zm0 30a14 14 0 1 0 14-14h-14Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M116 116h24v24h-24ZM86 72a14 14 0 0 0 0 28h14V86a14 14 0 0 0-14-14m98 14a14 14 0 0 0-28 0v14h14a14 14 0 0 0 14-14M72 170a14 14 0 0 0 28 0v-14H86a14 14 0 0 0-14 14M224 48v160a16 16 0 0 1-16 16H48a16 16 0 0 1-16-16V48a16 16 0 0 1 16-16h160a16 16 0 0 1 16 16m-68 92v-24h14a30 30 0 1 0-30-30v14h-24V86a30 30 0 1 0-30 30h14v24H86a30 30 0 1 0 30 30v-14h24v14a30 30 0 1 0 30-30Zm0 30a14 14 0 1 0 14-14h-14Z"/></svg> </template>
CSS
.icon-command-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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M116%20116h24v24h-24ZM86%2072a14%2014%200%200%200%200%2028h14V86a14%2014%200%200%200-14-14m98%2014a14%2014%200%200%200-28%200v14h14a14%2014%200%200%200%2014-14M72%20170a14%2014%200%200%200%2028%200v-14H86a14%2014%200%200%200-14%2014M224%2048v160a16%2016%200%200%201-16%2016H48a16%2016%200%200%201-16-16V48a16%2016%200%200%201%2016-16h160a16%2016%200%200%201%2016%2016m-68%2092v-24h14a30%2030%200%201%200-30-30v14h-24V86a30%2030%200%201%200-30%2030h14v24H86a30%2030%200%201%200%2030%2030v-14h24v14a30%2030%200%201%200%2030-30Zm0%2030a14%2014%200%201%200%2014-14h-14Z%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M116%20116h24v24h-24ZM86%2072a14%2014%200%200%200%200%2028h14V86a14%2014%200%200%200-14-14m98%2014a14%2014%200%200%200-28%200v14h14a14%2014%200%200%200%2014-14M72%20170a14%2014%200%200%200%2028%200v-14H86a14%2014%200%200%200-14%2014M224%2048v160a16%2016%200%200%201-16%2016H48a16%2016%200%200%201-16-16V48a16%2016%200%200%201%2016-16h160a16%2016%200%200%201%2016%2016m-68%2092v-24h14a30%2030%200%201%200-30-30v14h-24V86a30%2030%200%201%200-30%2030h14v24H86a30%2030%200%201%200%2030%2030v-14h24v14a30%2030%200%201%200%2030-30Zm0%2030a14%2014%200%201%200%2014-14h-14Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/command-fill.svg?color=%231a73e8&size=48