attach-file-rounded from Material Symbols Light by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.

Name
attach-file-rounded
Set
Material Symbols Light
Style
Rounded
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
attach-file-outline-rounded

1 other variant in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

Use the attach file icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.346 15.539q0 2.271-1.565 3.866T11.952 21t-3.838-1.595t-1.576-3.867v-8.73q0-1.587 1.092-2.697Q8.72 3 10.308 3t2.678 1.11t1.091 2.698v8.269q0 .88-.615 1.517q-.614.637-1.498.637t-1.52-.627t-.636-1.527V7.269q0-.212.144-.356q.143-.144.356-.144t.356.144t.144.356v7.808q0 .479.327.816q.328.338.807.338t.807-.338t.328-.816V6.789q-.006-1.166-.805-1.977T10.309 4t-1.967.821t-.804 1.987v8.73q-.005 1.853 1.283 3.157Q10.11 20 11.96 20q1.823 0 3.1-1.305t1.287-3.156v-8.27q0-.212.144-.356t.357-.144t.356.144t.143.356z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightAttachFileRounded(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.346 15.539q0 2.271-1.565 3.866T11.952 21t-3.838-1.595t-1.576-3.867v-8.73q0-1.587 1.092-2.697Q8.72 3 10.308 3t2.678 1.11t1.091 2.698v8.269q0 .88-.615 1.517q-.614.637-1.498.637t-1.52-.627t-.636-1.527V7.269q0-.212.144-.356q.143-.144.356-.144t.356.144t.144.356v7.808q0 .479.327.816q.328.338.807.338t.807-.338t.328-.816V6.789q-.006-1.166-.805-1.977T10.309 4t-1.967.821t-.804 1.987v8.73q-.005 1.853 1.283 3.157Q10.11 20 11.96 20q1.823 0 3.1-1.305t1.287-3.156v-8.27q0-.212.144-.356t.357-.144t.356.144t.143.356z"/></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.346 15.539q0 2.271-1.565 3.866T11.952 21t-3.838-1.595t-1.576-3.867v-8.73q0-1.587 1.092-2.697Q8.72 3 10.308 3t2.678 1.11t1.091 2.698v8.269q0 .88-.615 1.517q-.614.637-1.498.637t-1.52-.627t-.636-1.527V7.269q0-.212.144-.356q.143-.144.356-.144t.356.144t.144.356v7.808q0 .479.327.816q.328.338.807.338t.807-.338t.328-.816V6.789q-.006-1.166-.805-1.977T10.309 4t-1.967.821t-.804 1.987v8.73q-.005 1.853 1.283 3.157Q10.11 20 11.96 20q1.823 0 3.1-1.305t1.287-3.156v-8.27q0-.212.144-.356t.357-.144t.356.144t.143.356z"/></svg>
</template>

CSS

.icon-attach-file-rounded {
  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.346%2015.539q0%202.271-1.565%203.866T11.952%2021t-3.838-1.595t-1.576-3.867v-8.73q0-1.587%201.092-2.697Q8.72%203%2010.308%203t2.678%201.11t1.091%202.698v8.269q0%20.88-.615%201.517q-.614.637-1.498.637t-1.52-.627t-.636-1.527V7.269q0-.212.144-.356q.143-.144.356-.144t.356.144t.144.356v7.808q0%20.479.327.816q.328.338.807.338t.807-.338t.328-.816V6.789q-.006-1.166-.805-1.977T10.309%204t-1.967.821t-.804%201.987v8.73q-.005%201.853%201.283%203.157Q10.11%2020%2011.96%2020q1.823%200%203.1-1.305t1.287-3.156v-8.27q0-.212.144-.356t.357-.144t.356.144t.143.356z%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.346%2015.539q0%202.271-1.565%203.866T11.952%2021t-3.838-1.595t-1.576-3.867v-8.73q0-1.587%201.092-2.697Q8.72%203%2010.308%203t2.678%201.11t1.091%202.698v8.269q0%20.88-.615%201.517q-.614.637-1.498.637t-1.52-.627t-.636-1.527V7.269q0-.212.144-.356q.143-.144.356-.144t.356.144t.144.356v7.808q0%20.479.327.816q.328.338.807.338t.807-.338t.328-.816V6.789q-.006-1.166-.805-1.977T10.309%204t-1.967.821t-.804%201.987v8.73q-.005%201.853%201.283%203.157Q10.11%2020%2011.96%2020q1.823%200%203.1-1.305t1.287-3.156v-8.27q0-.212.144-.356t.357-.144t.356.144t.143.356z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/attach-file-rounded.svg?color=%231a73e8&size=48