paperclip icon
paperclip-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.
- Name
- paperclip-solid
- Set
- Myna UI Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
1 other variant in Myna UI Icons
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 IconspaperclipNoto Emojipaperclip-16OcticonspaperclipOpenMojipaperclipPhosphor
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="M17.523 5.38c-1.966-1.849-5.065-2.416-7.418-.146l-5.74 5.53a.75.75 0 1 1-1.04-1.08l5.738-5.53c3.076-2.966 7.1-2.112 9.487.133c1.2 1.127 2.047 2.65 2.181 4.309c.137 1.682-.468 3.425-2.03 4.932l-7.112 6.862c-2.203 2.125-5.083 1.5-6.77-.088c-.85-.798-1.459-1.884-1.556-3.08c-.098-1.218.343-2.47 1.451-3.54l7.01-6.763c1.33-1.283 3.065-.886 4.053.043c.5.47.87 1.12.93 1.851c.06.755-.217 1.517-.872 2.148l-.001.002l-5.823 5.579a.75.75 0 0 1-1.038-1.084l5.821-5.577c.355-.342.44-.671.417-.946c-.024-.3-.184-.619-.461-.88c-.567-.533-1.376-.643-1.985-.056l-7.01 6.763c-.808.78-1.056 1.6-.997 2.34c.062.761.46 1.517 1.088 2.108c1.266 1.19 3.22 1.529 4.701.1l7.112-6.862c1.263-1.218 1.675-2.529 1.577-3.731c-.1-1.226-.736-2.418-1.713-3.337"/></svg>
React
import type { SVGProps } from "react";
export function MynauiPaperclipSolid(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="M17.523 5.38c-1.966-1.849-5.065-2.416-7.418-.146l-5.74 5.53a.75.75 0 1 1-1.04-1.08l5.738-5.53c3.076-2.966 7.1-2.112 9.487.133c1.2 1.127 2.047 2.65 2.181 4.309c.137 1.682-.468 3.425-2.03 4.932l-7.112 6.862c-2.203 2.125-5.083 1.5-6.77-.088c-.85-.798-1.459-1.884-1.556-3.08c-.098-1.218.343-2.47 1.451-3.54l7.01-6.763c1.33-1.283 3.065-.886 4.053.043c.5.47.87 1.12.93 1.851c.06.755-.217 1.517-.872 2.148l-.001.002l-5.823 5.579a.75.75 0 0 1-1.038-1.084l5.821-5.577c.355-.342.44-.671.417-.946c-.024-.3-.184-.619-.461-.88c-.567-.533-1.376-.643-1.985-.056l-7.01 6.763c-.808.78-1.056 1.6-.997 2.34c.062.761.46 1.517 1.088 2.108c1.266 1.19 3.22 1.529 4.701.1l7.112-6.862c1.263-1.218 1.675-2.529 1.577-3.731c-.1-1.226-.736-2.418-1.713-3.337"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.523 5.38c-1.966-1.849-5.065-2.416-7.418-.146l-5.74 5.53a.75.75 0 1 1-1.04-1.08l5.738-5.53c3.076-2.966 7.1-2.112 9.487.133c1.2 1.127 2.047 2.65 2.181 4.309c.137 1.682-.468 3.425-2.03 4.932l-7.112 6.862c-2.203 2.125-5.083 1.5-6.77-.088c-.85-.798-1.459-1.884-1.556-3.08c-.098-1.218.343-2.47 1.451-3.54l7.01-6.763c1.33-1.283 3.065-.886 4.053.043c.5.47.87 1.12.93 1.851c.06.755-.217 1.517-.872 2.148l-.001.002l-5.823 5.579a.75.75 0 0 1-1.038-1.084l5.821-5.577c.355-.342.44-.671.417-.946c-.024-.3-.184-.619-.461-.88c-.567-.533-1.376-.643-1.985-.056l-7.01 6.763c-.808.78-1.056 1.6-.997 2.34c.062.761.46 1.517 1.088 2.108c1.266 1.19 3.22 1.529 4.701.1l7.112-6.862c1.263-1.218 1.675-2.529 1.577-3.731c-.1-1.226-.736-2.418-1.713-3.337"/></svg> </template>
CSS
.icon-paperclip-solid {
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%22M17.523%205.38c-1.966-1.849-5.065-2.416-7.418-.146l-5.74%205.53a.75.75%200%201%201-1.04-1.08l5.738-5.53c3.076-2.966%207.1-2.112%209.487.133c1.2%201.127%202.047%202.65%202.181%204.309c.137%201.682-.468%203.425-2.03%204.932l-7.112%206.862c-2.203%202.125-5.083%201.5-6.77-.088c-.85-.798-1.459-1.884-1.556-3.08c-.098-1.218.343-2.47%201.451-3.54l7.01-6.763c1.33-1.283%203.065-.886%204.053.043c.5.47.87%201.12.93%201.851c.06.755-.217%201.517-.872%202.148l-.001.002l-5.823%205.579a.75.75%200%200%201-1.038-1.084l5.821-5.577c.355-.342.44-.671.417-.946c-.024-.3-.184-.619-.461-.88c-.567-.533-1.376-.643-1.985-.056l-7.01%206.763c-.808.78-1.056%201.6-.997%202.34c.062.761.46%201.517%201.088%202.108c1.266%201.19%203.22%201.529%204.701.1l7.112-6.862c1.263-1.218%201.675-2.529%201.577-3.731c-.1-1.226-.736-2.418-1.713-3.337%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%22M17.523%205.38c-1.966-1.849-5.065-2.416-7.418-.146l-5.74%205.53a.75.75%200%201%201-1.04-1.08l5.738-5.53c3.076-2.966%207.1-2.112%209.487.133c1.2%201.127%202.047%202.65%202.181%204.309c.137%201.682-.468%203.425-2.03%204.932l-7.112%206.862c-2.203%202.125-5.083%201.5-6.77-.088c-.85-.798-1.459-1.884-1.556-3.08c-.098-1.218.343-2.47%201.451-3.54l7.01-6.763c1.33-1.283%203.065-.886%204.053.043c.5.47.87%201.12.93%201.851c.06.755-.217%201.517-.872%202.148l-.001.002l-5.823%205.579a.75.75%200%200%201-1.038-1.084l5.821-5.577c.355-.342.44-.671.417-.946c-.024-.3-.184-.619-.461-.88c-.567-.533-1.376-.643-1.985-.056l-7.01%206.763c-.808.78-1.056%201.6-.997%202.34c.062.761.46%201.517%201.088%202.108c1.266%201.19%203.22%201.529%204.701.1l7.112-6.862c1.263-1.218%201.675-2.529%201.577-3.731c-.1-1.226-.736-2.418-1.713-3.337%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/paperclip-solid.svg?color=%231a73e8&size=48