link off icon
link-off from Material Symbols by Google · Regular · Communicate · Apache-2.0 Free for personal and commercial use.
- Name
- link-off
- Set
- Material Symbols
- 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
The same icon in other sets
More communicate icons from Material Symbols
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="m19.25 16.45l-1.5-1.55q1-.275 1.625-1.063T20 12q0-1.25-.875-2.125T17 9h-4V7h4q2.075 0 3.538 1.463T22 12q0 1.425-.737 2.625T19.25 16.45M15.85 13l-2-2H16v2zm3.95 9.6L1.4 4.2l1.4-1.4l18.4 18.4zM11 17H7q-2.075 0-3.537-1.463T2 12q0-1.725 1.05-3.075t2.7-1.775L7.6 9H7q-1.25 0-2.125.875T4 12t.875 2.125T7 15h4zm-3-4v-2h1.625l1.975 2z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLinkOff(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="m19.25 16.45l-1.5-1.55q1-.275 1.625-1.063T20 12q0-1.25-.875-2.125T17 9h-4V7h4q2.075 0 3.538 1.463T22 12q0 1.425-.737 2.625T19.25 16.45M15.85 13l-2-2H16v2zm3.95 9.6L1.4 4.2l1.4-1.4l18.4 18.4zM11 17H7q-2.075 0-3.537-1.463T2 12q0-1.725 1.05-3.075t2.7-1.775L7.6 9H7q-1.25 0-2.125.875T4 12t.875 2.125T7 15h4zm-3-4v-2h1.625l1.975 2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.25 16.45l-1.5-1.55q1-.275 1.625-1.063T20 12q0-1.25-.875-2.125T17 9h-4V7h4q2.075 0 3.538 1.463T22 12q0 1.425-.737 2.625T19.25 16.45M15.85 13l-2-2H16v2zm3.95 9.6L1.4 4.2l1.4-1.4l18.4 18.4zM11 17H7q-2.075 0-3.537-1.463T2 12q0-1.725 1.05-3.075t2.7-1.775L7.6 9H7q-1.25 0-2.125.875T4 12t.875 2.125T7 15h4zm-3-4v-2h1.625l1.975 2z"/></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%22m19.25%2016.45l-1.5-1.55q1-.275%201.625-1.063T20%2012q0-1.25-.875-2.125T17%209h-4V7h4q2.075%200%203.538%201.463T22%2012q0%201.425-.737%202.625T19.25%2016.45M15.85%2013l-2-2H16v2zm3.95%209.6L1.4%204.2l1.4-1.4l18.4%2018.4zM11%2017H7q-2.075%200-3.537-1.463T2%2012q0-1.725%201.05-3.075t2.7-1.775L7.6%209H7q-1.25%200-2.125.875T4%2012t.875%202.125T7%2015h4zm-3-4v-2h1.625l1.975%202z%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%22m19.25%2016.45l-1.5-1.55q1-.275%201.625-1.063T20%2012q0-1.25-.875-2.125T17%209h-4V7h4q2.075%200%203.538%201.463T22%2012q0%201.425-.737%202.625T19.25%2016.45M15.85%2013l-2-2H16v2zm3.95%209.6L1.4%204.2l1.4-1.4l18.4%2018.4zM11%2017H7q-2.075%200-3.537-1.463T2%2012q0-1.725%201.05-3.075t2.7-1.775L7.6%209H7q-1.25%200-2.125.875T4%2012t.875%202.125T7%2015h4zm-3-4v-2h1.625l1.975%202z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/link-off.svg?color=%231a73e8&size=48