add-link from Material Symbols Light by Google · Regular · Text · Apache-2.0 Free for personal and commercial use.

Name
add-link
Set
Material Symbols Light
Style
Regular
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
add-link-outline, add-link-outline-sharp, add-link-sharp

1 other variant in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

Use the add link icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.077 19v-2.923h-2.923v-1h2.923v-2.923h1v2.923H21v1h-2.923V19zm-6.462-2.923H7.078q-1.692 0-2.884-1.192T3 12t1.193-2.885t2.884-1.193h3.539v1H7.077q-1.27 0-2.173.904Q4 10.731 4 12t.904 2.173t2.173.904h3.539zM8.5 12.5v-1h7v1zM21 12h-1q0-1.27-.904-2.173q-.904-.904-2.173-.904h-3.538v-1h3.538q1.692 0 2.885 1.193T21 12"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightAddLink(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="M17.077 19v-2.923h-2.923v-1h2.923v-2.923h1v2.923H21v1h-2.923V19zm-6.462-2.923H7.078q-1.692 0-2.884-1.192T3 12t1.193-2.885t2.884-1.193h3.539v1H7.077q-1.27 0-2.173.904Q4 10.731 4 12t.904 2.173t2.173.904h3.539zM8.5 12.5v-1h7v1zM21 12h-1q0-1.27-.904-2.173q-.904-.904-2.173-.904h-3.538v-1h3.538q1.692 0 2.885 1.193T21 12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.077 19v-2.923h-2.923v-1h2.923v-2.923h1v2.923H21v1h-2.923V19zm-6.462-2.923H7.078q-1.692 0-2.884-1.192T3 12t1.193-2.885t2.884-1.193h3.539v1H7.077q-1.27 0-2.173.904Q4 10.731 4 12t.904 2.173t2.173.904h3.539zM8.5 12.5v-1h7v1zM21 12h-1q0-1.27-.904-2.173q-.904-.904-2.173-.904h-3.538v-1h3.538q1.692 0 2.885 1.193T21 12"/></svg>
</template>

CSS

.icon-add-link {
  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%22M17.077%2019v-2.923h-2.923v-1h2.923v-2.923h1v2.923H21v1h-2.923V19zm-6.462-2.923H7.078q-1.692%200-2.884-1.192T3%2012t1.193-2.885t2.884-1.193h3.539v1H7.077q-1.27%200-2.173.904Q4%2010.731%204%2012t.904%202.173t2.173.904h3.539zM8.5%2012.5v-1h7v1zM21%2012h-1q0-1.27-.904-2.173q-.904-.904-2.173-.904h-3.538v-1h3.538q1.692%200%202.885%201.193T21%2012%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%22M17.077%2019v-2.923h-2.923v-1h2.923v-2.923h1v2.923H21v1h-2.923V19zm-6.462-2.923H7.078q-1.692%200-2.884-1.192T3%2012t1.193-2.885t2.884-1.193h3.539v1H7.077q-1.27%200-2.173.904Q4%2010.731%204%2012t.904%202.173t2.173.904h3.539zM8.5%2012.5v-1h7v1zM21%2012h-1q0-1.27-.904-2.173q-.904-.904-2.173-.904h-3.538v-1h3.538q1.692%200%202.885%201.193T21%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/add-link.svg?color=%231a73e8&size=48