extension off icon

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

Name
extension-off-rounded
Set
Material Symbols
Style
Rounded
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.65zM5 21q-.85 0-1.425-.575T3 19v-3.125q0-.275.2-.488t.475-.262q.975-.2 1.65-.913T6 12.5q0-.975-.675-1.675T3.675 9.9Q3.4 9.825 3.2 9.612T3 9.125V4l17 17zm16.2 1.6q-.3.3-.712.3t-.713-.3L1.375 4.225q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l18.4 18.4q.3.3.3.7t-.3.7"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsExtensionOffRounded(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.65zM5 21q-.85 0-1.425-.575T3 19v-3.125q0-.275.2-.488t.475-.262q.975-.2 1.65-.913T6 12.5q0-.975-.675-1.675T3.675 9.9Q3.4 9.825 3.2 9.612T3 9.125V4l17 17zm16.2 1.6q-.3.3-.712.3t-.713-.3L1.375 4.225q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l18.4 18.4q.3.3.3.7t-.3.7"/></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.65zM5 21q-.85 0-1.425-.575T3 19v-3.125q0-.275.2-.488t.475-.262q.975-.2 1.65-.913T6 12.5q0-.975-.675-1.675T3.675 9.9Q3.4 9.825 3.2 9.612T3 9.125V4l17 17zm16.2 1.6q-.3.3-.712.3t-.713-.3L1.375 4.225q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l18.4 18.4q.3.3.3.7t-.3.7"/></svg>
</template>

CSS

.icon-extension-off-rounded {
  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.65zM5%2021q-.85%200-1.425-.575T3%2019v-3.125q0-.275.2-.488t.475-.262q.975-.2%201.65-.913T6%2012.5q0-.975-.675-1.675T3.675%209.9Q3.4%209.825%203.2%209.612T3%209.125V4l17%2017zm16.2%201.6q-.3.3-.712.3t-.713-.3L1.375%204.225q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l18.4%2018.4q.3.3.3.7t-.3.7%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.65zM5%2021q-.85%200-1.425-.575T3%2019v-3.125q0-.275.2-.488t.475-.262q.975-.2%201.65-.913T6%2012.5q0-.975-.675-1.675T3.675%209.9Q3.4%209.825%203.2%209.612T3%209.125V4l17%2017zm16.2%201.6q-.3.3-.712.3t-.713-.3L1.375%204.225q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l18.4%2018.4q.3.3.3.7t-.3.7%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-rounded.svg?color=%231a73e8&size=48