link circle icon
link-circle-outline from Material Design Icons by Pictogrammers · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- link-circle-outline
- Set
- Material Design Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Material Design Icons
The same icon in other sets
Related icons in Material Design Icons
Use the link circle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 16h1v-2h-1c-.33 0-2-.1-2-2c0-1.83 1.54-2 2-2h1V8h-1c-1.61 0-4 1.07-4 4c0 2.94 2.39 4 4 4m3 0h1c1.61 0 4-1.06 4-4c0-2.93-2.39-4-4-4h-1v2h1c.33 0 2 .1 2 2c0 1.83-1.54 2-2 2h-1zm-4-3h6v-2H9zM8.17 2.76A10.1 10.1 0 0 1 12 2c1.31 0 2.61.26 3.83.76c1.21.5 2.31 1.24 3.24 2.17s1.67 2.03 2.17 3.24c.5 1.22.76 2.52.76 3.83c0 2.65-1.05 5.2-2.93 7.07A9.97 9.97 0 0 1 12 22a10.1 10.1 0 0 1-3.83-.76a10 10 0 0 1-3.24-2.17A9.97 9.97 0 0 1 2 12c0-2.65 1.05-5.2 2.93-7.07c.93-.93 2.03-1.67 3.24-2.17m-1.83 14.9C7.84 19.16 9.88 20 12 20s4.16-.84 5.66-2.34S20 14.12 20 12s-.84-4.16-2.34-5.66A8 8 0 0 0 12 4c-2.12 0-4.16.84-5.66 2.34A8 8 0 0 0 4 12c0 2.12.84 4.16 2.34 5.66"/></svg>
React
import type { SVGProps } from "react";
export function MdiLinkCircleOutline(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="M10 16h1v-2h-1c-.33 0-2-.1-2-2c0-1.83 1.54-2 2-2h1V8h-1c-1.61 0-4 1.07-4 4c0 2.94 2.39 4 4 4m3 0h1c1.61 0 4-1.06 4-4c0-2.93-2.39-4-4-4h-1v2h1c.33 0 2 .1 2 2c0 1.83-1.54 2-2 2h-1zm-4-3h6v-2H9zM8.17 2.76A10.1 10.1 0 0 1 12 2c1.31 0 2.61.26 3.83.76c1.21.5 2.31 1.24 3.24 2.17s1.67 2.03 2.17 3.24c.5 1.22.76 2.52.76 3.83c0 2.65-1.05 5.2-2.93 7.07A9.97 9.97 0 0 1 12 22a10.1 10.1 0 0 1-3.83-.76a10 10 0 0 1-3.24-2.17A9.97 9.97 0 0 1 2 12c0-2.65 1.05-5.2 2.93-7.07c.93-.93 2.03-1.67 3.24-2.17m-1.83 14.9C7.84 19.16 9.88 20 12 20s4.16-.84 5.66-2.34S20 14.12 20 12s-.84-4.16-2.34-5.66A8 8 0 0 0 12 4c-2.12 0-4.16.84-5.66 2.34A8 8 0 0 0 4 12c0 2.12.84 4.16 2.34 5.66"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 16h1v-2h-1c-.33 0-2-.1-2-2c0-1.83 1.54-2 2-2h1V8h-1c-1.61 0-4 1.07-4 4c0 2.94 2.39 4 4 4m3 0h1c1.61 0 4-1.06 4-4c0-2.93-2.39-4-4-4h-1v2h1c.33 0 2 .1 2 2c0 1.83-1.54 2-2 2h-1zm-4-3h6v-2H9zM8.17 2.76A10.1 10.1 0 0 1 12 2c1.31 0 2.61.26 3.83.76c1.21.5 2.31 1.24 3.24 2.17s1.67 2.03 2.17 3.24c.5 1.22.76 2.52.76 3.83c0 2.65-1.05 5.2-2.93 7.07A9.97 9.97 0 0 1 12 22a10.1 10.1 0 0 1-3.83-.76a10 10 0 0 1-3.24-2.17A9.97 9.97 0 0 1 2 12c0-2.65 1.05-5.2 2.93-7.07c.93-.93 2.03-1.67 3.24-2.17m-1.83 14.9C7.84 19.16 9.88 20 12 20s4.16-.84 5.66-2.34S20 14.12 20 12s-.84-4.16-2.34-5.66A8 8 0 0 0 12 4c-2.12 0-4.16.84-5.66 2.34A8 8 0 0 0 4 12c0 2.12.84 4.16 2.34 5.66"/></svg> </template>
CSS
.icon-link-circle-outline {
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%22M10%2016h1v-2h-1c-.33%200-2-.1-2-2c0-1.83%201.54-2%202-2h1V8h-1c-1.61%200-4%201.07-4%204c0%202.94%202.39%204%204%204m3%200h1c1.61%200%204-1.06%204-4c0-2.93-2.39-4-4-4h-1v2h1c.33%200%202%20.1%202%202c0%201.83-1.54%202-2%202h-1zm-4-3h6v-2H9zM8.17%202.76A10.1%2010.1%200%200%201%2012%202c1.31%200%202.61.26%203.83.76c1.21.5%202.31%201.24%203.24%202.17s1.67%202.03%202.17%203.24c.5%201.22.76%202.52.76%203.83c0%202.65-1.05%205.2-2.93%207.07A9.97%209.97%200%200%201%2012%2022a10.1%2010.1%200%200%201-3.83-.76a10%2010%200%200%201-3.24-2.17A9.97%209.97%200%200%201%202%2012c0-2.65%201.05-5.2%202.93-7.07c.93-.93%202.03-1.67%203.24-2.17m-1.83%2014.9C7.84%2019.16%209.88%2020%2012%2020s4.16-.84%205.66-2.34S20%2014.12%2020%2012s-.84-4.16-2.34-5.66A8%208%200%200%200%2012%204c-2.12%200-4.16.84-5.66%202.34A8%208%200%200%200%204%2012c0%202.12.84%204.16%202.34%205.66%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%22M10%2016h1v-2h-1c-.33%200-2-.1-2-2c0-1.83%201.54-2%202-2h1V8h-1c-1.61%200-4%201.07-4%204c0%202.94%202.39%204%204%204m3%200h1c1.61%200%204-1.06%204-4c0-2.93-2.39-4-4-4h-1v2h1c.33%200%202%20.1%202%202c0%201.83-1.54%202-2%202h-1zm-4-3h6v-2H9zM8.17%202.76A10.1%2010.1%200%200%201%2012%202c1.31%200%202.61.26%203.83.76c1.21.5%202.31%201.24%203.24%202.17s1.67%202.03%202.17%203.24c.5%201.22.76%202.52.76%203.83c0%202.65-1.05%205.2-2.93%207.07A9.97%209.97%200%200%201%2012%2022a10.1%2010.1%200%200%201-3.83-.76a10%2010%200%200%201-3.24-2.17A9.97%209.97%200%200%201%202%2012c0-2.65%201.05-5.2%202.93-7.07c.93-.93%202.03-1.67%203.24-2.17m-1.83%2014.9C7.84%2019.16%209.88%2020%2012%2020s4.16-.84%205.66-2.34S20%2014.12%2020%2012s-.84-4.16-2.34-5.66A8%208%200%200%200%2012%204c-2.12%200-4.16.84-5.66%202.34A8%208%200%200%200%204%2012c0%202.12.84%204.16%202.34%205.66%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/link-circle-outline.svg?color=%231a73e8&size=48