staylinked icon
staylinked from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.
- Name
- staylinked
- Set
- Line Awesome
- Style
- Line
- Category
- Other
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More other icons from Line Awesome
Use the staylinked icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.055 4.006c-.13-.019-.298.008-.487.162l-9.404 7.574c-.19.15-.218.407-.055.57l1.924 1.95l7.809 7.717c.168.164.46.173.65.019l2.283-1.812l-.013-.014l.35-.281c.19-.15.208-.408.04-.57l-2.597-2.544c-.164-.164-.456-.171-.647-.021l-.004.004a.5.5 0 0 1-.646-.02l-4.303-4.29c-.164-.165-.14-.415.05-.57L15.2 8.538a.485.485 0 0 1 .633.024l7.295 7.431a.495.495 0 0 0 .64.024l2.083-1.672a.372.372 0 0 0 .033-.57L16.31 4.114a.54.54 0 0 0-.256-.11zm-.563 5.842a.5.5 0 0 0-.324.105l-2.605 2.04c-.192.15-.21.406-.051.57l3.097 3.003a.49.49 0 0 0 .637.024l.006-.004a.49.49 0 0 1 .637.021l3.818 3.801a.376.376 0 0 1-.039.57l-4.238 3.46a.5.5 0 0 1-.647-.02l-6.908-6.895c-.159-.164-.442-.171-.633-.021l-2.082 1.63c-.19.15-.214.408-.055.571l9.49 9.166s.338.318.788-.037l9.004-7.66a.376.376 0 0 0 .031-.57l-2.014-1.93l-7.607-7.695a.44.44 0 0 0-.305-.13z"/></svg>
React
import type { SVGProps } from "react";
export function LaStaylinked(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.055 4.006c-.13-.019-.298.008-.487.162l-9.404 7.574c-.19.15-.218.407-.055.57l1.924 1.95l7.809 7.717c.168.164.46.173.65.019l2.283-1.812l-.013-.014l.35-.281c.19-.15.208-.408.04-.57l-2.597-2.544c-.164-.164-.456-.171-.647-.021l-.004.004a.5.5 0 0 1-.646-.02l-4.303-4.29c-.164-.165-.14-.415.05-.57L15.2 8.538a.485.485 0 0 1 .633.024l7.295 7.431a.495.495 0 0 0 .64.024l2.083-1.672a.372.372 0 0 0 .033-.57L16.31 4.114a.54.54 0 0 0-.256-.11zm-.563 5.842a.5.5 0 0 0-.324.105l-2.605 2.04c-.192.15-.21.406-.051.57l3.097 3.003a.49.49 0 0 0 .637.024l.006-.004a.49.49 0 0 1 .637.021l3.818 3.801a.376.376 0 0 1-.039.57l-4.238 3.46a.5.5 0 0 1-.647-.02l-6.908-6.895c-.159-.164-.442-.171-.633-.021l-2.082 1.63c-.19.15-.214.408-.055.571l9.49 9.166s.338.318.788-.037l9.004-7.66a.376.376 0 0 0 .031-.57l-2.014-1.93l-7.607-7.695a.44.44 0 0 0-.305-.13z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.055 4.006c-.13-.019-.298.008-.487.162l-9.404 7.574c-.19.15-.218.407-.055.57l1.924 1.95l7.809 7.717c.168.164.46.173.65.019l2.283-1.812l-.013-.014l.35-.281c.19-.15.208-.408.04-.57l-2.597-2.544c-.164-.164-.456-.171-.647-.021l-.004.004a.5.5 0 0 1-.646-.02l-4.303-4.29c-.164-.165-.14-.415.05-.57L15.2 8.538a.485.485 0 0 1 .633.024l7.295 7.431a.495.495 0 0 0 .64.024l2.083-1.672a.372.372 0 0 0 .033-.57L16.31 4.114a.54.54 0 0 0-.256-.11zm-.563 5.842a.5.5 0 0 0-.324.105l-2.605 2.04c-.192.15-.21.406-.051.57l3.097 3.003a.49.49 0 0 0 .637.024l.006-.004a.49.49 0 0 1 .637.021l3.818 3.801a.376.376 0 0 1-.039.57l-4.238 3.46a.5.5 0 0 1-.647-.02l-6.908-6.895c-.159-.164-.442-.171-.633-.021l-2.082 1.63c-.19.15-.214.408-.055.571l9.49 9.166s.338.318.788-.037l9.004-7.66a.376.376 0 0 0 .031-.57l-2.014-1.93l-7.607-7.695a.44.44 0 0 0-.305-.13z"/></svg> </template>
CSS
.icon-staylinked {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.055%204.006c-.13-.019-.298.008-.487.162l-9.404%207.574c-.19.15-.218.407-.055.57l1.924%201.95l7.809%207.717c.168.164.46.173.65.019l2.283-1.812l-.013-.014l.35-.281c.19-.15.208-.408.04-.57l-2.597-2.544c-.164-.164-.456-.171-.647-.021l-.004.004a.5.5%200%200%201-.646-.02l-4.303-4.29c-.164-.165-.14-.415.05-.57L15.2%208.538a.485.485%200%200%201%20.633.024l7.295%207.431a.495.495%200%200%200%20.64.024l2.083-1.672a.372.372%200%200%200%20.033-.57L16.31%204.114a.54.54%200%200%200-.256-.11zm-.563%205.842a.5.5%200%200%200-.324.105l-2.605%202.04c-.192.15-.21.406-.051.57l3.097%203.003a.49.49%200%200%200%20.637.024l.006-.004a.49.49%200%200%201%20.637.021l3.818%203.801a.376.376%200%200%201-.039.57l-4.238%203.46a.5.5%200%200%201-.647-.02l-6.908-6.895c-.159-.164-.442-.171-.633-.021l-2.082%201.63c-.19.15-.214.408-.055.571l9.49%209.166s.338.318.788-.037l9.004-7.66a.376.376%200%200%200%20.031-.57l-2.014-1.93l-7.607-7.695a.44.44%200%200%200-.305-.13z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.055%204.006c-.13-.019-.298.008-.487.162l-9.404%207.574c-.19.15-.218.407-.055.57l1.924%201.95l7.809%207.717c.168.164.46.173.65.019l2.283-1.812l-.013-.014l.35-.281c.19-.15.208-.408.04-.57l-2.597-2.544c-.164-.164-.456-.171-.647-.021l-.004.004a.5.5%200%200%201-.646-.02l-4.303-4.29c-.164-.165-.14-.415.05-.57L15.2%208.538a.485.485%200%200%201%20.633.024l7.295%207.431a.495.495%200%200%200%20.64.024l2.083-1.672a.372.372%200%200%200%20.033-.57L16.31%204.114a.54.54%200%200%200-.256-.11zm-.563%205.842a.5.5%200%200%200-.324.105l-2.605%202.04c-.192.15-.21.406-.051.57l3.097%203.003a.49.49%200%200%200%20.637.024l.006-.004a.49.49%200%200%201%20.637.021l3.818%203.801a.376.376%200%200%201-.039.57l-4.238%203.46a.5.5%200%200%201-.647-.02l-6.908-6.895c-.159-.164-.442-.171-.633-.021l-2.082%201.63c-.19.15-.214.408-.055.571l9.49%209.166s.338.318.788-.037l9.004-7.66a.376.376%200%200%200%20.031-.57l-2.014-1.93l-7.607-7.695a.44.44%200%200%200-.305-.13z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/staylinked.svg?color=%231a73e8&size=48