paperclip emoji

paperclip from Noto Emoji by Google Inc · Default · Objects · Apache-2.0 Free for personal and commercial use.

Name
paperclip
Set
Noto Emoji
Style
Default
Category
Objects
Viewbox
128×128
License
Apache 2.0

The same emoji in other sets

More objects icons from Noto Emoji

Use the paperclip emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#82aec0" d="M112.03 116.44c13.51-11.74 14.42-29.75 2.22-43.78L72.16 24.24c-.74-.86-6.94 4.53-6.19 5.39l42.09 48.42c7.63 8.78 10.16 22.15-1.41 32.2c-7.72 6.71-20 9.25-31.31-3.76L21.17 44.18c-6.39-7.35-11.73-20.28-2.25-28.53c10.27-8.93 21.53 1.78 25.89 6.8L77.3 59.84c4.19 4.82 8.24 14.99 4.77 18.46s-10.56 6.59-21.16-4L41.02 51.69c-.66-.75-6.99 4.48-6.16 5.42l19.89 22.61c6.2 7.03 18.4 17.24 30.47 6.75c9.17-7.97 8.51-20.24-1.72-32.01L51.01 17.07C38.73 2.96 24.37.04 13.53 9.46c-11.21 9.74-11.13 25.65.2 38.68l55.41 63.74c12.39 14.26 29.63 16.09 42.89 4.56"/><g fill="#2f7889"><path d="M84.81 70.48c0-5.18-3.2-10.08-5.73-12.99l-32.5-37.38c-3.57-4.09-8.63-8.45-15.12-8.83c-8.61-.5-12.98 4.58-12.03 3.86c10.53-7.95 21.02 2.29 25.38 7.31L77.3 59.84c5.21 6.58 6.99 13.7 5.32 17.76c0-.01 2.19-1.67 2.19-7.12m26.95 33.75c7.2-9.42 4.75-20.84-1.94-28.53c0 0-42.24-48.46-42.24-48.55c-.88.93-1.94 2.09-1.68 2.38l42.14 48.52c5.65 6.49 9.29 17.17 3.72 26.18M13.49 47.86l55.65 64.02c13.7 15.21 30.14 15.58 43.4 4.05c2.58-2.24.14-.21-.67.38c-12.89 9.37-29.3 6.64-40.96-6.78L15.5 45.79C6.17 35.06 4.48 22.37 10.45 12.78c-7.88 9.41-6.91 23.64 3.04 35.08"/><path d="M85.73 85.96c1.65-1.49 2.8-3.05 3.82-4.77c-.8 1.03-1.5 2-2.56 2.93c-12.07 10.5-24.27.28-30.47-6.75L36.41 54.64s-2.15 1.9-1.5 2.54l22.28 25.13c6.63 6.63 17.54 13.6 28.54 3.65"/></g><path fill="#b9e4ea" d="M10.41 32.56C8.47 29.33 8.4 24.81 8.97 21.9c.92-4.64 2.92-8.61 6.59-11.57c4.63-3.72 11.7-5.7 18.11-4.08c0 0 2.44.57 2.06 2.2s-4.24 1-4.24 1c-3.75-.81-10.09.14-13.99 3.28c-2.56 2.06-4.54 4.93-5.46 8.11c-2.5 8.67.88 15.91-1.63 11.72m103.28 78.88c-2.15 2.12-4.55 3.59-5.91 2.76c-.68-.41-.48-1.65.61-2.7c2.62-2.5 4.7-5.17 5.2-5.94c5.35-8.17 5.19-13.37 3.44-20.77c-.47-2.01.48-2.19 1.21-1.27c1.08 1.36 1.7 4.52 1.93 5.95c2.18 13.88-5.5 21.01-6.48 21.97m-28.6-29.05c-3.64 3.04-5.84.16-3.91-1.9c2.49-2.65 7.22-5.92 4.1-15.37c-.52-1.57.17-3.14 1.61-.54c4.77 8.62 1.84 14.77-1.8 17.81"/></svg>

React

import type { SVGProps } from "react";

export function NotoPaperclip(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#82aec0" d="M112.03 116.44c13.51-11.74 14.42-29.75 2.22-43.78L72.16 24.24c-.74-.86-6.94 4.53-6.19 5.39l42.09 48.42c7.63 8.78 10.16 22.15-1.41 32.2c-7.72 6.71-20 9.25-31.31-3.76L21.17 44.18c-6.39-7.35-11.73-20.28-2.25-28.53c10.27-8.93 21.53 1.78 25.89 6.8L77.3 59.84c4.19 4.82 8.24 14.99 4.77 18.46s-10.56 6.59-21.16-4L41.02 51.69c-.66-.75-6.99 4.48-6.16 5.42l19.89 22.61c6.2 7.03 18.4 17.24 30.47 6.75c9.17-7.97 8.51-20.24-1.72-32.01L51.01 17.07C38.73 2.96 24.37.04 13.53 9.46c-11.21 9.74-11.13 25.65.2 38.68l55.41 63.74c12.39 14.26 29.63 16.09 42.89 4.56"/><g fill="#2f7889"><path d="M84.81 70.48c0-5.18-3.2-10.08-5.73-12.99l-32.5-37.38c-3.57-4.09-8.63-8.45-15.12-8.83c-8.61-.5-12.98 4.58-12.03 3.86c10.53-7.95 21.02 2.29 25.38 7.31L77.3 59.84c5.21 6.58 6.99 13.7 5.32 17.76c0-.01 2.19-1.67 2.19-7.12m26.95 33.75c7.2-9.42 4.75-20.84-1.94-28.53c0 0-42.24-48.46-42.24-48.55c-.88.93-1.94 2.09-1.68 2.38l42.14 48.52c5.65 6.49 9.29 17.17 3.72 26.18M13.49 47.86l55.65 64.02c13.7 15.21 30.14 15.58 43.4 4.05c2.58-2.24.14-.21-.67.38c-12.89 9.37-29.3 6.64-40.96-6.78L15.5 45.79C6.17 35.06 4.48 22.37 10.45 12.78c-7.88 9.41-6.91 23.64 3.04 35.08"/><path d="M85.73 85.96c1.65-1.49 2.8-3.05 3.82-4.77c-.8 1.03-1.5 2-2.56 2.93c-12.07 10.5-24.27.28-30.47-6.75L36.41 54.64s-2.15 1.9-1.5 2.54l22.28 25.13c6.63 6.63 17.54 13.6 28.54 3.65"/></g><path fill="#b9e4ea" d="M10.41 32.56C8.47 29.33 8.4 24.81 8.97 21.9c.92-4.64 2.92-8.61 6.59-11.57c4.63-3.72 11.7-5.7 18.11-4.08c0 0 2.44.57 2.06 2.2s-4.24 1-4.24 1c-3.75-.81-10.09.14-13.99 3.28c-2.56 2.06-4.54 4.93-5.46 8.11c-2.5 8.67.88 15.91-1.63 11.72m103.28 78.88c-2.15 2.12-4.55 3.59-5.91 2.76c-.68-.41-.48-1.65.61-2.7c2.62-2.5 4.7-5.17 5.2-5.94c5.35-8.17 5.19-13.37 3.44-20.77c-.47-2.01.48-2.19 1.21-1.27c1.08 1.36 1.7 4.52 1.93 5.95c2.18 13.88-5.5 21.01-6.48 21.97m-28.6-29.05c-3.64 3.04-5.84.16-3.91-1.9c2.49-2.65 7.22-5.92 4.1-15.37c-.52-1.57.17-3.14 1.61-.54c4.77 8.62 1.84 14.77-1.8 17.81"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#82aec0" d="M112.03 116.44c13.51-11.74 14.42-29.75 2.22-43.78L72.16 24.24c-.74-.86-6.94 4.53-6.19 5.39l42.09 48.42c7.63 8.78 10.16 22.15-1.41 32.2c-7.72 6.71-20 9.25-31.31-3.76L21.17 44.18c-6.39-7.35-11.73-20.28-2.25-28.53c10.27-8.93 21.53 1.78 25.89 6.8L77.3 59.84c4.19 4.82 8.24 14.99 4.77 18.46s-10.56 6.59-21.16-4L41.02 51.69c-.66-.75-6.99 4.48-6.16 5.42l19.89 22.61c6.2 7.03 18.4 17.24 30.47 6.75c9.17-7.97 8.51-20.24-1.72-32.01L51.01 17.07C38.73 2.96 24.37.04 13.53 9.46c-11.21 9.74-11.13 25.65.2 38.68l55.41 63.74c12.39 14.26 29.63 16.09 42.89 4.56"/><g fill="#2f7889"><path d="M84.81 70.48c0-5.18-3.2-10.08-5.73-12.99l-32.5-37.38c-3.57-4.09-8.63-8.45-15.12-8.83c-8.61-.5-12.98 4.58-12.03 3.86c10.53-7.95 21.02 2.29 25.38 7.31L77.3 59.84c5.21 6.58 6.99 13.7 5.32 17.76c0-.01 2.19-1.67 2.19-7.12m26.95 33.75c7.2-9.42 4.75-20.84-1.94-28.53c0 0-42.24-48.46-42.24-48.55c-.88.93-1.94 2.09-1.68 2.38l42.14 48.52c5.65 6.49 9.29 17.17 3.72 26.18M13.49 47.86l55.65 64.02c13.7 15.21 30.14 15.58 43.4 4.05c2.58-2.24.14-.21-.67.38c-12.89 9.37-29.3 6.64-40.96-6.78L15.5 45.79C6.17 35.06 4.48 22.37 10.45 12.78c-7.88 9.41-6.91 23.64 3.04 35.08"/><path d="M85.73 85.96c1.65-1.49 2.8-3.05 3.82-4.77c-.8 1.03-1.5 2-2.56 2.93c-12.07 10.5-24.27.28-30.47-6.75L36.41 54.64s-2.15 1.9-1.5 2.54l22.28 25.13c6.63 6.63 17.54 13.6 28.54 3.65"/></g><path fill="#b9e4ea" d="M10.41 32.56C8.47 29.33 8.4 24.81 8.97 21.9c.92-4.64 2.92-8.61 6.59-11.57c4.63-3.72 11.7-5.7 18.11-4.08c0 0 2.44.57 2.06 2.2s-4.24 1-4.24 1c-3.75-.81-10.09.14-13.99 3.28c-2.56 2.06-4.54 4.93-5.46 8.11c-2.5 8.67.88 15.91-1.63 11.72m103.28 78.88c-2.15 2.12-4.55 3.59-5.91 2.76c-.68-.41-.48-1.65.61-2.7c2.62-2.5 4.7-5.17 5.2-5.94c5.35-8.17 5.19-13.37 3.44-20.77c-.47-2.01.48-2.19 1.21-1.27c1.08 1.36 1.7 4.52 1.93 5.95c2.18 13.88-5.5 21.01-6.48 21.97m-28.6-29.05c-3.64 3.04-5.84.16-3.91-1.9c2.49-2.65 7.22-5.92 4.1-15.37c-.52-1.57.17-3.14 1.61-.54c4.77 8.62 1.84 14.77-1.8 17.81"/></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%20128%20128%22%3E%3Cpath%20fill%3D%22%2382aec0%22%20d%3D%22M112.03%20116.44c13.51-11.74%2014.42-29.75%202.22-43.78L72.16%2024.24c-.74-.86-6.94%204.53-6.19%205.39l42.09%2048.42c7.63%208.78%2010.16%2022.15-1.41%2032.2c-7.72%206.71-20%209.25-31.31-3.76L21.17%2044.18c-6.39-7.35-11.73-20.28-2.25-28.53c10.27-8.93%2021.53%201.78%2025.89%206.8L77.3%2059.84c4.19%204.82%208.24%2014.99%204.77%2018.46s-10.56%206.59-21.16-4L41.02%2051.69c-.66-.75-6.99%204.48-6.16%205.42l19.89%2022.61c6.2%207.03%2018.4%2017.24%2030.47%206.75c9.17-7.97%208.51-20.24-1.72-32.01L51.01%2017.07C38.73%202.96%2024.37.04%2013.53%209.46c-11.21%209.74-11.13%2025.65.2%2038.68l55.41%2063.74c12.39%2014.26%2029.63%2016.09%2042.89%204.56%22%2F%3E%3Cg%20fill%3D%22%232f7889%22%3E%3Cpath%20d%3D%22M84.81%2070.48c0-5.18-3.2-10.08-5.73-12.99l-32.5-37.38c-3.57-4.09-8.63-8.45-15.12-8.83c-8.61-.5-12.98%204.58-12.03%203.86c10.53-7.95%2021.02%202.29%2025.38%207.31L77.3%2059.84c5.21%206.58%206.99%2013.7%205.32%2017.76c0-.01%202.19-1.67%202.19-7.12m26.95%2033.75c7.2-9.42%204.75-20.84-1.94-28.53c0%200-42.24-48.46-42.24-48.55c-.88.93-1.94%202.09-1.68%202.38l42.14%2048.52c5.65%206.49%209.29%2017.17%203.72%2026.18M13.49%2047.86l55.65%2064.02c13.7%2015.21%2030.14%2015.58%2043.4%204.05c2.58-2.24.14-.21-.67.38c-12.89%209.37-29.3%206.64-40.96-6.78L15.5%2045.79C6.17%2035.06%204.48%2022.37%2010.45%2012.78c-7.88%209.41-6.91%2023.64%203.04%2035.08%22%2F%3E%3Cpath%20d%3D%22M85.73%2085.96c1.65-1.49%202.8-3.05%203.82-4.77c-.8%201.03-1.5%202-2.56%202.93c-12.07%2010.5-24.27.28-30.47-6.75L36.41%2054.64s-2.15%201.9-1.5%202.54l22.28%2025.13c6.63%206.63%2017.54%2013.6%2028.54%203.65%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23b9e4ea%22%20d%3D%22M10.41%2032.56C8.47%2029.33%208.4%2024.81%208.97%2021.9c.92-4.64%202.92-8.61%206.59-11.57c4.63-3.72%2011.7-5.7%2018.11-4.08c0%200%202.44.57%202.06%202.2s-4.24%201-4.24%201c-3.75-.81-10.09.14-13.99%203.28c-2.56%202.06-4.54%204.93-5.46%208.11c-2.5%208.67.88%2015.91-1.63%2011.72m103.28%2078.88c-2.15%202.12-4.55%203.59-5.91%202.76c-.68-.41-.48-1.65.61-2.7c2.62-2.5%204.7-5.17%205.2-5.94c5.35-8.17%205.19-13.37%203.44-20.77c-.47-2.01.48-2.19%201.21-1.27c1.08%201.36%201.7%204.52%201.93%205.95c2.18%2013.88-5.5%2021.01-6.48%2021.97m-28.6-29.05c-3.64%203.04-5.84.16-3.91-1.9c2.49-2.65%207.22-5.92%204.1-15.37c-.52-1.57.17-3.14%201.61-.54c4.77%208.62%201.84%2014.77-1.8%2017.81%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%20128%20128%22%3E%3Cpath%20fill%3D%22%2382aec0%22%20d%3D%22M112.03%20116.44c13.51-11.74%2014.42-29.75%202.22-43.78L72.16%2024.24c-.74-.86-6.94%204.53-6.19%205.39l42.09%2048.42c7.63%208.78%2010.16%2022.15-1.41%2032.2c-7.72%206.71-20%209.25-31.31-3.76L21.17%2044.18c-6.39-7.35-11.73-20.28-2.25-28.53c10.27-8.93%2021.53%201.78%2025.89%206.8L77.3%2059.84c4.19%204.82%208.24%2014.99%204.77%2018.46s-10.56%206.59-21.16-4L41.02%2051.69c-.66-.75-6.99%204.48-6.16%205.42l19.89%2022.61c6.2%207.03%2018.4%2017.24%2030.47%206.75c9.17-7.97%208.51-20.24-1.72-32.01L51.01%2017.07C38.73%202.96%2024.37.04%2013.53%209.46c-11.21%209.74-11.13%2025.65.2%2038.68l55.41%2063.74c12.39%2014.26%2029.63%2016.09%2042.89%204.56%22%2F%3E%3Cg%20fill%3D%22%232f7889%22%3E%3Cpath%20d%3D%22M84.81%2070.48c0-5.18-3.2-10.08-5.73-12.99l-32.5-37.38c-3.57-4.09-8.63-8.45-15.12-8.83c-8.61-.5-12.98%204.58-12.03%203.86c10.53-7.95%2021.02%202.29%2025.38%207.31L77.3%2059.84c5.21%206.58%206.99%2013.7%205.32%2017.76c0-.01%202.19-1.67%202.19-7.12m26.95%2033.75c7.2-9.42%204.75-20.84-1.94-28.53c0%200-42.24-48.46-42.24-48.55c-.88.93-1.94%202.09-1.68%202.38l42.14%2048.52c5.65%206.49%209.29%2017.17%203.72%2026.18M13.49%2047.86l55.65%2064.02c13.7%2015.21%2030.14%2015.58%2043.4%204.05c2.58-2.24.14-.21-.67.38c-12.89%209.37-29.3%206.64-40.96-6.78L15.5%2045.79C6.17%2035.06%204.48%2022.37%2010.45%2012.78c-7.88%209.41-6.91%2023.64%203.04%2035.08%22%2F%3E%3Cpath%20d%3D%22M85.73%2085.96c1.65-1.49%202.8-3.05%203.82-4.77c-.8%201.03-1.5%202-2.56%202.93c-12.07%2010.5-24.27.28-30.47-6.75L36.41%2054.64s-2.15%201.9-1.5%202.54l22.28%2025.13c6.63%206.63%2017.54%2013.6%2028.54%203.65%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23b9e4ea%22%20d%3D%22M10.41%2032.56C8.47%2029.33%208.4%2024.81%208.97%2021.9c.92-4.64%202.92-8.61%206.59-11.57c4.63-3.72%2011.7-5.7%2018.11-4.08c0%200%202.44.57%202.06%202.2s-4.24%201-4.24%201c-3.75-.81-10.09.14-13.99%203.28c-2.56%202.06-4.54%204.93-5.46%208.11c-2.5%208.67.88%2015.91-1.63%2011.72m103.28%2078.88c-2.15%202.12-4.55%203.59-5.91%202.76c-.68-.41-.48-1.65.61-2.7c2.62-2.5%204.7-5.17%205.2-5.94c5.35-8.17%205.19-13.37%203.44-20.77c-.47-2.01.48-2.19%201.21-1.27c1.08%201.36%201.7%204.52%201.93%205.95c2.18%2013.88-5.5%2021.01-6.48%2021.97m-28.6-29.05c-3.64%203.04-5.84.16-3.91-1.9c2.49-2.65%207.22-5.92%204.1-15.37c-.52-1.57.17-3.14%201.61-.54c4.77%208.62%201.84%2014.77-1.8%2017.81%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/paperclip.svg?color=%231a73e8&size=48