twotone toggle off icon
twotone-toggle-off from Google Material Icons by Material Design Authors · Baseline · Toggle · Apache-2.0 Free for personal and commercial use.
- Name
- twotone-toggle-off
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Toggle
- Viewbox
- 24×24
- License
- Apache 2.0
More toggle icons from Google Material Icons
baseline-check-boxbaseline-check-box-outline-blankbaseline-indeterminate-check-boxbaseline-radio-button-checkedbaseline-radio-button-uncheckedbaseline-starbaseline-star-borderbaseline-star-border-purple500baseline-star-halfbaseline-star-purple500baseline-toggle-offbaseline-toggle-onoutline-check-boxoutline-check-box-outline-blankoutline-indeterminate-check-boxoutline-radio-button-checkedoutline-radio-button-uncheckedoutline-staroutline-star-borderoutline-star-border-purple500outline-star-halfoutline-star-purple500outline-toggle-offoutline-toggle-on
Use the twotone toggle off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 8H7c-2.21 0-4 1.79-4 4s1.79 4 4 4h10c2.21 0 4-1.79 4-4s-1.79-4-4-4M7 15c-1.66 0-3-1.34-3-3s1.34-3 3-3s3 1.34 3 3s-1.34 3-3 3" opacity=".3"/><path fill="currentColor" d="M17 6H7c-3.31 0-6 2.69-6 6s2.69 6 6 6h10c3.31 0 6-2.69 6-6s-2.69-6-6-6m0 10H7c-2.21 0-4-1.79-4-4s1.79-4 4-4h10c2.21 0 4 1.79 4 4s-1.79 4-4 4M7 9c-1.66 0-3 1.34-3 3s1.34 3 3 3s3-1.34 3-3s-1.34-3-3-3"/></svg>
React
import type { SVGProps } from "react";
export function IcTwotoneToggleOff(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="M17 8H7c-2.21 0-4 1.79-4 4s1.79 4 4 4h10c2.21 0 4-1.79 4-4s-1.79-4-4-4M7 15c-1.66 0-3-1.34-3-3s1.34-3 3-3s3 1.34 3 3s-1.34 3-3 3" opacity=".3"/><path fill="currentColor" d="M17 6H7c-3.31 0-6 2.69-6 6s2.69 6 6 6h10c3.31 0 6-2.69 6-6s-2.69-6-6-6m0 10H7c-2.21 0-4-1.79-4-4s1.79-4 4-4h10c2.21 0 4 1.79 4 4s-1.79 4-4 4M7 9c-1.66 0-3 1.34-3 3s1.34 3 3 3s3-1.34 3-3s-1.34-3-3-3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 8H7c-2.21 0-4 1.79-4 4s1.79 4 4 4h10c2.21 0 4-1.79 4-4s-1.79-4-4-4M7 15c-1.66 0-3-1.34-3-3s1.34-3 3-3s3 1.34 3 3s-1.34 3-3 3" opacity=".3"/><path fill="currentColor" d="M17 6H7c-3.31 0-6 2.69-6 6s2.69 6 6 6h10c3.31 0 6-2.69 6-6s-2.69-6-6-6m0 10H7c-2.21 0-4-1.79-4-4s1.79-4 4-4h10c2.21 0 4 1.79 4 4s-1.79 4-4 4M7 9c-1.66 0-3 1.34-3 3s1.34 3 3 3s3-1.34 3-3s-1.34-3-3-3"/></svg> </template>
CSS
.icon-twotone-toggle-off {
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%22M17%208H7c-2.21%200-4%201.79-4%204s1.79%204%204%204h10c2.21%200%204-1.79%204-4s-1.79-4-4-4M7%2015c-1.66%200-3-1.34-3-3s1.34-3%203-3s3%201.34%203%203s-1.34%203-3%203%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%206H7c-3.31%200-6%202.69-6%206s2.69%206%206%206h10c3.31%200%206-2.69%206-6s-2.69-6-6-6m0%2010H7c-2.21%200-4-1.79-4-4s1.79-4%204-4h10c2.21%200%204%201.79%204%204s-1.79%204-4%204M7%209c-1.66%200-3%201.34-3%203s1.34%203%203%203s3-1.34%203-3s-1.34-3-3-3%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%22M17%208H7c-2.21%200-4%201.79-4%204s1.79%204%204%204h10c2.21%200%204-1.79%204-4s-1.79-4-4-4M7%2015c-1.66%200-3-1.34-3-3s1.34-3%203-3s3%201.34%203%203s-1.34%203-3%203%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%206H7c-3.31%200-6%202.69-6%206s2.69%206%206%206h10c3.31%200%206-2.69%206-6s-2.69-6-6-6m0%2010H7c-2.21%200-4-1.79-4-4s1.79-4%204-4h10c2.21%200%204%201.79%204%204s-1.79%204-4%204M7%209c-1.66%200-3%201.34-3%203s1.34%203%203%203s3-1.34%203-3s-1.34-3-3-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/twotone-toggle-off.svg?color=%231a73e8&size=48