extension off icon

extension-off from Material Symbols by Google · Regular · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
extension-off
Set
Material Symbols
Style
Regular
Category
UI Actions
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More ui actions icons from Material Symbols

Use the 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="M20 17.15L6.85 4h1.2q.175-1.275 1.15-2.137T11.5 1q1.3 0 2.275.863T14.95 4H18q.825 0 1.413.588T20 6v3.35q.9.45 1.45 1.3T22 12.5q0 1.025-.55 1.875T20 15.65zm.475 6.175l-19.8-19.8L2.1 2.1l19.8 19.8zM5 21q-.85 0-1.425-.575T3 19v-3.8q1.2 0 2.1-.762T6 12.5q0-1.15-.9-1.9T3 9.8V4l17 17z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsExtensionOff(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="M20 17.15L6.85 4h1.2q.175-1.275 1.15-2.137T11.5 1q1.3 0 2.275.863T14.95 4H18q.825 0 1.413.588T20 6v3.35q.9.45 1.45 1.3T22 12.5q0 1.025-.55 1.875T20 15.65zm.475 6.175l-19.8-19.8L2.1 2.1l19.8 19.8zM5 21q-.85 0-1.425-.575T3 19v-3.8q1.2 0 2.1-.762T6 12.5q0-1.15-.9-1.9T3 9.8V4l17 17z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 17.15L6.85 4h1.2q.175-1.275 1.15-2.137T11.5 1q1.3 0 2.275.863T14.95 4H18q.825 0 1.413.588T20 6v3.35q.9.45 1.45 1.3T22 12.5q0 1.025-.55 1.875T20 15.65zm.475 6.175l-19.8-19.8L2.1 2.1l19.8 19.8zM5 21q-.85 0-1.425-.575T3 19v-3.8q1.2 0 2.1-.762T6 12.5q0-1.15-.9-1.9T3 9.8V4l17 17z"/></svg>
</template>

CSS

.icon-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%22M20%2017.15L6.85%204h1.2q.175-1.275%201.15-2.137T11.5%201q1.3%200%202.275.863T14.95%204H18q.825%200%201.413.588T20%206v3.35q.9.45%201.45%201.3T22%2012.5q0%201.025-.55%201.875T20%2015.65zm.475%206.175l-19.8-19.8L2.1%202.1l19.8%2019.8zM5%2021q-.85%200-1.425-.575T3%2019v-3.8q1.2%200%202.1-.762T6%2012.5q0-1.15-.9-1.9T3%209.8V4l17%2017z%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%22M20%2017.15L6.85%204h1.2q.175-1.275%201.15-2.137T11.5%201q1.3%200%202.275.863T14.95%204H18q.825%200%201.413.588T20%206v3.35q.9.45%201.45%201.3T22%2012.5q0%201.025-.55%201.875T20%2015.65zm.475%206.175l-19.8-19.8L2.1%202.1l19.8%2019.8zM5%2021q-.85%200-1.425-.575T3%2019v-3.8q1.2%200%202.1-.762T6%2012.5q0-1.15-.9-1.9T3%209.8V4l17%2017z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/extension-off.svg?color=%231a73e8&size=48