round-link-off from Google Material Icons by Material Design Authors · Baseline · Content · Apache-2.0 Free for personal and commercial use.

Name
round-link-off
Set
Google Material Icons
Style
Baseline
Category
Content
Viewbox
24×24
License
Apache 2.0

More content icons from Google Material Icons

Use the round 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="M14 9h2.87c1.46 0 2.8.98 3.08 2.42c.31 1.64-.74 3.11-2.22 3.48l1.53 1.53c1.77-.91 2.95-2.82 2.7-5.01C21.68 8.86 19.37 7 16.79 7H14c-.55 0-1 .45-1 1s.45 1 1 1M3.51 3.51A.996.996 0 1 0 2.1 4.92l2.64 2.64c-1.77.91-2.95 2.82-2.7 5.01C2.32 15.14 4.63 17 7.21 17H10c.55 0 1-.45 1-1s-.45-1-1-1H7.13c-1.46 0-2.8-.98-3.08-2.42c-.31-1.64.75-3.11 2.22-3.48l2.12 2.12c-.23.19-.39.46-.39.78c0 .55.45 1 1 1h1.17l8.9 8.9a.996.996 0 1 0 1.41-1.41zM14 11l1.71 1.71A1.003 1.003 0 0 0 15 11z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundLinkOff(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="M14 9h2.87c1.46 0 2.8.98 3.08 2.42c.31 1.64-.74 3.11-2.22 3.48l1.53 1.53c1.77-.91 2.95-2.82 2.7-5.01C21.68 8.86 19.37 7 16.79 7H14c-.55 0-1 .45-1 1s.45 1 1 1M3.51 3.51A.996.996 0 1 0 2.1 4.92l2.64 2.64c-1.77.91-2.95 2.82-2.7 5.01C2.32 15.14 4.63 17 7.21 17H10c.55 0 1-.45 1-1s-.45-1-1-1H7.13c-1.46 0-2.8-.98-3.08-2.42c-.31-1.64.75-3.11 2.22-3.48l2.12 2.12c-.23.19-.39.46-.39.78c0 .55.45 1 1 1h1.17l8.9 8.9a.996.996 0 1 0 1.41-1.41zM14 11l1.71 1.71A1.003 1.003 0 0 0 15 11z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 9h2.87c1.46 0 2.8.98 3.08 2.42c.31 1.64-.74 3.11-2.22 3.48l1.53 1.53c1.77-.91 2.95-2.82 2.7-5.01C21.68 8.86 19.37 7 16.79 7H14c-.55 0-1 .45-1 1s.45 1 1 1M3.51 3.51A.996.996 0 1 0 2.1 4.92l2.64 2.64c-1.77.91-2.95 2.82-2.7 5.01C2.32 15.14 4.63 17 7.21 17H10c.55 0 1-.45 1-1s-.45-1-1-1H7.13c-1.46 0-2.8-.98-3.08-2.42c-.31-1.64.75-3.11 2.22-3.48l2.12 2.12c-.23.19-.39.46-.39.78c0 .55.45 1 1 1h1.17l8.9 8.9a.996.996 0 1 0 1.41-1.41zM14 11l1.71 1.71A1.003 1.003 0 0 0 15 11z"/></svg>
</template>

CSS

.icon-round-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%22M14%209h2.87c1.46%200%202.8.98%203.08%202.42c.31%201.64-.74%203.11-2.22%203.48l1.53%201.53c1.77-.91%202.95-2.82%202.7-5.01C21.68%208.86%2019.37%207%2016.79%207H14c-.55%200-1%20.45-1%201s.45%201%201%201M3.51%203.51A.996.996%200%201%200%202.1%204.92l2.64%202.64c-1.77.91-2.95%202.82-2.7%205.01C2.32%2015.14%204.63%2017%207.21%2017H10c.55%200%201-.45%201-1s-.45-1-1-1H7.13c-1.46%200-2.8-.98-3.08-2.42c-.31-1.64.75-3.11%202.22-3.48l2.12%202.12c-.23.19-.39.46-.39.78c0%20.55.45%201%201%201h1.17l8.9%208.9a.996.996%200%201%200%201.41-1.41zM14%2011l1.71%201.71A1.003%201.003%200%200%200%2015%2011z%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%22M14%209h2.87c1.46%200%202.8.98%203.08%202.42c.31%201.64-.74%203.11-2.22%203.48l1.53%201.53c1.77-.91%202.95-2.82%202.7-5.01C21.68%208.86%2019.37%207%2016.79%207H14c-.55%200-1%20.45-1%201s.45%201%201%201M3.51%203.51A.996.996%200%201%200%202.1%204.92l2.64%202.64c-1.77.91-2.95%202.82-2.7%205.01C2.32%2015.14%204.63%2017%207.21%2017H10c.55%200%201-.45%201-1s-.45-1-1-1H7.13c-1.46%200-2.8-.98-3.08-2.42c-.31-1.64.75-3.11%202.22-3.48l2.12%202.12c-.23.19-.39.46-.39.78c0%20.55.45%201%201%201h1.17l8.9%208.9a.996.996%200%201%200%201.41-1.41zM14%2011l1.71%201.71A1.003%201.003%200%200%200%2015%2011z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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