shut down icon

shut-down-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.

Name
shut-down-fill
Set
Mage Icons
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

The same icon in other sets

Use the shut down icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 1.75A10.25 10.25 0 1 0 22.25 12A10.26 10.26 0 0 0 12 1.75m-.75 4.62a.75.75 0 0 1 1.5 0v4.51a.75.75 0 0 1-1.5 0zm6.42 6.93a5.82 5.82 0 1 1-8.26-6.55a.751.751 0 0 1 .66 1.35a4.3 4.3 0 0 0-2.28 4.86a4.3 4.3 0 0 0 1.52 2.4a4.44 4.44 0 0 0 5.38 0a4.33 4.33 0 0 0-.77-7.26a.753.753 0 1 1 .67-1.35a5.88 5.88 0 0 1 2.68 2.74a5.82 5.82 0 0 1 .36 3.81z"/></svg>

React

import type { SVGProps } from "react";

export function MageShutDownFill(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="M12 1.75A10.25 10.25 0 1 0 22.25 12A10.26 10.26 0 0 0 12 1.75m-.75 4.62a.75.75 0 0 1 1.5 0v4.51a.75.75 0 0 1-1.5 0zm6.42 6.93a5.82 5.82 0 1 1-8.26-6.55a.751.751 0 0 1 .66 1.35a4.3 4.3 0 0 0-2.28 4.86a4.3 4.3 0 0 0 1.52 2.4a4.44 4.44 0 0 0 5.38 0a4.33 4.33 0 0 0-.77-7.26a.753.753 0 1 1 .67-1.35a5.88 5.88 0 0 1 2.68 2.74a5.82 5.82 0 0 1 .36 3.81z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 1.75A10.25 10.25 0 1 0 22.25 12A10.26 10.26 0 0 0 12 1.75m-.75 4.62a.75.75 0 0 1 1.5 0v4.51a.75.75 0 0 1-1.5 0zm6.42 6.93a5.82 5.82 0 1 1-8.26-6.55a.751.751 0 0 1 .66 1.35a4.3 4.3 0 0 0-2.28 4.86a4.3 4.3 0 0 0 1.52 2.4a4.44 4.44 0 0 0 5.38 0a4.33 4.33 0 0 0-.77-7.26a.753.753 0 1 1 .67-1.35a5.88 5.88 0 0 1 2.68 2.74a5.82 5.82 0 0 1 .36 3.81z"/></svg>
</template>

CSS

.icon-shut-down-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%20d%3D%22M12%201.75A10.25%2010.25%200%201%200%2022.25%2012A10.26%2010.26%200%200%200%2012%201.75m-.75%204.62a.75.75%200%200%201%201.5%200v4.51a.75.75%200%200%201-1.5%200zm6.42%206.93a5.82%205.82%200%201%201-8.26-6.55a.751.751%200%200%201%20.66%201.35a4.3%204.3%200%200%200-2.28%204.86a4.3%204.3%200%200%200%201.52%202.4a4.44%204.44%200%200%200%205.38%200a4.33%204.33%200%200%200-.77-7.26a.753.753%200%201%201%20.67-1.35a5.88%205.88%200%200%201%202.68%202.74a5.82%205.82%200%200%201%20.36%203.81z%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%22M12%201.75A10.25%2010.25%200%201%200%2022.25%2012A10.26%2010.26%200%200%200%2012%201.75m-.75%204.62a.75.75%200%200%201%201.5%200v4.51a.75.75%200%200%201-1.5%200zm6.42%206.93a5.82%205.82%200%201%201-8.26-6.55a.751.751%200%200%201%20.66%201.35a4.3%204.3%200%200%200-2.28%204.86a4.3%204.3%200%200%200%201.52%202.4a4.44%204.44%200%200%200%205.38%200a4.33%204.33%200%200%200-.77-7.26a.753.753%200%201%201%20.67-1.35a5.88%205.88%200%200%201%202.68%202.74a5.82%205.82%200%200%201%20.36%203.81z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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