copy all icon
copy-all-outline-rounded from Material Symbols by Google · Outline Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- copy-all-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More text icons from Material Symbols
add-column-leftadd-column-rightadd-linkadd-notesadd-row-aboveadd-row-belowadd-to-drivealign-centeralign-endalign-flex-centeralign-flex-endalign-flex-startalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-items-stretchalign-justify-centeralign-justify-flex-endalign-justify-flex-startalign-justify-space-aroundalign-justify-space-betweenalign-justify-space-evenalign-justify-stretchalign-self-stretch
Use the copy all icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 18q-.825 0-1.412-.587T7 16V4q0-.825.588-1.412T9 2h9q.825 0 1.413.588T20 4v12q0 .825-.587 1.413T18 18zm0-2h9V4H9zM3.288 7.713Q3 7.425 3 7t.288-.712T4 6t.713.288T5 7t-.288.713T4 8t-.712-.288m0 3.5Q3 10.926 3 10.5t.288-.712T4 9.5t.713.288T5 10.5t-.288.713T4 11.5t-.712-.288m0 3.5Q3 14.426 3 14t.288-.712T4 13t.713.288T5 14t-.288.713T4 15t-.712-.288m0 3.5Q3 17.926 3 17.5t.288-.712T4 16.5t.713.288T5 17.5t-.288.713T4 18.5t-.712-.288m0 3.5Q3 21.426 3 21t.288-.712T4 20t.713.288T5 21t-.288.713T4 22t-.712-.288m3.5 0Q6.5 21.426 6.5 21t.288-.712T7.5 20t.713.288T8.5 21t-.288.713T7.5 22t-.712-.288m3.5 0Q10 21.426 10 21t.288-.712T11 20t.713.288T12 21t-.288.713T11 22t-.712-.288m3.5 0Q13.5 21.426 13.5 21t.288-.712T14.5 20t.713.288t.287.712t-.288.713T14.5 22t-.712-.288"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsCopyAllOutlineRounded(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="M9 18q-.825 0-1.412-.587T7 16V4q0-.825.588-1.412T9 2h9q.825 0 1.413.588T20 4v12q0 .825-.587 1.413T18 18zm0-2h9V4H9zM3.288 7.713Q3 7.425 3 7t.288-.712T4 6t.713.288T5 7t-.288.713T4 8t-.712-.288m0 3.5Q3 10.926 3 10.5t.288-.712T4 9.5t.713.288T5 10.5t-.288.713T4 11.5t-.712-.288m0 3.5Q3 14.426 3 14t.288-.712T4 13t.713.288T5 14t-.288.713T4 15t-.712-.288m0 3.5Q3 17.926 3 17.5t.288-.712T4 16.5t.713.288T5 17.5t-.288.713T4 18.5t-.712-.288m0 3.5Q3 21.426 3 21t.288-.712T4 20t.713.288T5 21t-.288.713T4 22t-.712-.288m3.5 0Q6.5 21.426 6.5 21t.288-.712T7.5 20t.713.288T8.5 21t-.288.713T7.5 22t-.712-.288m3.5 0Q10 21.426 10 21t.288-.712T11 20t.713.288T12 21t-.288.713T11 22t-.712-.288m3.5 0Q13.5 21.426 13.5 21t.288-.712T14.5 20t.713.288t.287.712t-.288.713T14.5 22t-.712-.288"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 18q-.825 0-1.412-.587T7 16V4q0-.825.588-1.412T9 2h9q.825 0 1.413.588T20 4v12q0 .825-.587 1.413T18 18zm0-2h9V4H9zM3.288 7.713Q3 7.425 3 7t.288-.712T4 6t.713.288T5 7t-.288.713T4 8t-.712-.288m0 3.5Q3 10.926 3 10.5t.288-.712T4 9.5t.713.288T5 10.5t-.288.713T4 11.5t-.712-.288m0 3.5Q3 14.426 3 14t.288-.712T4 13t.713.288T5 14t-.288.713T4 15t-.712-.288m0 3.5Q3 17.926 3 17.5t.288-.712T4 16.5t.713.288T5 17.5t-.288.713T4 18.5t-.712-.288m0 3.5Q3 21.426 3 21t.288-.712T4 20t.713.288T5 21t-.288.713T4 22t-.712-.288m3.5 0Q6.5 21.426 6.5 21t.288-.712T7.5 20t.713.288T8.5 21t-.288.713T7.5 22t-.712-.288m3.5 0Q10 21.426 10 21t.288-.712T11 20t.713.288T12 21t-.288.713T11 22t-.712-.288m3.5 0Q13.5 21.426 13.5 21t.288-.712T14.5 20t.713.288t.287.712t-.288.713T14.5 22t-.712-.288"/></svg> </template>
CSS
.icon-copy-all-outline-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%22M9%2018q-.825%200-1.412-.587T7%2016V4q0-.825.588-1.412T9%202h9q.825%200%201.413.588T20%204v12q0%20.825-.587%201.413T18%2018zm0-2h9V4H9zM3.288%207.713Q3%207.425%203%207t.288-.712T4%206t.713.288T5%207t-.288.713T4%208t-.712-.288m0%203.5Q3%2010.926%203%2010.5t.288-.712T4%209.5t.713.288T5%2010.5t-.288.713T4%2011.5t-.712-.288m0%203.5Q3%2014.426%203%2014t.288-.712T4%2013t.713.288T5%2014t-.288.713T4%2015t-.712-.288m0%203.5Q3%2017.926%203%2017.5t.288-.712T4%2016.5t.713.288T5%2017.5t-.288.713T4%2018.5t-.712-.288m0%203.5Q3%2021.426%203%2021t.288-.712T4%2020t.713.288T5%2021t-.288.713T4%2022t-.712-.288m3.5%200Q6.5%2021.426%206.5%2021t.288-.712T7.5%2020t.713.288T8.5%2021t-.288.713T7.5%2022t-.712-.288m3.5%200Q10%2021.426%2010%2021t.288-.712T11%2020t.713.288T12%2021t-.288.713T11%2022t-.712-.288m3.5%200Q13.5%2021.426%2013.5%2021t.288-.712T14.5%2020t.713.288t.287.712t-.288.713T14.5%2022t-.712-.288%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%22M9%2018q-.825%200-1.412-.587T7%2016V4q0-.825.588-1.412T9%202h9q.825%200%201.413.588T20%204v12q0%20.825-.587%201.413T18%2018zm0-2h9V4H9zM3.288%207.713Q3%207.425%203%207t.288-.712T4%206t.713.288T5%207t-.288.713T4%208t-.712-.288m0%203.5Q3%2010.926%203%2010.5t.288-.712T4%209.5t.713.288T5%2010.5t-.288.713T4%2011.5t-.712-.288m0%203.5Q3%2014.426%203%2014t.288-.712T4%2013t.713.288T5%2014t-.288.713T4%2015t-.712-.288m0%203.5Q3%2017.926%203%2017.5t.288-.712T4%2016.5t.713.288T5%2017.5t-.288.713T4%2018.5t-.712-.288m0%203.5Q3%2021.426%203%2021t.288-.712T4%2020t.713.288T5%2021t-.288.713T4%2022t-.712-.288m3.5%200Q6.5%2021.426%206.5%2021t.288-.712T7.5%2020t.713.288T8.5%2021t-.288.713T7.5%2022t-.712-.288m3.5%200Q10%2021.426%2010%2021t.288-.712T11%2020t.713.288T12%2021t-.288.713T11%2022t-.712-.288m3.5%200Q13.5%2021.426%2013.5%2021t.288-.712T14.5%2020t.713.288t.287.712t-.288.713T14.5%2022t-.712-.288%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/copy-all-outline-rounded.svg?color=%231a73e8&size=48