link variant plus icon
link-variant-plus from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- link-variant-plus
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
Related icons in Material Design Icons
Use the link variant plus icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.6 13.4a1 1 0 0 1-1.4 1.4a4.8 4.8 0 0 1 0-7l3.5-3.6a5.1 5.1 0 0 1 7.1 0a5.1 5.1 0 0 1 0 7.1l-1.5 1.5a6.4 6.4 0 0 0-.4-2.4l.5-.5a3.2 3.2 0 0 0 0-4.3a3.2 3.2 0 0 0-4.3 0l-3.5 3.6a2.9 2.9 0 0 0 0 4.2M23 18v2h-3v3h-2v-3h-3v-2h3v-3h2v3m-3.8-4.3a4.8 4.8 0 0 0-1.4-4.5a1 1 0 0 0-1.4 1.4a2.9 2.9 0 0 1 0 4.2l-3.5 3.6a3.2 3.2 0 0 1-4.3 0a3.2 3.2 0 0 1 0-4.3l.5-.4a7.3 7.3 0 0 1-.4-2.5l-1.5 1.5a5.1 5.1 0 0 0 0 7.1a5.1 5.1 0 0 0 7.1 0l1.8-1.8a6 6 0 0 1 3.1-4.3"/></svg>
React
import type { SVGProps } from "react";
export function MdiLinkVariantPlus(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.6 13.4a1 1 0 0 1-1.4 1.4a4.8 4.8 0 0 1 0-7l3.5-3.6a5.1 5.1 0 0 1 7.1 0a5.1 5.1 0 0 1 0 7.1l-1.5 1.5a6.4 6.4 0 0 0-.4-2.4l.5-.5a3.2 3.2 0 0 0 0-4.3a3.2 3.2 0 0 0-4.3 0l-3.5 3.6a2.9 2.9 0 0 0 0 4.2M23 18v2h-3v3h-2v-3h-3v-2h3v-3h2v3m-3.8-4.3a4.8 4.8 0 0 0-1.4-4.5a1 1 0 0 0-1.4 1.4a2.9 2.9 0 0 1 0 4.2l-3.5 3.6a3.2 3.2 0 0 1-4.3 0a3.2 3.2 0 0 1 0-4.3l.5-.4a7.3 7.3 0 0 1-.4-2.5l-1.5 1.5a5.1 5.1 0 0 0 0 7.1a5.1 5.1 0 0 0 7.1 0l1.8-1.8a6 6 0 0 1 3.1-4.3"/></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.6 13.4a1 1 0 0 1-1.4 1.4a4.8 4.8 0 0 1 0-7l3.5-3.6a5.1 5.1 0 0 1 7.1 0a5.1 5.1 0 0 1 0 7.1l-1.5 1.5a6.4 6.4 0 0 0-.4-2.4l.5-.5a3.2 3.2 0 0 0 0-4.3a3.2 3.2 0 0 0-4.3 0l-3.5 3.6a2.9 2.9 0 0 0 0 4.2M23 18v2h-3v3h-2v-3h-3v-2h3v-3h2v3m-3.8-4.3a4.8 4.8 0 0 0-1.4-4.5a1 1 0 0 0-1.4 1.4a2.9 2.9 0 0 1 0 4.2l-3.5 3.6a3.2 3.2 0 0 1-4.3 0a3.2 3.2 0 0 1 0-4.3l.5-.4a7.3 7.3 0 0 1-.4-2.5l-1.5 1.5a5.1 5.1 0 0 0 0 7.1a5.1 5.1 0 0 0 7.1 0l1.8-1.8a6 6 0 0 1 3.1-4.3"/></svg> </template>
CSS
.icon-link-variant-plus {
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.6%2013.4a1%201%200%200%201-1.4%201.4a4.8%204.8%200%200%201%200-7l3.5-3.6a5.1%205.1%200%200%201%207.1%200a5.1%205.1%200%200%201%200%207.1l-1.5%201.5a6.4%206.4%200%200%200-.4-2.4l.5-.5a3.2%203.2%200%200%200%200-4.3a3.2%203.2%200%200%200-4.3%200l-3.5%203.6a2.9%202.9%200%200%200%200%204.2M23%2018v2h-3v3h-2v-3h-3v-2h3v-3h2v3m-3.8-4.3a4.8%204.8%200%200%200-1.4-4.5a1%201%200%200%200-1.4%201.4a2.9%202.9%200%200%201%200%204.2l-3.5%203.6a3.2%203.2%200%200%201-4.3%200a3.2%203.2%200%200%201%200-4.3l.5-.4a7.3%207.3%200%200%201-.4-2.5l-1.5%201.5a5.1%205.1%200%200%200%200%207.1a5.1%205.1%200%200%200%207.1%200l1.8-1.8a6%206%200%200%201%203.1-4.3%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.6%2013.4a1%201%200%200%201-1.4%201.4a4.8%204.8%200%200%201%200-7l3.5-3.6a5.1%205.1%200%200%201%207.1%200a5.1%205.1%200%200%201%200%207.1l-1.5%201.5a6.4%206.4%200%200%200-.4-2.4l.5-.5a3.2%203.2%200%200%200%200-4.3a3.2%203.2%200%200%200-4.3%200l-3.5%203.6a2.9%202.9%200%200%200%200%204.2M23%2018v2h-3v3h-2v-3h-3v-2h3v-3h2v3m-3.8-4.3a4.8%204.8%200%200%200-1.4-4.5a1%201%200%200%200-1.4%201.4a2.9%202.9%200%200%201%200%204.2l-3.5%203.6a3.2%203.2%200%200%201-4.3%200a3.2%203.2%200%200%201%200-4.3l.5-.4a7.3%207.3%200%200%201-.4-2.5l-1.5%201.5a5.1%205.1%200%200%200%200%207.1a5.1%205.1%200%200%200%207.1%200l1.8-1.8a6%206%200%200%201%203.1-4.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/link-variant-plus.svg?color=%231a73e8&size=48