round insert link icon

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

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

More editor icons from Google Material Icons

Use the round insert link icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.96 11.38C4.24 9.91 5.62 8.9 7.12 8.9h2.93c.52 0 .95-.43.95-.95S10.57 7 10.05 7H7.22c-2.61 0-4.94 1.91-5.19 4.51A4.995 4.995 0 0 0 7 17h3.05c.52 0 .95-.43.95-.95s-.43-.95-.95-.95H7a3.11 3.11 0 0 1-3.04-3.72M9 13h6c.55 0 1-.45 1-1s-.45-1-1-1H9c-.55 0-1 .45-1 1s.45 1 1 1m7.78-6h-2.83c-.52 0-.95.43-.95.95s.43.95.95.95h2.93c1.5 0 2.88 1.01 3.16 2.48A3.11 3.11 0 0 1 17 15.1h-3.05c-.52 0-.95.43-.95.95s.43.95.95.95H17c2.92 0 5.26-2.51 4.98-5.49c-.25-2.6-2.59-4.51-5.2-4.51"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundInsertLink(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="M3.96 11.38C4.24 9.91 5.62 8.9 7.12 8.9h2.93c.52 0 .95-.43.95-.95S10.57 7 10.05 7H7.22c-2.61 0-4.94 1.91-5.19 4.51A4.995 4.995 0 0 0 7 17h3.05c.52 0 .95-.43.95-.95s-.43-.95-.95-.95H7a3.11 3.11 0 0 1-3.04-3.72M9 13h6c.55 0 1-.45 1-1s-.45-1-1-1H9c-.55 0-1 .45-1 1s.45 1 1 1m7.78-6h-2.83c-.52 0-.95.43-.95.95s.43.95.95.95h2.93c1.5 0 2.88 1.01 3.16 2.48A3.11 3.11 0 0 1 17 15.1h-3.05c-.52 0-.95.43-.95.95s.43.95.95.95H17c2.92 0 5.26-2.51 4.98-5.49c-.25-2.6-2.59-4.51-5.2-4.51"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.96 11.38C4.24 9.91 5.62 8.9 7.12 8.9h2.93c.52 0 .95-.43.95-.95S10.57 7 10.05 7H7.22c-2.61 0-4.94 1.91-5.19 4.51A4.995 4.995 0 0 0 7 17h3.05c.52 0 .95-.43.95-.95s-.43-.95-.95-.95H7a3.11 3.11 0 0 1-3.04-3.72M9 13h6c.55 0 1-.45 1-1s-.45-1-1-1H9c-.55 0-1 .45-1 1s.45 1 1 1m7.78-6h-2.83c-.52 0-.95.43-.95.95s.43.95.95.95h2.93c1.5 0 2.88 1.01 3.16 2.48A3.11 3.11 0 0 1 17 15.1h-3.05c-.52 0-.95.43-.95.95s.43.95.95.95H17c2.92 0 5.26-2.51 4.98-5.49c-.25-2.6-2.59-4.51-5.2-4.51"/></svg>
</template>

CSS

.icon-round-insert-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%22M3.96%2011.38C4.24%209.91%205.62%208.9%207.12%208.9h2.93c.52%200%20.95-.43.95-.95S10.57%207%2010.05%207H7.22c-2.61%200-4.94%201.91-5.19%204.51A4.995%204.995%200%200%200%207%2017h3.05c.52%200%20.95-.43.95-.95s-.43-.95-.95-.95H7a3.11%203.11%200%200%201-3.04-3.72M9%2013h6c.55%200%201-.45%201-1s-.45-1-1-1H9c-.55%200-1%20.45-1%201s.45%201%201%201m7.78-6h-2.83c-.52%200-.95.43-.95.95s.43.95.95.95h2.93c1.5%200%202.88%201.01%203.16%202.48A3.11%203.11%200%200%201%2017%2015.1h-3.05c-.52%200-.95.43-.95.95s.43.95.95.95H17c2.92%200%205.26-2.51%204.98-5.49c-.25-2.6-2.59-4.51-5.2-4.51%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%22M3.96%2011.38C4.24%209.91%205.62%208.9%207.12%208.9h2.93c.52%200%20.95-.43.95-.95S10.57%207%2010.05%207H7.22c-2.61%200-4.94%201.91-5.19%204.51A4.995%204.995%200%200%200%207%2017h3.05c.52%200%20.95-.43.95-.95s-.43-.95-.95-.95H7a3.11%203.11%200%200%201-3.04-3.72M9%2013h6c.55%200%201-.45%201-1s-.45-1-1-1H9c-.55%200-1%20.45-1%201s.45%201%201%201m7.78-6h-2.83c-.52%200-.95.43-.95.95s.43.95.95.95h2.93c1.5%200%202.88%201.01%203.16%202.48A3.11%203.11%200%200%201%2017%2015.1h-3.05c-.52%200-.95.43-.95.95s.43.95.95.95H17c2.92%200%205.26-2.51%204.98-5.49c-.25-2.6-2.59-4.51-5.2-4.51%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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