link-2-rounded from Material Symbols Light by Google · Rounded · Communicate · Apache-2.0 Free for personal and commercial use.

Name
link-2-rounded
Set
Material Symbols Light
Style
Rounded
Category
Communicate
Viewbox
24×24
License
Apache 2.0
Aliases
link-2-outline-rounded

1 other variant in Material Symbols Light

The same icon in other sets

More communicate icons from Material Symbols Light

Use the link 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.2 20q-1.742 0-2.971-1.229T4 15.8q0-.846.308-1.611q.308-.766.911-1.37l2.664-2.644q.146-.146.347-.156t.366.156t.166.354t-.166.354l-2.669 2.65q-.463.463-.705 1.049T4.981 15.8q0 1.34.94 2.27Q6.86 19 8.2 19q.633 0 1.221-.241q.589-.242 1.052-.705l2.664-2.65q.146-.14.344-.15t.363.156t.166.353t-.166.354l-2.663 2.645q-.604.604-1.37.92Q9.047 20 8.2 20m1.48-5.7q-.145-.146-.145-.347t.146-.347l3.925-3.925q.146-.146.347-.156t.366.156t.166.357t-.166.356L10.394 14.3q-.146.146-.357.156q-.21.01-.356-.156m5.723-.456q-.166-.146-.156-.353q.01-.208.156-.354l2.669-2.664q.444-.444.683-1.017t.238-1.206q0-1.346-.936-2.298Q17.12 5 15.775 5q-.633 0-1.218.241q-.586.242-1.03.686l-2.663 2.67q-.147.145-.354.155q-.208.01-.354-.156q-.146-.146-.146-.347t.146-.347l2.663-2.664q.604-.604 1.37-.92Q14.954 4 15.8 4q1.742 0 2.968 1.239t1.226 2.986q0 .84-.304 1.596q-.305.756-.91 1.36l-2.682 2.663q-.146.147-.347.147t-.347-.147"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightLink2Rounded(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="M8.2 20q-1.742 0-2.971-1.229T4 15.8q0-.846.308-1.611q.308-.766.911-1.37l2.664-2.644q.146-.146.347-.156t.366.156t.166.354t-.166.354l-2.669 2.65q-.463.463-.705 1.049T4.981 15.8q0 1.34.94 2.27Q6.86 19 8.2 19q.633 0 1.221-.241q.589-.242 1.052-.705l2.664-2.65q.146-.14.344-.15t.363.156t.166.353t-.166.354l-2.663 2.645q-.604.604-1.37.92Q9.047 20 8.2 20m1.48-5.7q-.145-.146-.145-.347t.146-.347l3.925-3.925q.146-.146.347-.156t.366.156t.166.357t-.166.356L10.394 14.3q-.146.146-.357.156q-.21.01-.356-.156m5.723-.456q-.166-.146-.156-.353q.01-.208.156-.354l2.669-2.664q.444-.444.683-1.017t.238-1.206q0-1.346-.936-2.298Q17.12 5 15.775 5q-.633 0-1.218.241q-.586.242-1.03.686l-2.663 2.67q-.147.145-.354.155q-.208.01-.354-.156q-.146-.146-.146-.347t.146-.347l2.663-2.664q.604-.604 1.37-.92Q14.954 4 15.8 4q1.742 0 2.968 1.239t1.226 2.986q0 .84-.304 1.596q-.305.756-.91 1.36l-2.682 2.663q-.146.147-.347.147t-.347-.147"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.2 20q-1.742 0-2.971-1.229T4 15.8q0-.846.308-1.611q.308-.766.911-1.37l2.664-2.644q.146-.146.347-.156t.366.156t.166.354t-.166.354l-2.669 2.65q-.463.463-.705 1.049T4.981 15.8q0 1.34.94 2.27Q6.86 19 8.2 19q.633 0 1.221-.241q.589-.242 1.052-.705l2.664-2.65q.146-.14.344-.15t.363.156t.166.353t-.166.354l-2.663 2.645q-.604.604-1.37.92Q9.047 20 8.2 20m1.48-5.7q-.145-.146-.145-.347t.146-.347l3.925-3.925q.146-.146.347-.156t.366.156t.166.357t-.166.356L10.394 14.3q-.146.146-.357.156q-.21.01-.356-.156m5.723-.456q-.166-.146-.156-.353q.01-.208.156-.354l2.669-2.664q.444-.444.683-1.017t.238-1.206q0-1.346-.936-2.298Q17.12 5 15.775 5q-.633 0-1.218.241q-.586.242-1.03.686l-2.663 2.67q-.147.145-.354.155q-.208.01-.354-.156q-.146-.146-.146-.347t.146-.347l2.663-2.664q.604-.604 1.37-.92Q14.954 4 15.8 4q1.742 0 2.968 1.239t1.226 2.986q0 .84-.304 1.596q-.305.756-.91 1.36l-2.682 2.663q-.146.147-.347.147t-.347-.147"/></svg>
</template>

CSS

.icon-link-2-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%22M8.2%2020q-1.742%200-2.971-1.229T4%2015.8q0-.846.308-1.611q.308-.766.911-1.37l2.664-2.644q.146-.146.347-.156t.366.156t.166.354t-.166.354l-2.669%202.65q-.463.463-.705%201.049T4.981%2015.8q0%201.34.94%202.27Q6.86%2019%208.2%2019q.633%200%201.221-.241q.589-.242%201.052-.705l2.664-2.65q.146-.14.344-.15t.363.156t.166.353t-.166.354l-2.663%202.645q-.604.604-1.37.92Q9.047%2020%208.2%2020m1.48-5.7q-.145-.146-.145-.347t.146-.347l3.925-3.925q.146-.146.347-.156t.366.156t.166.357t-.166.356L10.394%2014.3q-.146.146-.357.156q-.21.01-.356-.156m5.723-.456q-.166-.146-.156-.353q.01-.208.156-.354l2.669-2.664q.444-.444.683-1.017t.238-1.206q0-1.346-.936-2.298Q17.12%205%2015.775%205q-.633%200-1.218.241q-.586.242-1.03.686l-2.663%202.67q-.147.145-.354.155q-.208.01-.354-.156q-.146-.146-.146-.347t.146-.347l2.663-2.664q.604-.604%201.37-.92Q14.954%204%2015.8%204q1.742%200%202.968%201.239t1.226%202.986q0%20.84-.304%201.596q-.305.756-.91%201.36l-2.682%202.663q-.146.147-.347.147t-.347-.147%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%22M8.2%2020q-1.742%200-2.971-1.229T4%2015.8q0-.846.308-1.611q.308-.766.911-1.37l2.664-2.644q.146-.146.347-.156t.366.156t.166.354t-.166.354l-2.669%202.65q-.463.463-.705%201.049T4.981%2015.8q0%201.34.94%202.27Q6.86%2019%208.2%2019q.633%200%201.221-.241q.589-.242%201.052-.705l2.664-2.65q.146-.14.344-.15t.363.156t.166.353t-.166.354l-2.663%202.645q-.604.604-1.37.92Q9.047%2020%208.2%2020m1.48-5.7q-.145-.146-.145-.347t.146-.347l3.925-3.925q.146-.146.347-.156t.366.156t.166.357t-.166.356L10.394%2014.3q-.146.146-.357.156q-.21.01-.356-.156m5.723-.456q-.166-.146-.156-.353q.01-.208.156-.354l2.669-2.664q.444-.444.683-1.017t.238-1.206q0-1.346-.936-2.298Q17.12%205%2015.775%205q-.633%200-1.218.241q-.586.242-1.03.686l-2.663%202.67q-.147.145-.354.155q-.208.01-.354-.156q-.146-.146-.146-.347t.146-.347l2.663-2.664q.604-.604%201.37-.92Q14.954%204%2015.8%204q1.742%200%202.968%201.239t1.226%202.986q0%20.84-.304%201.596q-.305.756-.91%201.36l-2.682%202.663q-.146.147-.347.147t-.347-.147%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-2-rounded.svg?color=%231a73e8&size=48