round attachment icon

round-attachment from Google Material Icons by Material Design Authors · Baseline · File · Apache-2.0 Free for personal and commercial use.

Name
round-attachment
Set
Google Material Icons
Style
Baseline
Category
File
Viewbox
24×24
License
Apache 2.0

More file icons from Google Material Icons

Use the round attachment icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.75 16H7.17c-2.09 0-3.95-1.53-4.15-3.61A4 4 0 0 1 7 8h12.36c1.31 0 2.5.94 2.63 2.24A2.5 2.5 0 0 1 19.5 13H9c-.55 0-1-.45-1-1s.45-1 1-1h8.75c.41 0 .75-.34.75-.75s-.34-.75-.75-.75H9.14c-1.31 0-2.5.94-2.63 2.24A2.5 2.5 0 0 0 9 14.5h10.33c2.09 0 3.95-1.53 4.15-3.61A3.993 3.993 0 0 0 19.5 6.5H7.23c-2.87 0-5.44 2.1-5.71 4.96A5.505 5.505 0 0 0 7 17.5h10.75c.41 0 .75-.34.75-.75s-.34-.75-.75-.75"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundAttachment(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.75 16H7.17c-2.09 0-3.95-1.53-4.15-3.61A4 4 0 0 1 7 8h12.36c1.31 0 2.5.94 2.63 2.24A2.5 2.5 0 0 1 19.5 13H9c-.55 0-1-.45-1-1s.45-1 1-1h8.75c.41 0 .75-.34.75-.75s-.34-.75-.75-.75H9.14c-1.31 0-2.5.94-2.63 2.24A2.5 2.5 0 0 0 9 14.5h10.33c2.09 0 3.95-1.53 4.15-3.61A3.993 3.993 0 0 0 19.5 6.5H7.23c-2.87 0-5.44 2.1-5.71 4.96A5.505 5.505 0 0 0 7 17.5h10.75c.41 0 .75-.34.75-.75s-.34-.75-.75-.75"/></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.75 16H7.17c-2.09 0-3.95-1.53-4.15-3.61A4 4 0 0 1 7 8h12.36c1.31 0 2.5.94 2.63 2.24A2.5 2.5 0 0 1 19.5 13H9c-.55 0-1-.45-1-1s.45-1 1-1h8.75c.41 0 .75-.34.75-.75s-.34-.75-.75-.75H9.14c-1.31 0-2.5.94-2.63 2.24A2.5 2.5 0 0 0 9 14.5h10.33c2.09 0 3.95-1.53 4.15-3.61A3.993 3.993 0 0 0 19.5 6.5H7.23c-2.87 0-5.44 2.1-5.71 4.96A5.505 5.505 0 0 0 7 17.5h10.75c.41 0 .75-.34.75-.75s-.34-.75-.75-.75"/></svg>
</template>

CSS

.icon-round-attachment {
  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.75%2016H7.17c-2.09%200-3.95-1.53-4.15-3.61A4%204%200%200%201%207%208h12.36c1.31%200%202.5.94%202.63%202.24A2.5%202.5%200%200%201%2019.5%2013H9c-.55%200-1-.45-1-1s.45-1%201-1h8.75c.41%200%20.75-.34.75-.75s-.34-.75-.75-.75H9.14c-1.31%200-2.5.94-2.63%202.24A2.5%202.5%200%200%200%209%2014.5h10.33c2.09%200%203.95-1.53%204.15-3.61A3.993%203.993%200%200%200%2019.5%206.5H7.23c-2.87%200-5.44%202.1-5.71%204.96A5.505%205.505%200%200%200%207%2017.5h10.75c.41%200%20.75-.34.75-.75s-.34-.75-.75-.75%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.75%2016H7.17c-2.09%200-3.95-1.53-4.15-3.61A4%204%200%200%201%207%208h12.36c1.31%200%202.5.94%202.63%202.24A2.5%202.5%200%200%201%2019.5%2013H9c-.55%200-1-.45-1-1s.45-1%201-1h8.75c.41%200%20.75-.34.75-.75s-.34-.75-.75-.75H9.14c-1.31%200-2.5.94-2.63%202.24A2.5%202.5%200%200%200%209%2014.5h10.33c2.09%200%203.95-1.53%204.15-3.61A3.993%203.993%200%200%200%2019.5%206.5H7.23c-2.87%200-5.44%202.1-5.71%204.96A5.505%205.505%200%200%200%207%2017.5h10.75c.41%200%20.75-.34.75-.75s-.34-.75-.75-.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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