paperclip emoji
paperclip from Fluent Emoji Flat by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.
- Name
- paperclip
- Set
- Fluent Emoji Flat
- Style
- Default
- Category
- Objects
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
paperclipBootstrap IconspaperclipBoxIcons v2paperclipEmoji One (Colored)paperclipElement PluspaperclipFramework7 IconspaperclipFont Awesome 6 SolidpaperclipFont Awesome SolidpaperclipFeather IconspaperclipFluent EmojipaperclipFluent Emoji High ContrastpaperclipFirefox OS EmojipaperclipHuge IconspaperclipHumbleiconspaperclipIconParkpaperclipIconPark OutlinepaperclipIonIconspaperclipLine AwesomepaperclipLucidepaperclipMaterial Design IconspaperclipMyna UI IconspaperclipNoto Emojipaperclip-16OcticonspaperclipOpenMojipaperclipPhosphor
More objects icons from Fluent Emoji Flat
Use the paperclip emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><g clip-path="url(#SVGkRCCwb7V4)"><path fill="#bebebe" d="M19.374 5.433a6.117 6.117 0 0 1 9.074 8.206L16.82 26.5l-.015.016l-.01.01A8.345 8.345 0 0 1 4.441 15.305l8.502-9.402a1.25 1.25 0 0 1 1.853 1.676L6.294 16.98a5.846 5.846 0 1 0 8.672 7.842l11.629-12.858a3.619 3.619 0 1 0-5.368-4.855l-9.873 10.917a1.346 1.346 0 1 0 1.996 1.805l6.654-7.357a1.25 1.25 0 0 1 1.853 1.675l-6.654 7.358a3.844 3.844 0 0 1-5.738-5.117l.02-.023z"/></g><defs><clipPath id="SVGkRCCwb7V4"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatPaperclip(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><g clipPath="url(#SVGkRCCwb7V4)"><path fill="#bebebe" d="M19.374 5.433a6.117 6.117 0 0 1 9.074 8.206L16.82 26.5l-.015.016l-.01.01A8.345 8.345 0 0 1 4.441 15.305l8.502-9.402a1.25 1.25 0 0 1 1.853 1.676L6.294 16.98a5.846 5.846 0 1 0 8.672 7.842l11.629-12.858a3.619 3.619 0 1 0-5.368-4.855l-9.873 10.917a1.346 1.346 0 1 0 1.996 1.805l6.654-7.357a1.25 1.25 0 0 1 1.853 1.675l-6.654 7.358a3.844 3.844 0 0 1-5.738-5.117l.02-.023z"/></g><defs><clipPath id="SVGkRCCwb7V4"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><g clip-path="url(#SVGkRCCwb7V4)"><path fill="#bebebe" d="M19.374 5.433a6.117 6.117 0 0 1 9.074 8.206L16.82 26.5l-.015.016l-.01.01A8.345 8.345 0 0 1 4.441 15.305l8.502-9.402a1.25 1.25 0 0 1 1.853 1.676L6.294 16.98a5.846 5.846 0 1 0 8.672 7.842l11.629-12.858a3.619 3.619 0 1 0-5.368-4.855l-9.873 10.917a1.346 1.346 0 1 0 1.996 1.805l6.654-7.357a1.25 1.25 0 0 1 1.853 1.675l-6.654 7.358a3.844 3.844 0 0 1-5.738-5.117l.02-.023z"/></g><defs><clipPath id="SVGkRCCwb7V4"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs></g></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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23SVGkRCCwb7V4)%22%3E%3Cpath%20fill%3D%22%23bebebe%22%20d%3D%22M19.374%205.433a6.117%206.117%200%200%201%209.074%208.206L16.82%2026.5l-.015.016l-.01.01A8.345%208.345%200%200%201%204.441%2015.305l8.502-9.402a1.25%201.25%200%200%201%201.853%201.676L6.294%2016.98a5.846%205.846%200%201%200%208.672%207.842l11.629-12.858a3.619%203.619%200%201%200-5.368-4.855l-9.873%2010.917a1.346%201.346%200%201%200%201.996%201.805l6.654-7.357a1.25%201.25%200%200%201%201.853%201.675l-6.654%207.358a3.844%203.844%200%200%201-5.738-5.117l.02-.023z%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGkRCCwb7V4%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h32v32H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23SVGkRCCwb7V4)%22%3E%3Cpath%20fill%3D%22%23bebebe%22%20d%3D%22M19.374%205.433a6.117%206.117%200%200%201%209.074%208.206L16.82%2026.5l-.015.016l-.01.01A8.345%208.345%200%200%201%204.441%2015.305l8.502-9.402a1.25%201.25%200%200%201%201.853%201.676L6.294%2016.98a5.846%205.846%200%201%200%208.672%207.842l11.629-12.858a3.619%203.619%200%201%200-5.368-4.855l-9.873%2010.917a1.346%201.346%200%201%200%201.996%201.805l6.654-7.357a1.25%201.25%200%200%201%201.853%201.675l-6.654%207.358a3.844%203.844%200%200%201-5.738-5.117l.02-.023z%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGkRCCwb7V4%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h32v32H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-flat/paperclip.svg?color=%231a73e8&size=48