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

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

7 other variants in Keyline Icons

The same icon in other sets

All toggle off icons →

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="M8 5H16C19.866 5 23 8.13401 23 12C23 15.866 19.866 19 16 19H8C4.13401 19 1 15.866 1 12C1 8.13401 4.13401 5 8 5ZM11 12C11 13.6568 9.65685 15 8 15C6.34315 15 5 13.6568 5 12C5 10.3432 6.34315 9 8 9C9.65685 9 11 10.3432 11 12Z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsToggleOffFill(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="M8 5H16C19.866 5 23 8.13401 23 12C23 15.866 19.866 19 16 19H8C4.13401 19 1 15.866 1 12C1 8.13401 4.13401 5 8 5ZM11 12C11 13.6568 9.65685 15 8 15C6.34315 15 5 13.6568 5 12C5 10.3432 6.34315 9 8 9C9.65685 9 11 10.3432 11 12Z" 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="M8 5H16C19.866 5 23 8.13401 23 12C23 15.866 19.866 19 16 19H8C4.13401 19 1 15.866 1 12C1 8.13401 4.13401 5 8 5ZM11 12C11 13.6568 9.65685 15 8 15C6.34315 15 5 13.6568 5 12C5 10.3432 6.34315 9 8 9C9.65685 9 11 10.3432 11 12Z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-toggle-off-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%22M8%205H16C19.866%205%2023%208.13401%2023%2012C23%2015.866%2019.866%2019%2016%2019H8C4.13401%2019%201%2015.866%201%2012C1%208.13401%204.13401%205%208%205ZM11%2012C11%2013.6568%209.65685%2015%208%2015C6.34315%2015%205%2013.6568%205%2012C5%2010.3432%206.34315%209%208%209C9.65685%209%2011%2010.3432%2011%2012Z%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%22M8%205H16C19.866%205%2023%208.13401%2023%2012C23%2015.866%2019.866%2019%2016%2019H8C4.13401%2019%201%2015.866%201%2012C1%208.13401%204.13401%205%208%205ZM11%2012C11%2013.6568%209.65685%2015%208%2015C6.34315%2015%205%2013.6568%205%2012C5%2010.3432%206.34315%209%208%209C9.65685%209%2011%2010.3432%2011%2012Z%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-fill.svg?color=%231a73e8&size=48