link off icon
link-off from Material Symbols Light by Google · Regular · Communicate · Apache-2.0 Free for personal and commercial use.
- Name
- link-off
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Communicate
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- link-off-outline, link-off-outline-sharp, link-off-sharp
1 other variant in Material Symbols Light
The same icon in other sets
More communicate icons from Material Symbols Light
Use the link 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.52 15.758l-.77-.781q1.02-.275 1.635-1.101T20 12q0-1.27-.894-2.173q-.895-.904-2.145-.904h-3.615v-1h3.616q1.67 0 2.854 1.193T21 12q0 1.233-.69 2.23q-.689.999-1.79 1.528M15.311 12.5l-1-1h1.15v1zm5.18 9.408l-18.4-18.4L2.8 2.8l18.4 18.4zm-9.838-5.831H7.077q-1.69 0-2.884-1.193T3 12q0-1.61 1.098-2.777t2.69-1.265h.462l.966.965H7.077q-1.27 0-2.173.904Q4 10.731 4 12t.904 2.173t2.173.904h3.577zM8.539 12.5v-1h2.259l.975 1z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightLinkOff(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.52 15.758l-.77-.781q1.02-.275 1.635-1.101T20 12q0-1.27-.894-2.173q-.895-.904-2.145-.904h-3.615v-1h3.616q1.67 0 2.854 1.193T21 12q0 1.233-.69 2.23q-.689.999-1.79 1.528M15.311 12.5l-1-1h1.15v1zm5.18 9.408l-18.4-18.4L2.8 2.8l18.4 18.4zm-9.838-5.831H7.077q-1.69 0-2.884-1.193T3 12q0-1.61 1.098-2.777t2.69-1.265h.462l.966.965H7.077q-1.27 0-2.173.904Q4 10.731 4 12t.904 2.173t2.173.904h3.577zM8.539 12.5v-1h2.259l.975 1z"/></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.52 15.758l-.77-.781q1.02-.275 1.635-1.101T20 12q0-1.27-.894-2.173q-.895-.904-2.145-.904h-3.615v-1h3.616q1.67 0 2.854 1.193T21 12q0 1.233-.69 2.23q-.689.999-1.79 1.528M15.311 12.5l-1-1h1.15v1zm5.18 9.408l-18.4-18.4L2.8 2.8l18.4 18.4zm-9.838-5.831H7.077q-1.69 0-2.884-1.193T3 12q0-1.61 1.098-2.777t2.69-1.265h.462l.966.965H7.077q-1.27 0-2.173.904Q4 10.731 4 12t.904 2.173t2.173.904h3.577zM8.539 12.5v-1h2.259l.975 1z"/></svg> </template>
CSS
.icon-link-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.52%2015.758l-.77-.781q1.02-.275%201.635-1.101T20%2012q0-1.27-.894-2.173q-.895-.904-2.145-.904h-3.615v-1h3.616q1.67%200%202.854%201.193T21%2012q0%201.233-.69%202.23q-.689.999-1.79%201.528M15.311%2012.5l-1-1h1.15v1zm5.18%209.408l-18.4-18.4L2.8%202.8l18.4%2018.4zm-9.838-5.831H7.077q-1.69%200-2.884-1.193T3%2012q0-1.61%201.098-2.777t2.69-1.265h.462l.966.965H7.077q-1.27%200-2.173.904Q4%2010.731%204%2012t.904%202.173t2.173.904h3.577zM8.539%2012.5v-1h2.259l.975%201z%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.52%2015.758l-.77-.781q1.02-.275%201.635-1.101T20%2012q0-1.27-.894-2.173q-.895-.904-2.145-.904h-3.615v-1h3.616q1.67%200%202.854%201.193T21%2012q0%201.233-.69%202.23q-.689.999-1.79%201.528M15.311%2012.5l-1-1h1.15v1zm5.18%209.408l-18.4-18.4L2.8%202.8l18.4%2018.4zm-9.838-5.831H7.077q-1.69%200-2.884-1.193T3%2012q0-1.61%201.098-2.777t2.69-1.265h.462l.966.965H7.077q-1.27%200-2.173.904Q4%2010.731%204%2012t.904%202.173t2.173.904h3.577zM8.539%2012.5v-1h2.259l.975%201z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/link-off.svg?color=%231a73e8&size=48