paperclip3 icon
paperclip3-duotone from Reicon by REICON · Duotone · Messages · MIT Free for personal and commercial use.
- Name
- paperclip3-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- Messages
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More messages icons from Reicon
at-signchatchat-checkchat-dotschat-linechat-minuschat-pluschat-roundchat-round-callchat-round-checkchat-round-dotschat-round-likechat-round-linechat-round-moneychat-round-unreadchat-round-videochat-squarechat-square-arrowchat-square-callchat-square-checkchat-square-codechat-square-likechat-unreadchat-x
Use the paperclip3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3.464 3.464C4.93 2 7.286 2 12 2s7.071 0 8.535 1.464C22 4.93 22 7.286 22 12s0 7.071-1.465 8.535C19.072 22 16.714 22 12 22s-7.071 0-8.536-1.465C2 19.072 2 16.714 2 12s0-7.071 1.464-8.536" opacity=".5"/><path d="M11.111 5.673a4.07 4.07 0 0 1 3.614 0c.565.28 1.072.774 1.829 1.511l.1.098l.104.1c.754.735 1.263 1.23 1.553 1.783a3.84 3.84 0 0 1 0 3.565c-.29.554-.799 1.049-1.553 1.783l-.104.1l-2.203 2.146l-.034.033c-.18.175-.32.311-.461.417a2.74 2.74 0 0 1-3.27 0a5 5 0 0 1-.46-.417l-.035-.033l-.034-.034c-.18-.175-.32-.311-.429-.45a2.606 2.606 0 0 1 0-3.236c.11-.139.25-.275.429-.45l.034-.034l1.699-1.653a.75.75 0 0 1 1.046 1.075l-1.698 1.653c-.23.225-.292.287-.332.337a1.106 1.106 0 0 0 0 1.38c.04.05.101.113.332.337c.23.224.295.284.347.323a1.24 1.24 0 0 0 1.473 0c.052-.039.117-.1.347-.323l2.203-2.145c.897-.874 1.21-1.191 1.374-1.504a2.34 2.34 0 0 0 0-2.174c-.164-.313-.477-.63-1.374-1.504c-.895-.872-1.224-1.179-1.55-1.34a2.57 2.57 0 0 0-2.28 0c-.326.161-.655.468-1.55 1.34L7.99 10.535c-.503.49-.681.668-.797.83a2.34 2.34 0 0 0 0 2.74c.116.162.294.34.797.83a.75.75 0 1 1-1.046 1.075l-.058-.056c-.424-.413-.709-.69-.913-.975a3.84 3.84 0 0 1 0-4.487c.204-.285.489-.562.913-.975l.058-.056l2.238-2.179l.1-.098c.757-.737 1.264-1.231 1.83-1.511"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconPaperclip3Duotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3.464 3.464C4.93 2 7.286 2 12 2s7.071 0 8.535 1.464C22 4.93 22 7.286 22 12s0 7.071-1.465 8.535C19.072 22 16.714 22 12 22s-7.071 0-8.536-1.465C2 19.072 2 16.714 2 12s0-7.071 1.464-8.536" opacity=".5"/><path d="M11.111 5.673a4.07 4.07 0 0 1 3.614 0c.565.28 1.072.774 1.829 1.511l.1.098l.104.1c.754.735 1.263 1.23 1.553 1.783a3.84 3.84 0 0 1 0 3.565c-.29.554-.799 1.049-1.553 1.783l-.104.1l-2.203 2.146l-.034.033c-.18.175-.32.311-.461.417a2.74 2.74 0 0 1-3.27 0a5 5 0 0 1-.46-.417l-.035-.033l-.034-.034c-.18-.175-.32-.311-.429-.45a2.606 2.606 0 0 1 0-3.236c.11-.139.25-.275.429-.45l.034-.034l1.699-1.653a.75.75 0 0 1 1.046 1.075l-1.698 1.653c-.23.225-.292.287-.332.337a1.106 1.106 0 0 0 0 1.38c.04.05.101.113.332.337c.23.224.295.284.347.323a1.24 1.24 0 0 0 1.473 0c.052-.039.117-.1.347-.323l2.203-2.145c.897-.874 1.21-1.191 1.374-1.504a2.34 2.34 0 0 0 0-2.174c-.164-.313-.477-.63-1.374-1.504c-.895-.872-1.224-1.179-1.55-1.34a2.57 2.57 0 0 0-2.28 0c-.326.161-.655.468-1.55 1.34L7.99 10.535c-.503.49-.681.668-.797.83a2.34 2.34 0 0 0 0 2.74c.116.162.294.34.797.83a.75.75 0 1 1-1.046 1.075l-.058-.056c-.424-.413-.709-.69-.913-.975a3.84 3.84 0 0 1 0-4.487c.204-.285.489-.562.913-.975l.058-.056l2.238-2.179l.1-.098c.757-.737 1.264-1.231 1.83-1.511"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3.464 3.464C4.93 2 7.286 2 12 2s7.071 0 8.535 1.464C22 4.93 22 7.286 22 12s0 7.071-1.465 8.535C19.072 22 16.714 22 12 22s-7.071 0-8.536-1.465C2 19.072 2 16.714 2 12s0-7.071 1.464-8.536" opacity=".5"/><path d="M11.111 5.673a4.07 4.07 0 0 1 3.614 0c.565.28 1.072.774 1.829 1.511l.1.098l.104.1c.754.735 1.263 1.23 1.553 1.783a3.84 3.84 0 0 1 0 3.565c-.29.554-.799 1.049-1.553 1.783l-.104.1l-2.203 2.146l-.034.033c-.18.175-.32.311-.461.417a2.74 2.74 0 0 1-3.27 0a5 5 0 0 1-.46-.417l-.035-.033l-.034-.034c-.18-.175-.32-.311-.429-.45a2.606 2.606 0 0 1 0-3.236c.11-.139.25-.275.429-.45l.034-.034l1.699-1.653a.75.75 0 0 1 1.046 1.075l-1.698 1.653c-.23.225-.292.287-.332.337a1.106 1.106 0 0 0 0 1.38c.04.05.101.113.332.337c.23.224.295.284.347.323a1.24 1.24 0 0 0 1.473 0c.052-.039.117-.1.347-.323l2.203-2.145c.897-.874 1.21-1.191 1.374-1.504a2.34 2.34 0 0 0 0-2.174c-.164-.313-.477-.63-1.374-1.504c-.895-.872-1.224-1.179-1.55-1.34a2.57 2.57 0 0 0-2.28 0c-.326.161-.655.468-1.55 1.34L7.99 10.535c-.503.49-.681.668-.797.83a2.34 2.34 0 0 0 0 2.74c.116.162.294.34.797.83a.75.75 0 1 1-1.046 1.075l-.058-.056c-.424-.413-.709-.69-.913-.975a3.84 3.84 0 0 1 0-4.487c.204-.285.489-.562.913-.975l.058-.056l2.238-2.179l.1-.098c.757-.737 1.264-1.231 1.83-1.511"/></g></svg> </template>
CSS
.icon-paperclip3-duotone {
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%22currentColor%22%3E%3Cpath%20d%3D%22M3.464%203.464C4.93%202%207.286%202%2012%202s7.071%200%208.535%201.464C22%204.93%2022%207.286%2022%2012s0%207.071-1.465%208.535C19.072%2022%2016.714%2022%2012%2022s-7.071%200-8.536-1.465C2%2019.072%202%2016.714%202%2012s0-7.071%201.464-8.536%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M11.111%205.673a4.07%204.07%200%200%201%203.614%200c.565.28%201.072.774%201.829%201.511l.1.098l.104.1c.754.735%201.263%201.23%201.553%201.783a3.84%203.84%200%200%201%200%203.565c-.29.554-.799%201.049-1.553%201.783l-.104.1l-2.203%202.146l-.034.033c-.18.175-.32.311-.461.417a2.74%202.74%200%200%201-3.27%200a5%205%200%200%201-.46-.417l-.035-.033l-.034-.034c-.18-.175-.32-.311-.429-.45a2.606%202.606%200%200%201%200-3.236c.11-.139.25-.275.429-.45l.034-.034l1.699-1.653a.75.75%200%200%201%201.046%201.075l-1.698%201.653c-.23.225-.292.287-.332.337a1.106%201.106%200%200%200%200%201.38c.04.05.101.113.332.337c.23.224.295.284.347.323a1.24%201.24%200%200%200%201.473%200c.052-.039.117-.1.347-.323l2.203-2.145c.897-.874%201.21-1.191%201.374-1.504a2.34%202.34%200%200%200%200-2.174c-.164-.313-.477-.63-1.374-1.504c-.895-.872-1.224-1.179-1.55-1.34a2.57%202.57%200%200%200-2.28%200c-.326.161-.655.468-1.55%201.34L7.99%2010.535c-.503.49-.681.668-.797.83a2.34%202.34%200%200%200%200%202.74c.116.162.294.34.797.83a.75.75%200%201%201-1.046%201.075l-.058-.056c-.424-.413-.709-.69-.913-.975a3.84%203.84%200%200%201%200-4.487c.204-.285.489-.562.913-.975l.058-.056l2.238-2.179l.1-.098c.757-.737%201.264-1.231%201.83-1.511%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%22currentColor%22%3E%3Cpath%20d%3D%22M3.464%203.464C4.93%202%207.286%202%2012%202s7.071%200%208.535%201.464C22%204.93%2022%207.286%2022%2012s0%207.071-1.465%208.535C19.072%2022%2016.714%2022%2012%2022s-7.071%200-8.536-1.465C2%2019.072%202%2016.714%202%2012s0-7.071%201.464-8.536%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M11.111%205.673a4.07%204.07%200%200%201%203.614%200c.565.28%201.072.774%201.829%201.511l.1.098l.104.1c.754.735%201.263%201.23%201.553%201.783a3.84%203.84%200%200%201%200%203.565c-.29.554-.799%201.049-1.553%201.783l-.104.1l-2.203%202.146l-.034.033c-.18.175-.32.311-.461.417a2.74%202.74%200%200%201-3.27%200a5%205%200%200%201-.46-.417l-.035-.033l-.034-.034c-.18-.175-.32-.311-.429-.45a2.606%202.606%200%200%201%200-3.236c.11-.139.25-.275.429-.45l.034-.034l1.699-1.653a.75.75%200%200%201%201.046%201.075l-1.698%201.653c-.23.225-.292.287-.332.337a1.106%201.106%200%200%200%200%201.38c.04.05.101.113.332.337c.23.224.295.284.347.323a1.24%201.24%200%200%200%201.473%200c.052-.039.117-.1.347-.323l2.203-2.145c.897-.874%201.21-1.191%201.374-1.504a2.34%202.34%200%200%200%200-2.174c-.164-.313-.477-.63-1.374-1.504c-.895-.872-1.224-1.179-1.55-1.34a2.57%202.57%200%200%200-2.28%200c-.326.161-.655.468-1.55%201.34L7.99%2010.535c-.503.49-.681.668-.797.83a2.34%202.34%200%200%200%200%202.74c.116.162.294.34.797.83a.75.75%200%201%201-1.046%201.075l-.058-.056c-.424-.413-.709-.69-.913-.975a3.84%203.84%200%200%201%200-4.487c.204-.285.489-.562.913-.975l.058-.056l2.238-2.179l.1-.098c.757-.737%201.264-1.231%201.83-1.511%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/paperclip3-duotone.svg?color=%231a73e8&size=48