twotone extension off icon
twotone-extension-off from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.
- Name
- twotone-extension-off
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Action
- Viewbox
- 24×24
- License
- Apache 2.0
More action icons from Google Material Icons
baseline-123baseline-3d-rotationbaseline-abcbaseline-accessibilitybaseline-accessibility-newbaseline-accessiblebaseline-accessible-forwardbaseline-account-balancebaseline-account-balance-walletbaseline-account-boxbaseline-account-circlebaseline-add-cardbaseline-add-homebaseline-add-shopping-cartbaseline-add-taskbaseline-add-to-drivebaseline-addchartbaseline-admin-panel-settingsbaseline-ads-clickbaseline-alarmbaseline-alarm-addbaseline-alarm-offbaseline-alarm-onbaseline-all-inbox
Use the twotone extension off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 13v2.17L8.83 6H11V4c0-.28.22-.5.5-.5s.5.22.5.5v2h6v6h2c.28 0 .5.22.5.5s-.22.5-.5.5zm-10-.5c0 1.5-.83 3.57-3 4.37V19h2.13c.8-2.17 2.87-3 4.37-3c.69 0 1.5.18 2.25.58l-6.33-6.33c.4.75.58 1.56.58 2.25" opacity=".3"/><path fill="currentColor" d="m1.39 4.22l1.62 1.62c0 .05-.01.1-.01.16v3.8c2.7 0 3 2.16 3 2.7s-.29 2.7-3 2.7V19c0 1.1.9 2 2 2h3.8c0-2.71 2.16-3 2.7-3s2.7.29 2.7 3H18c.06 0 .11 0 .16-.01l1.61 1.61l1.41-1.41L2.81 2.81zM11.5 16c-1.5 0-3.57.83-4.37 3H5v-2.13c2.17-.8 3-2.87 3-4.37c0-.69-.18-1.5-.58-2.25l6.33 6.33A4.9 4.9 0 0 0 11.5 16M8.83 6l-2-2H9a2.5 2.5 0 0 1 5 0h4c1.1 0 2 .9 2 2v4a2.5 2.5 0 0 1 0 5v2.17l-2-2V13h2c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-2V6h-6V4c0-.28-.22-.5-.5-.5s-.5.22-.5.5v2z"/></svg>
React
import type { SVGProps } from "react";
export function IcTwotoneExtensionOff(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="M18 13v2.17L8.83 6H11V4c0-.28.22-.5.5-.5s.5.22.5.5v2h6v6h2c.28 0 .5.22.5.5s-.22.5-.5.5zm-10-.5c0 1.5-.83 3.57-3 4.37V19h2.13c.8-2.17 2.87-3 4.37-3c.69 0 1.5.18 2.25.58l-6.33-6.33c.4.75.58 1.56.58 2.25" opacity=".3"/><path fill="currentColor" d="m1.39 4.22l1.62 1.62c0 .05-.01.1-.01.16v3.8c2.7 0 3 2.16 3 2.7s-.29 2.7-3 2.7V19c0 1.1.9 2 2 2h3.8c0-2.71 2.16-3 2.7-3s2.7.29 2.7 3H18c.06 0 .11 0 .16-.01l1.61 1.61l1.41-1.41L2.81 2.81zM11.5 16c-1.5 0-3.57.83-4.37 3H5v-2.13c2.17-.8 3-2.87 3-4.37c0-.69-.18-1.5-.58-2.25l6.33 6.33A4.9 4.9 0 0 0 11.5 16M8.83 6l-2-2H9a2.5 2.5 0 0 1 5 0h4c1.1 0 2 .9 2 2v4a2.5 2.5 0 0 1 0 5v2.17l-2-2V13h2c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-2V6h-6V4c0-.28-.22-.5-.5-.5s-.5.22-.5.5v2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 13v2.17L8.83 6H11V4c0-.28.22-.5.5-.5s.5.22.5.5v2h6v6h2c.28 0 .5.22.5.5s-.22.5-.5.5zm-10-.5c0 1.5-.83 3.57-3 4.37V19h2.13c.8-2.17 2.87-3 4.37-3c.69 0 1.5.18 2.25.58l-6.33-6.33c.4.75.58 1.56.58 2.25" opacity=".3"/><path fill="currentColor" d="m1.39 4.22l1.62 1.62c0 .05-.01.1-.01.16v3.8c2.7 0 3 2.16 3 2.7s-.29 2.7-3 2.7V19c0 1.1.9 2 2 2h3.8c0-2.71 2.16-3 2.7-3s2.7.29 2.7 3H18c.06 0 .11 0 .16-.01l1.61 1.61l1.41-1.41L2.81 2.81zM11.5 16c-1.5 0-3.57.83-4.37 3H5v-2.13c2.17-.8 3-2.87 3-4.37c0-.69-.18-1.5-.58-2.25l6.33 6.33A4.9 4.9 0 0 0 11.5 16M8.83 6l-2-2H9a2.5 2.5 0 0 1 5 0h4c1.1 0 2 .9 2 2v4a2.5 2.5 0 0 1 0 5v2.17l-2-2V13h2c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-2V6h-6V4c0-.28-.22-.5-.5-.5s-.5.22-.5.5v2z"/></svg> </template>
CSS
.icon-twotone-extension-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%22M18%2013v2.17L8.83%206H11V4c0-.28.22-.5.5-.5s.5.22.5.5v2h6v6h2c.28%200%20.5.22.5.5s-.22.5-.5.5zm-10-.5c0%201.5-.83%203.57-3%204.37V19h2.13c.8-2.17%202.87-3%204.37-3c.69%200%201.5.18%202.25.58l-6.33-6.33c.4.75.58%201.56.58%202.25%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m1.39%204.22l1.62%201.62c0%20.05-.01.1-.01.16v3.8c2.7%200%203%202.16%203%202.7s-.29%202.7-3%202.7V19c0%201.1.9%202%202%202h3.8c0-2.71%202.16-3%202.7-3s2.7.29%202.7%203H18c.06%200%20.11%200%20.16-.01l1.61%201.61l1.41-1.41L2.81%202.81zM11.5%2016c-1.5%200-3.57.83-4.37%203H5v-2.13c2.17-.8%203-2.87%203-4.37c0-.69-.18-1.5-.58-2.25l6.33%206.33A4.9%204.9%200%200%200%2011.5%2016M8.83%206l-2-2H9a2.5%202.5%200%200%201%205%200h4c1.1%200%202%20.9%202%202v4a2.5%202.5%200%200%201%200%205v2.17l-2-2V13h2c.28%200%20.5-.22.5-.5s-.22-.5-.5-.5h-2V6h-6V4c0-.28-.22-.5-.5-.5s-.5.22-.5.5v2z%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%22M18%2013v2.17L8.83%206H11V4c0-.28.22-.5.5-.5s.5.22.5.5v2h6v6h2c.28%200%20.5.22.5.5s-.22.5-.5.5zm-10-.5c0%201.5-.83%203.57-3%204.37V19h2.13c.8-2.17%202.87-3%204.37-3c.69%200%201.5.18%202.25.58l-6.33-6.33c.4.75.58%201.56.58%202.25%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m1.39%204.22l1.62%201.62c0%20.05-.01.1-.01.16v3.8c2.7%200%203%202.16%203%202.7s-.29%202.7-3%202.7V19c0%201.1.9%202%202%202h3.8c0-2.71%202.16-3%202.7-3s2.7.29%202.7%203H18c.06%200%20.11%200%20.16-.01l1.61%201.61l1.41-1.41L2.81%202.81zM11.5%2016c-1.5%200-3.57.83-4.37%203H5v-2.13c2.17-.8%203-2.87%203-4.37c0-.69-.18-1.5-.58-2.25l6.33%206.33A4.9%204.9%200%200%200%2011.5%2016M8.83%206l-2-2H9a2.5%202.5%200%200%201%205%200h4c1.1%200%202%20.9%202%202v4a2.5%202.5%200%200%201%200%205v2.17l-2-2V13h2c.28%200%20.5-.22.5-.5s-.22-.5-.5-.5h-2V6h-6V4c0-.28-.22-.5-.5-.5s-.5.22-.5.5v2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/twotone-extension-off.svg?color=%231a73e8&size=48