link round angle icon

link-round-angle-line-duotone from Solar by 480 Design · Line Duotone · Text Formatting · CC-BY-4.0 Attribution required.

Name
link-round-angle-line-duotone
Set
Solar
Style
Line Duotone
Category
Text Formatting
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More text formatting icons from Solar

Use the link round angle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M12.7917 15.7991L14.2223 14.3676C16.5926 11.9959 16.5926 8.15054 14.2223 5.7788C11.8521 3.40707 8.0091 3.40707 5.63885 5.7788L2.77769 8.64174C0.407436 11.0135 0.407436 14.8588 2.77769 17.2306C3.87688 18.3304 5.29279 18.9202 6.73165 19"/><path d="M11.2083 8.20092L9.77769 9.63239C7.40744 12.0041 7.40744 15.8495 9.77769 18.2212C12.1479 20.5929 15.9909 20.5929 18.3612 18.2212L21.2223 15.3583C23.5926 12.9865 23.5926 9.14118 21.2223 6.76945C20.1231 5.66957 18.7072 5.07976 17.2683 5" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarLinkRoundAngleLineDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path d="M12.7917 15.7991L14.2223 14.3676C16.5926 11.9959 16.5926 8.15054 14.2223 5.7788C11.8521 3.40707 8.0091 3.40707 5.63885 5.7788L2.77769 8.64174C0.407436 11.0135 0.407436 14.8588 2.77769 17.2306C3.87688 18.3304 5.29279 18.9202 6.73165 19"/><path d="M11.2083 8.20092L9.77769 9.63239C7.40744 12.0041 7.40744 15.8495 9.77769 18.2212C12.1479 20.5929 15.9909 20.5929 18.3612 18.2212L21.2223 15.3583C23.5926 12.9865 23.5926 9.14118 21.2223 6.76945C20.1231 5.66957 18.7072 5.07976 17.2683 5" opacity=".5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M12.7917 15.7991L14.2223 14.3676C16.5926 11.9959 16.5926 8.15054 14.2223 5.7788C11.8521 3.40707 8.0091 3.40707 5.63885 5.7788L2.77769 8.64174C0.407436 11.0135 0.407436 14.8588 2.77769 17.2306C3.87688 18.3304 5.29279 18.9202 6.73165 19"/><path d="M11.2083 8.20092L9.77769 9.63239C7.40744 12.0041 7.40744 15.8495 9.77769 18.2212C12.1479 20.5929 15.9909 20.5929 18.3612 18.2212L21.2223 15.3583C23.5926 12.9865 23.5926 9.14118 21.2223 6.76945C20.1231 5.66957 18.7072 5.07976 17.2683 5" opacity=".5"/></g></svg>
</template>

CSS

.icon-link-round-angle-line-duotone {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12.7917%2015.7991L14.2223%2014.3676C16.5926%2011.9959%2016.5926%208.15054%2014.2223%205.7788C11.8521%203.40707%208.0091%203.40707%205.63885%205.7788L2.77769%208.64174C0.407436%2011.0135%200.407436%2014.8588%202.77769%2017.2306C3.87688%2018.3304%205.29279%2018.9202%206.73165%2019%22%2F%3E%3Cpath%20d%3D%22M11.2083%208.20092L9.77769%209.63239C7.40744%2012.0041%207.40744%2015.8495%209.77769%2018.2212C12.1479%2020.5929%2015.9909%2020.5929%2018.3612%2018.2212L21.2223%2015.3583C23.5926%2012.9865%2023.5926%209.14118%2021.2223%206.76945C20.1231%205.66957%2018.7072%205.07976%2017.2683%205%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12.7917%2015.7991L14.2223%2014.3676C16.5926%2011.9959%2016.5926%208.15054%2014.2223%205.7788C11.8521%203.40707%208.0091%203.40707%205.63885%205.7788L2.77769%208.64174C0.407436%2011.0135%200.407436%2014.8588%202.77769%2017.2306C3.87688%2018.3304%205.29279%2018.9202%206.73165%2019%22%2F%3E%3Cpath%20d%3D%22M11.2083%208.20092L9.77769%209.63239C7.40744%2012.0041%207.40744%2015.8495%209.77769%2018.2212C12.1479%2020.5929%2015.9909%2020.5929%2018.3612%2018.2212L21.2223%2015.3583C23.5926%2012.9865%2023.5926%209.14118%2021.2223%206.76945C20.1231%205.66957%2018.7072%205.07976%2017.2683%205%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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