usercase link icon

usercase-link from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.

Name
usercase-link
Set
TDesign Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

Use the usercase link icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M8.121 13.414c-1.171.781-3.07.781-4.242 0c-1.172-.78-1.172-2.047 0-2.828s3.07-.781 4.242 0c1.172.78 1.172 2.047 0 2.828m12 0c-1.171.781-3.07.781-4.242 0c-1.172-.78-1.172-2.047 0-2.828s3.07-.781 4.242 0c1.172.78 1.172 2.047 0 2.828"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M8.121 13.414c-1.171.781-3.07.781-4.242 0c-1.172-.78-1.172-2.047 0-2.828s3.07-.781 4.242 0c1.172.78 1.172 2.047 0 2.828Zm3.877-1.418h.004V12h-.004zm8.123 1.418c-1.171.781-3.07.781-4.242 0c-1.172-.78-1.172-2.047 0-2.828s3.07-.781 4.242 0c1.172.78 1.172 2.047 0 2.828Z"/></g></svg>

React

import type { SVGProps } from "react";

export function TdesignUsercaseLink(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"><path d="M8.121 13.414c-1.171.781-3.07.781-4.242 0c-1.172-.78-1.172-2.047 0-2.828s3.07-.781 4.242 0c1.172.78 1.172 2.047 0 2.828m12 0c-1.171.781-3.07.781-4.242 0c-1.172-.78-1.172-2.047 0-2.828s3.07-.781 4.242 0c1.172.78 1.172 2.047 0 2.828"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M8.121 13.414c-1.171.781-3.07.781-4.242 0c-1.172-.78-1.172-2.047 0-2.828s3.07-.781 4.242 0c1.172.78 1.172 2.047 0 2.828Zm3.877-1.418h.004V12h-.004zm8.123 1.418c-1.171.781-3.07.781-4.242 0c-1.172-.78-1.172-2.047 0-2.828s3.07-.781 4.242 0c1.172.78 1.172 2.047 0 2.828Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M8.121 13.414c-1.171.781-3.07.781-4.242 0c-1.172-.78-1.172-2.047 0-2.828s3.07-.781 4.242 0c1.172.78 1.172 2.047 0 2.828m12 0c-1.171.781-3.07.781-4.242 0c-1.172-.78-1.172-2.047 0-2.828s3.07-.781 4.242 0c1.172.78 1.172 2.047 0 2.828"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M8.121 13.414c-1.171.781-3.07.781-4.242 0c-1.172-.78-1.172-2.047 0-2.828s3.07-.781 4.242 0c1.172.78 1.172 2.047 0 2.828Zm3.877-1.418h.004V12h-.004zm8.123 1.418c-1.171.781-3.07.781-4.242 0c-1.172-.78-1.172-2.047 0-2.828s3.07-.781 4.242 0c1.172.78 1.172 2.047 0 2.828Z"/></g></svg>
</template>

CSS

.icon-usercase-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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M8.121%2013.414c-1.171.781-3.07.781-4.242%200c-1.172-.78-1.172-2.047%200-2.828s3.07-.781%204.242%200c1.172.78%201.172%202.047%200%202.828m12%200c-1.171.781-3.07.781-4.242%200c-1.172-.78-1.172-2.047%200-2.828s3.07-.781%204.242%200c1.172.78%201.172%202.047%200%202.828%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M8.121%2013.414c-1.171.781-3.07.781-4.242%200c-1.172-.78-1.172-2.047%200-2.828s3.07-.781%204.242%200c1.172.78%201.172%202.047%200%202.828Zm3.877-1.418h.004V12h-.004zm8.123%201.418c-1.171.781-3.07.781-4.242%200c-1.172-.78-1.172-2.047%200-2.828s3.07-.781%204.242%200c1.172.78%201.172%202.047%200%202.828Z%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%3E%3Cpath%20d%3D%22M8.121%2013.414c-1.171.781-3.07.781-4.242%200c-1.172-.78-1.172-2.047%200-2.828s3.07-.781%204.242%200c1.172.78%201.172%202.047%200%202.828m12%200c-1.171.781-3.07.781-4.242%200c-1.172-.78-1.172-2.047%200-2.828s3.07-.781%204.242%200c1.172.78%201.172%202.047%200%202.828%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M8.121%2013.414c-1.171.781-3.07.781-4.242%200c-1.172-.78-1.172-2.047%200-2.828s3.07-.781%204.242%200c1.172.78%201.172%202.047%200%202.828Zm3.877-1.418h.004V12h-.004zm8.123%201.418c-1.171.781-3.07.781-4.242%200c-1.172-.78-1.172-2.047%200-2.828s3.07-.781%204.242%200c1.172.78%201.172%202.047%200%202.828Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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