command icon
command-line from Remix Icon by Remix Design · Line · Development · Apache-2.0 Free for personal and commercial use.
- Name
- command-line
- Set
- Remix Icon
- Style
- Line
- Category
- Development
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Remix Icon
The same icon in other sets
commandAkar IconscommandBootstrap IconscommandBoxIcons v2commandFramework7 IconscommandFeather Iconscommand-outlineFlowbite IconscommandHuge IconscommandIconParkcommandIconPark OutlinecommandIconPark SolidcommandIconPark TwoTonecommandLucidecommandMaterial Icon Themecommand-fillMingCute IconcommandMyna UI IconscommandPhosphorcommandPixelarticonscommand-boldSolarcommandTabler IconscommandTDesign Icons
More development icons from Remix Icon
braces-fillbrackets-fillbug-2-fillbug-fillcode-ai-fillcode-box-fillcode-fillcode-s-fillcode-s-slash-fillcss3-fillcursor-fillgit-branch-fillgit-close-pull-request-fillgit-commit-fillgit-fork-fillgit-merge-fillgit-pr-draft-fillgit-pull-request-fillgit-repository-commits-fillgit-repository-fillgit-repository-private-fillhtml5-fillissues-fillissues-reopen-fill
Use the command icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 8h4V6.5a3.5 3.5 0 1 1 3.5 3.5H16v4h1.5a3.5 3.5 0 1 1-3.5 3.5V16h-4v1.5A3.5 3.5 0 1 1 6.5 14H8v-4H6.5A3.5 3.5 0 1 1 10 6.5zM8 8V6.5A1.5 1.5 0 1 0 6.5 8zm0 8H6.5A1.5 1.5 0 1 0 8 17.5zm8-8h1.5A1.5 1.5 0 1 0 16 6.5zm0 8v1.5a1.5 1.5 0 1 0 1.5-1.5zm-6-6v4h4v-4z"/></svg>
React
import type { SVGProps } from "react";
export function RiCommandLine(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="M10 8h4V6.5a3.5 3.5 0 1 1 3.5 3.5H16v4h1.5a3.5 3.5 0 1 1-3.5 3.5V16h-4v1.5A3.5 3.5 0 1 1 6.5 14H8v-4H6.5A3.5 3.5 0 1 1 10 6.5zM8 8V6.5A1.5 1.5 0 1 0 6.5 8zm0 8H6.5A1.5 1.5 0 1 0 8 17.5zm8-8h1.5A1.5 1.5 0 1 0 16 6.5zm0 8v1.5a1.5 1.5 0 1 0 1.5-1.5zm-6-6v4h4v-4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 8h4V6.5a3.5 3.5 0 1 1 3.5 3.5H16v4h1.5a3.5 3.5 0 1 1-3.5 3.5V16h-4v1.5A3.5 3.5 0 1 1 6.5 14H8v-4H6.5A3.5 3.5 0 1 1 10 6.5zM8 8V6.5A1.5 1.5 0 1 0 6.5 8zm0 8H6.5A1.5 1.5 0 1 0 8 17.5zm8-8h1.5A1.5 1.5 0 1 0 16 6.5zm0 8v1.5a1.5 1.5 0 1 0 1.5-1.5zm-6-6v4h4v-4z"/></svg> </template>
CSS
.icon-command-line {
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%22M10%208h4V6.5a3.5%203.5%200%201%201%203.5%203.5H16v4h1.5a3.5%203.5%200%201%201-3.5%203.5V16h-4v1.5A3.5%203.5%200%201%201%206.5%2014H8v-4H6.5A3.5%203.5%200%201%201%2010%206.5zM8%208V6.5A1.5%201.5%200%201%200%206.5%208zm0%208H6.5A1.5%201.5%200%201%200%208%2017.5zm8-8h1.5A1.5%201.5%200%201%200%2016%206.5zm0%208v1.5a1.5%201.5%200%201%200%201.5-1.5zm-6-6v4h4v-4z%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%22M10%208h4V6.5a3.5%203.5%200%201%201%203.5%203.5H16v4h1.5a3.5%203.5%200%201%201-3.5%203.5V16h-4v1.5A3.5%203.5%200%201%201%206.5%2014H8v-4H6.5A3.5%203.5%200%201%201%2010%206.5zM8%208V6.5A1.5%201.5%200%201%200%206.5%208zm0%208H6.5A1.5%201.5%200%201%200%208%2017.5zm8-8h1.5A1.5%201.5%200%201%200%2016%206.5zm0%208v1.5a1.5%201.5%200%201%200%201.5-1.5zm-6-6v4h4v-4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/command-line.svg?color=%231a73e8&size=48