link-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.

Name
link-48-regular
Set
Fluent UI System Icons
Style
48 Regular
Viewbox
48×48
License
MIT

14 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the link icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M34 14c5.523 0 10 4.477 10 10c0 5.43-4.327 9.848-9.72 9.996L34 34h-5.75a1.25 1.25 0 0 1-.128-2.494l.128-.006H34a7.5 7.5 0 0 0 .243-14.996L34 16.5h-5.75a1.25 1.25 0 0 1-.128-2.493L28.25 14zm-14.25 0a1.25 1.25 0 0 1 .128 2.494l-.128.006H14a7.5 7.5 0 0 0-.243 14.996L14 31.5h5.75a1.25 1.25 0 0 1 .128 2.493L19.75 34H14C8.477 34 4 29.523 4 24c0-5.43 4.327-9.848 9.72-9.996L14 14zM13 22.75h22a1.25 1.25 0 0 1 .128 2.494L35 25.25H13a1.25 1.25 0 0 1-.128-2.494zh22z"/></svg>

React

import type { SVGProps } from "react";

export function FluentLink48Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M34 14c5.523 0 10 4.477 10 10c0 5.43-4.327 9.848-9.72 9.996L34 34h-5.75a1.25 1.25 0 0 1-.128-2.494l.128-.006H34a7.5 7.5 0 0 0 .243-14.996L34 16.5h-5.75a1.25 1.25 0 0 1-.128-2.493L28.25 14zm-14.25 0a1.25 1.25 0 0 1 .128 2.494l-.128.006H14a7.5 7.5 0 0 0-.243 14.996L14 31.5h5.75a1.25 1.25 0 0 1 .128 2.493L19.75 34H14C8.477 34 4 29.523 4 24c0-5.43 4.327-9.848 9.72-9.996L14 14zM13 22.75h22a1.25 1.25 0 0 1 .128 2.494L35 25.25H13a1.25 1.25 0 0 1-.128-2.494zh22z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M34 14c5.523 0 10 4.477 10 10c0 5.43-4.327 9.848-9.72 9.996L34 34h-5.75a1.25 1.25 0 0 1-.128-2.494l.128-.006H34a7.5 7.5 0 0 0 .243-14.996L34 16.5h-5.75a1.25 1.25 0 0 1-.128-2.493L28.25 14zm-14.25 0a1.25 1.25 0 0 1 .128 2.494l-.128.006H14a7.5 7.5 0 0 0-.243 14.996L14 31.5h5.75a1.25 1.25 0 0 1 .128 2.493L19.75 34H14C8.477 34 4 29.523 4 24c0-5.43 4.327-9.848 9.72-9.996L14 14zM13 22.75h22a1.25 1.25 0 0 1 .128 2.494L35 25.25H13a1.25 1.25 0 0 1-.128-2.494zh22z"/></svg>
</template>

CSS

.icon-link-48-regular {
  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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M34%2014c5.523%200%2010%204.477%2010%2010c0%205.43-4.327%209.848-9.72%209.996L34%2034h-5.75a1.25%201.25%200%200%201-.128-2.494l.128-.006H34a7.5%207.5%200%200%200%20.243-14.996L34%2016.5h-5.75a1.25%201.25%200%200%201-.128-2.493L28.25%2014zm-14.25%200a1.25%201.25%200%200%201%20.128%202.494l-.128.006H14a7.5%207.5%200%200%200-.243%2014.996L14%2031.5h5.75a1.25%201.25%200%200%201%20.128%202.493L19.75%2034H14C8.477%2034%204%2029.523%204%2024c0-5.43%204.327-9.848%209.72-9.996L14%2014zM13%2022.75h22a1.25%201.25%200%200%201%20.128%202.494L35%2025.25H13a1.25%201.25%200%200%201-.128-2.494zh22z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M34%2014c5.523%200%2010%204.477%2010%2010c0%205.43-4.327%209.848-9.72%209.996L34%2034h-5.75a1.25%201.25%200%200%201-.128-2.494l.128-.006H34a7.5%207.5%200%200%200%20.243-14.996L34%2016.5h-5.75a1.25%201.25%200%200%201-.128-2.493L28.25%2014zm-14.25%200a1.25%201.25%200%200%201%20.128%202.494l-.128.006H14a7.5%207.5%200%200%200-.243%2014.996L14%2031.5h5.75a1.25%201.25%200%200%201%20.128%202.493L19.75%2034H14C8.477%2034%204%2029.523%204%2024c0-5.43%204.327-9.848%209.72-9.996L14%2014zM13%2022.75h22a1.25%201.25%200%200%201%20.128%202.494L35%2025.25H13a1.25%201.25%200%200%201-.128-2.494zh22z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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