Disabler Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Disabler icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/324560.svg" alt="Disabler icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324560.svg" alt="Disabler icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324560.svg" alt="Disabler icon" :width="24" :height="24" />
CSS background
.icon-disabler {
background-image: url('https://proicons.com/icon/324560.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M9.247,6.64c-.382.379-2.732,2.699-2.822,2.798h-.001c-.455.5-.733,1.165-.733,1.894v27.168c0,2.2091,1.7909,4,4,4h28.618c2.2091,0,4-1.7909,4-4V11.332c0-.729-.278-1.394-.733-1.894h-.001c-.09-.099-2.46-2.401-2.822-2.798-.602-.662-1.423-1.14-2.387-1.14H11.634c-.964,0-1.752.51-2.387,1.14Z"/><path class="b" d="M5.784,10.612h36.432"/><path class="b" d="M27.866,24.244h7.178l-11.044,11.045-11.044-11.045h7.178v-4.283h7.732v4.283Z"/></svg>
Copied!