powershell from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
powershell
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

Use the powershell icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.83 4c.49 0 .8.4.67.89l-3.16 14.22c-.11.49-.59.89-1.08.89H2.17c-.49 0-.8-.4-.67-.89L4.66 4.89C4.77 4.4 5.25 4 5.74 4zm-6 12h-4c-.46 0-.83.38-.83.84c0 .47.37.85.83.85h4c.47 0 .85-.38.85-.85c0-.46-.38-.84-.85-.84m-10.05.28a.87.87 0 0 0-.21 1.22c.28.42.84.5 1.24.23c7.35-5.17 7.4-5.23 7.45-5.26c.18-.16.27-.38.28-.6c.01-.2-.04-.37-.16-.56L9.46 6.03A.867.867 0 0 0 8.21 6c-.36.32-.38.88-.05 1.24l4.15 4.44z"/></svg>

React

import type { SVGProps } from "react";

export function MdiPowershell(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="M21.83 4c.49 0 .8.4.67.89l-3.16 14.22c-.11.49-.59.89-1.08.89H2.17c-.49 0-.8-.4-.67-.89L4.66 4.89C4.77 4.4 5.25 4 5.74 4zm-6 12h-4c-.46 0-.83.38-.83.84c0 .47.37.85.83.85h4c.47 0 .85-.38.85-.85c0-.46-.38-.84-.85-.84m-10.05.28a.87.87 0 0 0-.21 1.22c.28.42.84.5 1.24.23c7.35-5.17 7.4-5.23 7.45-5.26c.18-.16.27-.38.28-.6c.01-.2-.04-.37-.16-.56L9.46 6.03A.867.867 0 0 0 8.21 6c-.36.32-.38.88-.05 1.24l4.15 4.44z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.83 4c.49 0 .8.4.67.89l-3.16 14.22c-.11.49-.59.89-1.08.89H2.17c-.49 0-.8-.4-.67-.89L4.66 4.89C4.77 4.4 5.25 4 5.74 4zm-6 12h-4c-.46 0-.83.38-.83.84c0 .47.37.85.83.85h4c.47 0 .85-.38.85-.85c0-.46-.38-.84-.85-.84m-10.05.28a.87.87 0 0 0-.21 1.22c.28.42.84.5 1.24.23c7.35-5.17 7.4-5.23 7.45-5.26c.18-.16.27-.38.28-.6c.01-.2-.04-.37-.16-.56L9.46 6.03A.867.867 0 0 0 8.21 6c-.36.32-.38.88-.05 1.24l4.15 4.44z"/></svg>
</template>

CSS

.icon-powershell {
  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%22M21.83%204c.49%200%20.8.4.67.89l-3.16%2014.22c-.11.49-.59.89-1.08.89H2.17c-.49%200-.8-.4-.67-.89L4.66%204.89C4.77%204.4%205.25%204%205.74%204zm-6%2012h-4c-.46%200-.83.38-.83.84c0%20.47.37.85.83.85h4c.47%200%20.85-.38.85-.85c0-.46-.38-.84-.85-.84m-10.05.28a.87.87%200%200%200-.21%201.22c.28.42.84.5%201.24.23c7.35-5.17%207.4-5.23%207.45-5.26c.18-.16.27-.38.28-.6c.01-.2-.04-.37-.16-.56L9.46%206.03A.867.867%200%200%200%208.21%206c-.36.32-.38.88-.05%201.24l4.15%204.44z%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%22M21.83%204c.49%200%20.8.4.67.89l-3.16%2014.22c-.11.49-.59.89-1.08.89H2.17c-.49%200-.8-.4-.67-.89L4.66%204.89C4.77%204.4%205.25%204%205.74%204zm-6%2012h-4c-.46%200-.83.38-.83.84c0%20.47.37.85.83.85h4c.47%200%20.85-.38.85-.85c0-.46-.38-.84-.85-.84m-10.05.28a.87.87%200%200%200-.21%201.22c.28.42.84.5%201.24.23c7.35-5.17%207.4-5.23%207.45-5.26c.18-.16.27-.38.28-.6c.01-.2-.04-.37-.16-.56L9.46%206.03A.867.867%200%200%200%208.21%206c-.36.32-.38.88-.05%201.24l4.15%204.44z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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