paperclip icon
paperclip from Unicons Solid by Iconscout · Solid · User Interface · Apache-2.0 Free for personal and commercial use.
- Name
- paperclip
- Set
- Unicons Solid
- Style
- Solid
- Category
- User Interface
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
paperclipBootstrap IconspaperclipBoxIcons v2paperclipEmoji One (Colored)paperclipElement PluspaperclipFramework7 IconspaperclipFont Awesome 6 SolidpaperclipFont Awesome SolidpaperclipFeather IconspaperclipFluent EmojipaperclipFluent Emoji FlatpaperclipFluent Emoji High ContrastpaperclipFirefox OS EmojipaperclipHuge IconspaperclipHumbleiconspaperclipIconParkpaperclipIconPark OutlinepaperclipIonIconspaperclipLine AwesomepaperclipLucidepaperclipMaterial Design IconspaperclipMyna UI IconspaperclipNoto Emojipaperclip-16OcticonspaperclipOpenMoji
More user interface icons from Unicons Solid
Use the paperclip icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.1 12.4l-6.2 6.2c-1.7 1.7-4.4 1.7-6 0c-1.7-1.7-1.7-4.4 0-6l8-8c1-.9 2.5-.9 3.5 0c1 1 1 2.6 0 3.5L10.5 15c-.3.3-.8.3-1.1 0s-.3-.8 0-1.1l5.1-5.1c.4-.4.4-1 0-1.4s-1-.4-1.4 0L8 12.6c-1.1 1.1-1.1 2.8 0 3.9c1.1 1 2.8 1 3.9 0l6.9-6.9c1.8-1.8 1.8-4.6 0-6.4s-4.6-1.8-6.4 0l-8 8c-1.2 1.2-1.8 2.8-1.8 4.4c0 3.5 2.8 6.2 6.3 6.2c1.7 0 3.2-.7 4.4-1.8l6.2-6.2c.4-.4.4-1 0-1.4s-1-.4-1.4 0"/></svg>
React
import type { SVGProps } from "react";
export function UisPaperclip(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="m18.1 12.4l-6.2 6.2c-1.7 1.7-4.4 1.7-6 0c-1.7-1.7-1.7-4.4 0-6l8-8c1-.9 2.5-.9 3.5 0c1 1 1 2.6 0 3.5L10.5 15c-.3.3-.8.3-1.1 0s-.3-.8 0-1.1l5.1-5.1c.4-.4.4-1 0-1.4s-1-.4-1.4 0L8 12.6c-1.1 1.1-1.1 2.8 0 3.9c1.1 1 2.8 1 3.9 0l6.9-6.9c1.8-1.8 1.8-4.6 0-6.4s-4.6-1.8-6.4 0l-8 8c-1.2 1.2-1.8 2.8-1.8 4.4c0 3.5 2.8 6.2 6.3 6.2c1.7 0 3.2-.7 4.4-1.8l6.2-6.2c.4-.4.4-1 0-1.4s-1-.4-1.4 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.1 12.4l-6.2 6.2c-1.7 1.7-4.4 1.7-6 0c-1.7-1.7-1.7-4.4 0-6l8-8c1-.9 2.5-.9 3.5 0c1 1 1 2.6 0 3.5L10.5 15c-.3.3-.8.3-1.1 0s-.3-.8 0-1.1l5.1-5.1c.4-.4.4-1 0-1.4s-1-.4-1.4 0L8 12.6c-1.1 1.1-1.1 2.8 0 3.9c1.1 1 2.8 1 3.9 0l6.9-6.9c1.8-1.8 1.8-4.6 0-6.4s-4.6-1.8-6.4 0l-8 8c-1.2 1.2-1.8 2.8-1.8 4.4c0 3.5 2.8 6.2 6.3 6.2c1.7 0 3.2-.7 4.4-1.8l6.2-6.2c.4-.4.4-1 0-1.4s-1-.4-1.4 0"/></svg> </template>
CSS
.icon-paperclip {
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%22m18.1%2012.4l-6.2%206.2c-1.7%201.7-4.4%201.7-6%200c-1.7-1.7-1.7-4.4%200-6l8-8c1-.9%202.5-.9%203.5%200c1%201%201%202.6%200%203.5L10.5%2015c-.3.3-.8.3-1.1%200s-.3-.8%200-1.1l5.1-5.1c.4-.4.4-1%200-1.4s-1-.4-1.4%200L8%2012.6c-1.1%201.1-1.1%202.8%200%203.9c1.1%201%202.8%201%203.9%200l6.9-6.9c1.8-1.8%201.8-4.6%200-6.4s-4.6-1.8-6.4%200l-8%208c-1.2%201.2-1.8%202.8-1.8%204.4c0%203.5%202.8%206.2%206.3%206.2c1.7%200%203.2-.7%204.4-1.8l6.2-6.2c.4-.4.4-1%200-1.4s-1-.4-1.4%200%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%22m18.1%2012.4l-6.2%206.2c-1.7%201.7-4.4%201.7-6%200c-1.7-1.7-1.7-4.4%200-6l8-8c1-.9%202.5-.9%203.5%200c1%201%201%202.6%200%203.5L10.5%2015c-.3.3-.8.3-1.1%200s-.3-.8%200-1.1l5.1-5.1c.4-.4.4-1%200-1.4s-1-.4-1.4%200L8%2012.6c-1.1%201.1-1.1%202.8%200%203.9c1.1%201%202.8%201%203.9%200l6.9-6.9c1.8-1.8%201.8-4.6%200-6.4s-4.6-1.8-6.4%200l-8%208c-1.2%201.2-1.8%202.8-1.8%204.4c0%203.5%202.8%206.2%206.3%206.2c1.7%200%203.2-.7%204.4-1.8l6.2-6.2c.4-.4.4-1%200-1.4s-1-.4-1.4%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uis/paperclip.svg?color=%231a73e8&size=48