toggle off icon
toggle-off-sharp-duotone from Keyline Icons by Keyline Icons · Sharp Duotone · MIT Free for personal and commercial use.
- Name
- toggle-off-sharp-duotone
- Set
- Keyline Icons
- Style
- Sharp Duotone
- Viewbox
- 24×24
- License
- MIT
7 other variants in Keyline Icons
The same icon in other sets
All toggle off icons →toggle-offAkar Iconstoggle-offBootstrap Iconstoggle-offCarbontoggle-offFont Awesome 6 Solidtoggle-offFont Awesome Solidtoggle-offcss.ggtoggle-offHuge Iconstoggle-offLine Awesometoggle-offMaterial Symbolstoggle-offMaterial Symbols Lighttoggle-offUniconstoggle-offUnicons Monochrometoggle-offUnicons Solid
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"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" 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 5Z" stroke="none"/><path d="M6.5 10L9.5 10C9.7761 10 10 10.2239 10 10.5L10 13.5C10 13.7761 9.7761 14 9.5 14L6.5 14C6.2239 14 6 13.7761 6 13.5L6 10.5C6 10.2239 6.2239 10 6.5 10Z"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsToggleOffSharpDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="2"><path fill="currentColor" fillOpacity=".4" 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 5Z" stroke="none"/><path d="M6.5 10L9.5 10C9.7761 10 10 10.2239 10 10.5L10 13.5C10 13.7761 9.7761 14 9.5 14L6.5 14C6.2239 14 6 13.7761 6 13.5L6 10.5C6 10.2239 6.2239 10 6.5 10Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" 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 5Z" stroke="none"/><path d="M6.5 10L9.5 10C9.7761 10 10 10.2239 10 10.5L10 13.5C10 13.7761 9.7761 14 9.5 14L6.5 14C6.2239 14 6 13.7761 6 13.5L6 10.5C6 10.2239 6.2239 10 6.5 10Z"/></g></svg> </template>
CSS
.icon-toggle-off-sharp-duotone {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%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%205Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M6.5%2010L9.5%2010C9.7761%2010%2010%2010.2239%2010%2010.5L10%2013.5C10%2013.7761%209.7761%2014%209.5%2014L6.5%2014C6.2239%2014%206%2013.7761%206%2013.5L6%2010.5C6%2010.2239%206.2239%2010%206.5%2010Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%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%205Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M6.5%2010L9.5%2010C9.7761%2010%2010%2010.2239%2010%2010.5L10%2013.5C10%2013.7761%209.7761%2014%209.5%2014L6.5%2014C6.2239%2014%206%2013.7761%206%2013.5L6%2010.5C6%2010.2239%206.2239%2010%206.5%2010Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/toggle-off-sharp-duotone.svg?color=%231a73e8&size=48