linked paperclips emoji
linked-paperclips from Emoji One (Colored) by Emoji One · Default · Objects · CC-BY-4.0 Attribution required.
- Name
- linked-paperclips
- Set
- Emoji One (Colored)
- Style
- Default
- Category
- Objects
- Viewbox
- 64×64
- License
- CC BY 4.0
The same emoji in other sets
More objects icons from Emoji One (Colored)
Use the linked paperclips emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><g fill="#42ade2"><path d="M51.8 51.8c-2-.7-3.6-2.3-4.3-4.3c-.3-.7-.4-1.5-.4-2.3V7.1c0-2.3 1.9-4.2 4.2-4.2s4.1 1.8 4.2 4v33.3c0 .8-.6 1.4-1.4 1.4s-1.4-.6-1.4-1.4V11.3c0-.8-.6-1.4-1.4-1.4s-1.4.6-1.4 1.4V40c0 .7.2 1.4.5 2.1c.4.7 1.1 1.4 1.8 1.8c.9.4 1.9.6 2.9.3c1.9-.4 3.2-2.2 3.3-4.1V7c0-3.9-3.2-7.1-7.1-7.1S44.2 3.1 44.2 7v38.1c0 .7.1 1.3.2 1.9c.8 3.9 3.8 6.9 7.7 7.7V54c.1-.7 0-1.5-.3-2.2"/><path d="M61.2 11.4v33.8c0 3.6-2.8 6.7-6.3 7c.1.6.2 1.3.2 2v.9c5-.4 9-4.7 9-9.8V11.5c0-.8-.6-1.4-1.4-1.4c-.9-.1-1.5.5-1.5 1.3"/></g><g fill="#ed4c5c"><path d="M44.3 44.3H11.4c-.8 0-1.4.6-1.4 1.4s.6 1.4 1.4 1.4h33.1c-.1-.6-.2-1.3-.2-1.9z"/><path d="M54.8 52.2c-.8-3.9-3.9-6.9-7.7-7.7v.7c0 .8.1 1.6.4 2.3c2 .7 3.6 2.3 4.3 4.3c.3.7.4 1.5.4 2.3v.7c-.3 3.6-3.4 6.3-7 6.3H7.1c-2.3 0-4.2-1.9-4.2-4.2s1.8-4.1 4-4.2h33.3c.8 0 1.4.6 1.4 1.4s-.6 1.4-1.4 1.4H11.3c-.8 0-1.4.6-1.4 1.4s.6 1.4 1.4 1.4H40c.7 0 1.4-.2 2.1-.5c.7-.4 1.4-1.1 1.8-1.8c.4-.9.6-1.9.3-2.9c-.4-1.9-2.2-3.2-4.1-3.3H7c-3.8.1-7 3.2-7 7.1S3.2 64 7.1 64h38.1c5.2 0 9.4-4 9.8-9v-.9c0-.6 0-1.3-.2-1.9"/></g></svg>
React
import type { SVGProps } from "react";
export function EmojioneLinkedPaperclips(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><g fill="#42ade2"><path d="M51.8 51.8c-2-.7-3.6-2.3-4.3-4.3c-.3-.7-.4-1.5-.4-2.3V7.1c0-2.3 1.9-4.2 4.2-4.2s4.1 1.8 4.2 4v33.3c0 .8-.6 1.4-1.4 1.4s-1.4-.6-1.4-1.4V11.3c0-.8-.6-1.4-1.4-1.4s-1.4.6-1.4 1.4V40c0 .7.2 1.4.5 2.1c.4.7 1.1 1.4 1.8 1.8c.9.4 1.9.6 2.9.3c1.9-.4 3.2-2.2 3.3-4.1V7c0-3.9-3.2-7.1-7.1-7.1S44.2 3.1 44.2 7v38.1c0 .7.1 1.3.2 1.9c.8 3.9 3.8 6.9 7.7 7.7V54c.1-.7 0-1.5-.3-2.2"/><path d="M61.2 11.4v33.8c0 3.6-2.8 6.7-6.3 7c.1.6.2 1.3.2 2v.9c5-.4 9-4.7 9-9.8V11.5c0-.8-.6-1.4-1.4-1.4c-.9-.1-1.5.5-1.5 1.3"/></g><g fill="#ed4c5c"><path d="M44.3 44.3H11.4c-.8 0-1.4.6-1.4 1.4s.6 1.4 1.4 1.4h33.1c-.1-.6-.2-1.3-.2-1.9z"/><path d="M54.8 52.2c-.8-3.9-3.9-6.9-7.7-7.7v.7c0 .8.1 1.6.4 2.3c2 .7 3.6 2.3 4.3 4.3c.3.7.4 1.5.4 2.3v.7c-.3 3.6-3.4 6.3-7 6.3H7.1c-2.3 0-4.2-1.9-4.2-4.2s1.8-4.1 4-4.2h33.3c.8 0 1.4.6 1.4 1.4s-.6 1.4-1.4 1.4H11.3c-.8 0-1.4.6-1.4 1.4s.6 1.4 1.4 1.4H40c.7 0 1.4-.2 2.1-.5c.7-.4 1.4-1.1 1.8-1.8c.4-.9.6-1.9.3-2.9c-.4-1.9-2.2-3.2-4.1-3.3H7c-3.8.1-7 3.2-7 7.1S3.2 64 7.1 64h38.1c5.2 0 9.4-4 9.8-9v-.9c0-.6 0-1.3-.2-1.9"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><g fill="#42ade2"><path d="M51.8 51.8c-2-.7-3.6-2.3-4.3-4.3c-.3-.7-.4-1.5-.4-2.3V7.1c0-2.3 1.9-4.2 4.2-4.2s4.1 1.8 4.2 4v33.3c0 .8-.6 1.4-1.4 1.4s-1.4-.6-1.4-1.4V11.3c0-.8-.6-1.4-1.4-1.4s-1.4.6-1.4 1.4V40c0 .7.2 1.4.5 2.1c.4.7 1.1 1.4 1.8 1.8c.9.4 1.9.6 2.9.3c1.9-.4 3.2-2.2 3.3-4.1V7c0-3.9-3.2-7.1-7.1-7.1S44.2 3.1 44.2 7v38.1c0 .7.1 1.3.2 1.9c.8 3.9 3.8 6.9 7.7 7.7V54c.1-.7 0-1.5-.3-2.2"/><path d="M61.2 11.4v33.8c0 3.6-2.8 6.7-6.3 7c.1.6.2 1.3.2 2v.9c5-.4 9-4.7 9-9.8V11.5c0-.8-.6-1.4-1.4-1.4c-.9-.1-1.5.5-1.5 1.3"/></g><g fill="#ed4c5c"><path d="M44.3 44.3H11.4c-.8 0-1.4.6-1.4 1.4s.6 1.4 1.4 1.4h33.1c-.1-.6-.2-1.3-.2-1.9z"/><path d="M54.8 52.2c-.8-3.9-3.9-6.9-7.7-7.7v.7c0 .8.1 1.6.4 2.3c2 .7 3.6 2.3 4.3 4.3c.3.7.4 1.5.4 2.3v.7c-.3 3.6-3.4 6.3-7 6.3H7.1c-2.3 0-4.2-1.9-4.2-4.2s1.8-4.1 4-4.2h33.3c.8 0 1.4.6 1.4 1.4s-.6 1.4-1.4 1.4H11.3c-.8 0-1.4.6-1.4 1.4s.6 1.4 1.4 1.4H40c.7 0 1.4-.2 2.1-.5c.7-.4 1.4-1.1 1.8-1.8c.4-.9.6-1.9.3-2.9c-.4-1.9-2.2-3.2-4.1-3.3H7c-3.8.1-7 3.2-7 7.1S3.2 64 7.1 64h38.1c5.2 0 9.4-4 9.8-9v-.9c0-.6 0-1.3-.2-1.9"/></g></svg> </template>
CSS
.icon-linked-paperclips {
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%2064%2064%22%3E%3Cg%20fill%3D%22%2342ade2%22%3E%3Cpath%20d%3D%22M51.8%2051.8c-2-.7-3.6-2.3-4.3-4.3c-.3-.7-.4-1.5-.4-2.3V7.1c0-2.3%201.9-4.2%204.2-4.2s4.1%201.8%204.2%204v33.3c0%20.8-.6%201.4-1.4%201.4s-1.4-.6-1.4-1.4V11.3c0-.8-.6-1.4-1.4-1.4s-1.4.6-1.4%201.4V40c0%20.7.2%201.4.5%202.1c.4.7%201.1%201.4%201.8%201.8c.9.4%201.9.6%202.9.3c1.9-.4%203.2-2.2%203.3-4.1V7c0-3.9-3.2-7.1-7.1-7.1S44.2%203.1%2044.2%207v38.1c0%20.7.1%201.3.2%201.9c.8%203.9%203.8%206.9%207.7%207.7V54c.1-.7%200-1.5-.3-2.2%22%2F%3E%3Cpath%20d%3D%22M61.2%2011.4v33.8c0%203.6-2.8%206.7-6.3%207c.1.6.2%201.3.2%202v.9c5-.4%209-4.7%209-9.8V11.5c0-.8-.6-1.4-1.4-1.4c-.9-.1-1.5.5-1.5%201.3%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22%23ed4c5c%22%3E%3Cpath%20d%3D%22M44.3%2044.3H11.4c-.8%200-1.4.6-1.4%201.4s.6%201.4%201.4%201.4h33.1c-.1-.6-.2-1.3-.2-1.9z%22%2F%3E%3Cpath%20d%3D%22M54.8%2052.2c-.8-3.9-3.9-6.9-7.7-7.7v.7c0%20.8.1%201.6.4%202.3c2%20.7%203.6%202.3%204.3%204.3c.3.7.4%201.5.4%202.3v.7c-.3%203.6-3.4%206.3-7%206.3H7.1c-2.3%200-4.2-1.9-4.2-4.2s1.8-4.1%204-4.2h33.3c.8%200%201.4.6%201.4%201.4s-.6%201.4-1.4%201.4H11.3c-.8%200-1.4.6-1.4%201.4s.6%201.4%201.4%201.4H40c.7%200%201.4-.2%202.1-.5c.7-.4%201.4-1.1%201.8-1.8c.4-.9.6-1.9.3-2.9c-.4-1.9-2.2-3.2-4.1-3.3H7c-3.8.1-7%203.2-7%207.1S3.2%2064%207.1%2064h38.1c5.2%200%209.4-4%209.8-9v-.9c0-.6%200-1.3-.2-1.9%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%2064%2064%22%3E%3Cg%20fill%3D%22%2342ade2%22%3E%3Cpath%20d%3D%22M51.8%2051.8c-2-.7-3.6-2.3-4.3-4.3c-.3-.7-.4-1.5-.4-2.3V7.1c0-2.3%201.9-4.2%204.2-4.2s4.1%201.8%204.2%204v33.3c0%20.8-.6%201.4-1.4%201.4s-1.4-.6-1.4-1.4V11.3c0-.8-.6-1.4-1.4-1.4s-1.4.6-1.4%201.4V40c0%20.7.2%201.4.5%202.1c.4.7%201.1%201.4%201.8%201.8c.9.4%201.9.6%202.9.3c1.9-.4%203.2-2.2%203.3-4.1V7c0-3.9-3.2-7.1-7.1-7.1S44.2%203.1%2044.2%207v38.1c0%20.7.1%201.3.2%201.9c.8%203.9%203.8%206.9%207.7%207.7V54c.1-.7%200-1.5-.3-2.2%22%2F%3E%3Cpath%20d%3D%22M61.2%2011.4v33.8c0%203.6-2.8%206.7-6.3%207c.1.6.2%201.3.2%202v.9c5-.4%209-4.7%209-9.8V11.5c0-.8-.6-1.4-1.4-1.4c-.9-.1-1.5.5-1.5%201.3%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22%23ed4c5c%22%3E%3Cpath%20d%3D%22M44.3%2044.3H11.4c-.8%200-1.4.6-1.4%201.4s.6%201.4%201.4%201.4h33.1c-.1-.6-.2-1.3-.2-1.9z%22%2F%3E%3Cpath%20d%3D%22M54.8%2052.2c-.8-3.9-3.9-6.9-7.7-7.7v.7c0%20.8.1%201.6.4%202.3c2%20.7%203.6%202.3%204.3%204.3c.3.7.4%201.5.4%202.3v.7c-.3%203.6-3.4%206.3-7%206.3H7.1c-2.3%200-4.2-1.9-4.2-4.2s1.8-4.1%204-4.2h33.3c.8%200%201.4.6%201.4%201.4s-.6%201.4-1.4%201.4H11.3c-.8%200-1.4.6-1.4%201.4s.6%201.4%201.4%201.4H40c.7%200%201.4-.2%202.1-.5c.7-.4%201.4-1.1%201.8-1.8c.4-.9.6-1.9.3-2.9c-.4-1.9-2.2-3.2-4.1-3.3H7c-3.8.1-7%203.2-7%207.1S3.2%2064%207.1%2064h38.1c5.2%200%209.4-4%209.8-9v-.9c0-.6%200-1.3-.2-1.9%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/linked-paperclips.svg?color=%231a73e8&size=48