toggle-off-sharp-fill from Keyline Icons by Keyline Icons · Sharp Fill · MIT Free for personal and commercial use.

Name
toggle-off-sharp-fill
Set
Keyline Icons
Style
Sharp Fill
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

The same icon in other sets

Related icons in Keyline Icons

Use the toggle off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M2.5 5L21.5 5C22.3284 5 23 5.6716 23 6.5L23 17.5C23 18.3284 22.3284 19 21.5 19L2.5 19C1.6716 19 1 18.3284 1 17.5L1 6.5C1 5.6716 1.6716 5 2.5 5ZM6.5 9L9.5 9C10.3284 9 11 9.6716 11 10.5L11 13.5C11 14.3284 10.3284 15 9.5 15L6.5 15C5.6716 15 5 14.3284 5 13.5L5 10.5C5 9.6716 5.6716 9 6.5 9Z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsToggleOffSharpFill(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" fillRule="evenodd" d="M2.5 5L21.5 5C22.3284 5 23 5.6716 23 6.5L23 17.5C23 18.3284 22.3284 19 21.5 19L2.5 19C1.6716 19 1 18.3284 1 17.5L1 6.5C1 5.6716 1.6716 5 2.5 5ZM6.5 9L9.5 9C10.3284 9 11 9.6716 11 10.5L11 13.5C11 14.3284 10.3284 15 9.5 15L6.5 15C5.6716 15 5 14.3284 5 13.5L5 10.5C5 9.6716 5.6716 9 6.5 9Z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M2.5 5L21.5 5C22.3284 5 23 5.6716 23 6.5L23 17.5C23 18.3284 22.3284 19 21.5 19L2.5 19C1.6716 19 1 18.3284 1 17.5L1 6.5C1 5.6716 1.6716 5 2.5 5ZM6.5 9L9.5 9C10.3284 9 11 9.6716 11 10.5L11 13.5C11 14.3284 10.3284 15 9.5 15L6.5 15C5.6716 15 5 14.3284 5 13.5L5 10.5C5 9.6716 5.6716 9 6.5 9Z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-toggle-off-sharp-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%20fill-rule%3D%22evenodd%22%20d%3D%22M2.5%205L21.5%205C22.3284%205%2023%205.6716%2023%206.5L23%2017.5C23%2018.3284%2022.3284%2019%2021.5%2019L2.5%2019C1.6716%2019%201%2018.3284%201%2017.5L1%206.5C1%205.6716%201.6716%205%202.5%205ZM6.5%209L9.5%209C10.3284%209%2011%209.6716%2011%2010.5L11%2013.5C11%2014.3284%2010.3284%2015%209.5%2015L6.5%2015C5.6716%2015%205%2014.3284%205%2013.5L5%2010.5C5%209.6716%205.6716%209%206.5%209Z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M2.5%205L21.5%205C22.3284%205%2023%205.6716%2023%206.5L23%2017.5C23%2018.3284%2022.3284%2019%2021.5%2019L2.5%2019C1.6716%2019%201%2018.3284%201%2017.5L1%206.5C1%205.6716%201.6716%205%202.5%205ZM6.5%209L9.5%209C10.3284%209%2011%209.6716%2011%2010.5L11%2013.5C11%2014.3284%2010.3284%2015%209.5%2015L6.5%2015C5.6716%2015%205%2014.3284%205%2013.5L5%2010.5C5%209.6716%205.6716%209%206.5%209Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/toggle-off-sharp-fill.svg?color=%231a73e8&size=48