extension off icon
extension-off-sharp from Material Symbols by Google · Sharp · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- extension-off-sharp
- Set
- Material Symbols
- Style
- Sharp
- 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 4H20v5.35q.9.45 1.45 1.3T22 12.5q0 1.025-.55 1.875T20 15.65zM3 21v-5.8q1.2 0 2.1-.762T6 12.5q0-1.15-.9-1.9T3 9.8V4l17 17zm17.475 2.325l-19.8-19.8L2.1 2.1l19.8 19.8z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsExtensionOffSharp(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 4H20v5.35q.9.45 1.45 1.3T22 12.5q0 1.025-.55 1.875T20 15.65zM3 21v-5.8q1.2 0 2.1-.762T6 12.5q0-1.15-.9-1.9T3 9.8V4l17 17zm17.475 2.325l-19.8-19.8L2.1 2.1l19.8 19.8z"/></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 4H20v5.35q.9.45 1.45 1.3T22 12.5q0 1.025-.55 1.875T20 15.65zM3 21v-5.8q1.2 0 2.1-.762T6 12.5q0-1.15-.9-1.9T3 9.8V4l17 17zm17.475 2.325l-19.8-19.8L2.1 2.1l19.8 19.8z"/></svg> </template>
CSS
.icon-extension-off-sharp {
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%204H20v5.35q.9.45%201.45%201.3T22%2012.5q0%201.025-.55%201.875T20%2015.65zM3%2021v-5.8q1.2%200%202.1-.762T6%2012.5q0-1.15-.9-1.9T3%209.8V4l17%2017zm17.475%202.325l-19.8-19.8L2.1%202.1l19.8%2019.8z%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%204H20v5.35q.9.45%201.45%201.3T22%2012.5q0%201.025-.55%201.875T20%2015.65zM3%2021v-5.8q1.2%200%202.1-.762T6%2012.5q0-1.15-.9-1.9T3%209.8V4l17%2017zm17.475%202.325l-19.8-19.8L2.1%202.1l19.8%2019.8z%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-sharp.svg?color=%231a73e8&size=48