document csv icon
document-csv-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- document-csv-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
document-100-16-filleddocument-add-16-filleddocument-arrow-down-16-filleddocument-arrow-down-off-20-filleddocument-arrow-left-16-filleddocument-arrow-right-16-filleddocument-arrow-up-16-filleddocument-autosave-24-regulardocument-border-20-filleddocument-border-print-20-filleddocument-briefcase-16-filleddocument-broken-20-filleddocument-bullet-list-16-filleddocument-bullet-list-arrow-left-16-filleddocument-bullet-list-clock-20-filleddocument-bullet-list-cube-16-filleddocument-bullet-list-multiple-20-filleddocument-bullet-list-off-20-filleddocument-catch-up-16-filleddocument-checkmark-16-filleddocument-chevron-double-20-filleddocument-code-16-filleddocument-contract-16-filleddocument-copy-16-filled
Use the document csv icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2.5 10A1.5 1.5 0 0 1 4 11.5a.5.5 0 0 1-.99.098l-.02-.196a.501.501 0 0 0-.844-.255A.5.5 0 0 0 2 11.5v2a.501.501 0 0 0 .99.098l.02-.196a.501.501 0 0 1 .844-.255A.5.5 0 0 1 4 13.5a1.5 1.5 0 0 1-3 0v-2A1.5 1.5 0 0 1 2.5 10m4.06 0c.414 0 .811.165 1.104.457l.19.19a.5.5 0 0 1-.708.707l-.189-.19A.56.56 0 0 0 6.561 11h-.134a.428.428 0 0 0-.19.809l.974.488A1.428 1.428 0 0 1 6.573 15H6.44q-.073 0-.145-.008l-.032-.004l-.1-.014l-.042-.008a1.6 1.6 0 0 1-.268-.082l-.039-.017a1.6 1.6 0 0 1-.477-.324l-.19-.19a.5.5 0 0 1 .708-.707l.189.19A.56.56 0 0 0 6.44 14h.134a.427.427 0 0 0 .19-.809l-.974-.488A1.428 1.428 0 0 1 6.427 10zm2.542.023a.5.5 0 0 1 .626.329l.772 2.472l.773-2.472a.5.5 0 1 1 .954.297L11 14.577l-.023.072a.5.5 0 0 1-.954 0l-1.25-4a.5.5 0 0 1 .329-.626M9.586 1a1.5 1.5 0 0 1 1.06.44l2.914 2.914a1.5 1.5 0 0 1 .44 1.06V13a2 2 0 0 1-2 2h-.087l.019-.053l.304-.977A1 1 0 0 0 13 13V6h-2.5A1.5 1.5 0 0 1 9 4.5V2H6a1 1 0 0 0-1 1v6.467a2.5 2.5 0 0 0-.519.514l-.047-.065l-.166-.184A2.5 2.5 0 0 0 4 9.504V3a2 2 0 0 1 2-2zM10 4.5a.5.5 0 0 0 .5.5h2.293L10 2.207z"/></svg>
React
import type { SVGProps } from "react";
export function FluentDocumentCsv16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2.5 10A1.5 1.5 0 0 1 4 11.5a.5.5 0 0 1-.99.098l-.02-.196a.501.501 0 0 0-.844-.255A.5.5 0 0 0 2 11.5v2a.501.501 0 0 0 .99.098l.02-.196a.501.501 0 0 1 .844-.255A.5.5 0 0 1 4 13.5a1.5 1.5 0 0 1-3 0v-2A1.5 1.5 0 0 1 2.5 10m4.06 0c.414 0 .811.165 1.104.457l.19.19a.5.5 0 0 1-.708.707l-.189-.19A.56.56 0 0 0 6.561 11h-.134a.428.428 0 0 0-.19.809l.974.488A1.428 1.428 0 0 1 6.573 15H6.44q-.073 0-.145-.008l-.032-.004l-.1-.014l-.042-.008a1.6 1.6 0 0 1-.268-.082l-.039-.017a1.6 1.6 0 0 1-.477-.324l-.19-.19a.5.5 0 0 1 .708-.707l.189.19A.56.56 0 0 0 6.44 14h.134a.427.427 0 0 0 .19-.809l-.974-.488A1.428 1.428 0 0 1 6.427 10zm2.542.023a.5.5 0 0 1 .626.329l.772 2.472l.773-2.472a.5.5 0 1 1 .954.297L11 14.577l-.023.072a.5.5 0 0 1-.954 0l-1.25-4a.5.5 0 0 1 .329-.626M9.586 1a1.5 1.5 0 0 1 1.06.44l2.914 2.914a1.5 1.5 0 0 1 .44 1.06V13a2 2 0 0 1-2 2h-.087l.019-.053l.304-.977A1 1 0 0 0 13 13V6h-2.5A1.5 1.5 0 0 1 9 4.5V2H6a1 1 0 0 0-1 1v6.467a2.5 2.5 0 0 0-.519.514l-.047-.065l-.166-.184A2.5 2.5 0 0 0 4 9.504V3a2 2 0 0 1 2-2zM10 4.5a.5.5 0 0 0 .5.5h2.293L10 2.207z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2.5 10A1.5 1.5 0 0 1 4 11.5a.5.5 0 0 1-.99.098l-.02-.196a.501.501 0 0 0-.844-.255A.5.5 0 0 0 2 11.5v2a.501.501 0 0 0 .99.098l.02-.196a.501.501 0 0 1 .844-.255A.5.5 0 0 1 4 13.5a1.5 1.5 0 0 1-3 0v-2A1.5 1.5 0 0 1 2.5 10m4.06 0c.414 0 .811.165 1.104.457l.19.19a.5.5 0 0 1-.708.707l-.189-.19A.56.56 0 0 0 6.561 11h-.134a.428.428 0 0 0-.19.809l.974.488A1.428 1.428 0 0 1 6.573 15H6.44q-.073 0-.145-.008l-.032-.004l-.1-.014l-.042-.008a1.6 1.6 0 0 1-.268-.082l-.039-.017a1.6 1.6 0 0 1-.477-.324l-.19-.19a.5.5 0 0 1 .708-.707l.189.19A.56.56 0 0 0 6.44 14h.134a.427.427 0 0 0 .19-.809l-.974-.488A1.428 1.428 0 0 1 6.427 10zm2.542.023a.5.5 0 0 1 .626.329l.772 2.472l.773-2.472a.5.5 0 1 1 .954.297L11 14.577l-.023.072a.5.5 0 0 1-.954 0l-1.25-4a.5.5 0 0 1 .329-.626M9.586 1a1.5 1.5 0 0 1 1.06.44l2.914 2.914a1.5 1.5 0 0 1 .44 1.06V13a2 2 0 0 1-2 2h-.087l.019-.053l.304-.977A1 1 0 0 0 13 13V6h-2.5A1.5 1.5 0 0 1 9 4.5V2H6a1 1 0 0 0-1 1v6.467a2.5 2.5 0 0 0-.519.514l-.047-.065l-.166-.184A2.5 2.5 0 0 0 4 9.504V3a2 2 0 0 1 2-2zM10 4.5a.5.5 0 0 0 .5.5h2.293L10 2.207z"/></svg> </template>
CSS
.icon-document-csv-16-regular {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.5%2010A1.5%201.5%200%200%201%204%2011.5a.5.5%200%200%201-.99.098l-.02-.196a.501.501%200%200%200-.844-.255A.5.5%200%200%200%202%2011.5v2a.501.501%200%200%200%20.99.098l.02-.196a.501.501%200%200%201%20.844-.255A.5.5%200%200%201%204%2013.5a1.5%201.5%200%200%201-3%200v-2A1.5%201.5%200%200%201%202.5%2010m4.06%200c.414%200%20.811.165%201.104.457l.19.19a.5.5%200%200%201-.708.707l-.189-.19A.56.56%200%200%200%206.561%2011h-.134a.428.428%200%200%200-.19.809l.974.488A1.428%201.428%200%200%201%206.573%2015H6.44q-.073%200-.145-.008l-.032-.004l-.1-.014l-.042-.008a1.6%201.6%200%200%201-.268-.082l-.039-.017a1.6%201.6%200%200%201-.477-.324l-.19-.19a.5.5%200%200%201%20.708-.707l.189.19A.56.56%200%200%200%206.44%2014h.134a.427.427%200%200%200%20.19-.809l-.974-.488A1.428%201.428%200%200%201%206.427%2010zm2.542.023a.5.5%200%200%201%20.626.329l.772%202.472l.773-2.472a.5.5%200%201%201%20.954.297L11%2014.577l-.023.072a.5.5%200%200%201-.954%200l-1.25-4a.5.5%200%200%201%20.329-.626M9.586%201a1.5%201.5%200%200%201%201.06.44l2.914%202.914a1.5%201.5%200%200%201%20.44%201.06V13a2%202%200%200%201-2%202h-.087l.019-.053l.304-.977A1%201%200%200%200%2013%2013V6h-2.5A1.5%201.5%200%200%201%209%204.5V2H6a1%201%200%200%200-1%201v6.467a2.5%202.5%200%200%200-.519.514l-.047-.065l-.166-.184A2.5%202.5%200%200%200%204%209.504V3a2%202%200%200%201%202-2zM10%204.5a.5.5%200%200%200%20.5.5h2.293L10%202.207z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.5%2010A1.5%201.5%200%200%201%204%2011.5a.5.5%200%200%201-.99.098l-.02-.196a.501.501%200%200%200-.844-.255A.5.5%200%200%200%202%2011.5v2a.501.501%200%200%200%20.99.098l.02-.196a.501.501%200%200%201%20.844-.255A.5.5%200%200%201%204%2013.5a1.5%201.5%200%200%201-3%200v-2A1.5%201.5%200%200%201%202.5%2010m4.06%200c.414%200%20.811.165%201.104.457l.19.19a.5.5%200%200%201-.708.707l-.189-.19A.56.56%200%200%200%206.561%2011h-.134a.428.428%200%200%200-.19.809l.974.488A1.428%201.428%200%200%201%206.573%2015H6.44q-.073%200-.145-.008l-.032-.004l-.1-.014l-.042-.008a1.6%201.6%200%200%201-.268-.082l-.039-.017a1.6%201.6%200%200%201-.477-.324l-.19-.19a.5.5%200%200%201%20.708-.707l.189.19A.56.56%200%200%200%206.44%2014h.134a.427.427%200%200%200%20.19-.809l-.974-.488A1.428%201.428%200%200%201%206.427%2010zm2.542.023a.5.5%200%200%201%20.626.329l.772%202.472l.773-2.472a.5.5%200%201%201%20.954.297L11%2014.577l-.023.072a.5.5%200%200%201-.954%200l-1.25-4a.5.5%200%200%201%20.329-.626M9.586%201a1.5%201.5%200%200%201%201.06.44l2.914%202.914a1.5%201.5%200%200%201%20.44%201.06V13a2%202%200%200%201-2%202h-.087l.019-.053l.304-.977A1%201%200%200%200%2013%2013V6h-2.5A1.5%201.5%200%200%201%209%204.5V2H6a1%201%200%200%200-1%201v6.467a2.5%202.5%200%200%200-.519.514l-.047-.065l-.166-.184A2.5%202.5%200%200%200%204%209.504V3a2%202%200%200%201%202-2zM10%204.5a.5.5%200%200%200%20.5.5h2.293L10%202.207z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/document-csv-16-regular.svg?color=%231a73e8&size=48