document-text-48 from Fluent UI System Color Icons by Microsoft Corporation · 48 · MIT Free for personal and commercial use.

Name
document-text-48
Set
Fluent UI System Color Icons
Style
48
Viewbox
48×48
License
MIT

5 other variants in Fluent UI System Color Icons

The same icon in other sets

Related icons in Fluent UI System Color Icons

Use the document text icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="url(#SVGEun4xcUP)" d="M11 43h26a3 3 0 0 0 3-3V18l-10-4l-4-10H11a3 3 0 0 0-3 3v33a3 3 0 0 0 3 3"/><path fill="url(#SVGcM4dxcaR)" fill-opacity=".5" d="M11 43h26a3 3 0 0 0 3-3V18l-10-4l-4-10H11a3 3 0 0 0-3 3v33a3 3 0 0 0 3 3"/><path fill="url(#SVGs75ELblf)" d="M26 15V4l14 14H29a3 3 0 0 1-3-3"/><path fill="url(#SVGdS9JudtG)" fill-opacity=".9" d="M16.25 23a1.25 1.25 0 1 0 0 2.5h15.5a1.25 1.25 0 1 0 0-2.5zM15 30.25c0-.69.56-1.25 1.25-1.25h15.5a1.25 1.25 0 1 1 0 2.5h-15.5c-.69 0-1.25-.56-1.25-1.25M16.25 35a1.25 1.25 0 1 0 0 2.5h15.5a1.25 1.25 0 1 0 0-2.5z"/><defs><linearGradient id="SVGEun4xcUP" x1="30.4" x2="33.484" y1="4" y2="36.911" gradientUnits="userSpaceOnUse"><stop stop-color="#6ce0ff"/><stop offset="1" stop-color="#4894fe"/></linearGradient><linearGradient id="SVGs75ELblf" x1="32.977" x2="29.477" y1="9.833" y2="15.667" gradientUnits="userSpaceOnUse"><stop stop-color="#9ff0f9"/><stop offset="1" stop-color="#b3e0ff"/></linearGradient><linearGradient id="SVGdS9JudtG" x1="33" x2="17.47" y1="43.3" y2="15.805" gradientUnits="userSpaceOnUse"><stop stop-color="#9deaff"/><stop offset="1" stop-color="#fff"/></linearGradient><radialGradient id="SVGcM4dxcaR" cx="0" cy="0" r="1" gradientTransform="rotate(134.348 19.568 11.308)scale(24.7968 14.6539)" gradientUnits="userSpaceOnUse"><stop offset=".362" stop-color="#4a43cb"/><stop offset="1" stop-color="#4a43cb" stop-opacity="0"/></radialGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentColorDocumentText48(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="url(#SVGEun4xcUP)" d="M11 43h26a3 3 0 0 0 3-3V18l-10-4l-4-10H11a3 3 0 0 0-3 3v33a3 3 0 0 0 3 3"/><path fill="url(#SVGcM4dxcaR)" fillOpacity=".5" d="M11 43h26a3 3 0 0 0 3-3V18l-10-4l-4-10H11a3 3 0 0 0-3 3v33a3 3 0 0 0 3 3"/><path fill="url(#SVGs75ELblf)" d="M26 15V4l14 14H29a3 3 0 0 1-3-3"/><path fill="url(#SVGdS9JudtG)" fillOpacity=".9" d="M16.25 23a1.25 1.25 0 1 0 0 2.5h15.5a1.25 1.25 0 1 0 0-2.5zM15 30.25c0-.69.56-1.25 1.25-1.25h15.5a1.25 1.25 0 1 1 0 2.5h-15.5c-.69 0-1.25-.56-1.25-1.25M16.25 35a1.25 1.25 0 1 0 0 2.5h15.5a1.25 1.25 0 1 0 0-2.5z"/><defs><linearGradient id="SVGEun4xcUP" x1="30.4" x2="33.484" y1="4" y2="36.911" gradientUnits="userSpaceOnUse"><stop stopColor="#6ce0ff"/><stop offset="1" stopColor="#4894fe"/></linearGradient><linearGradient id="SVGs75ELblf" x1="32.977" x2="29.477" y1="9.833" y2="15.667" gradientUnits="userSpaceOnUse"><stop stopColor="#9ff0f9"/><stop offset="1" stopColor="#b3e0ff"/></linearGradient><linearGradient id="SVGdS9JudtG" x1="33" x2="17.47" y1="43.3" y2="15.805" gradientUnits="userSpaceOnUse"><stop stopColor="#9deaff"/><stop offset="1" stopColor="#fff"/></linearGradient><radialGradient id="SVGcM4dxcaR" cx="0" cy="0" r="1" gradientTransform="rotate(134.348 19.568 11.308)scale(24.7968 14.6539)" gradientUnits="userSpaceOnUse"><stop offset=".362" stopColor="#4a43cb"/><stop offset="1" stopColor="#4a43cb" stopOpacity="0"/></radialGradient></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="url(#SVGEun4xcUP)" d="M11 43h26a3 3 0 0 0 3-3V18l-10-4l-4-10H11a3 3 0 0 0-3 3v33a3 3 0 0 0 3 3"/><path fill="url(#SVGcM4dxcaR)" fill-opacity=".5" d="M11 43h26a3 3 0 0 0 3-3V18l-10-4l-4-10H11a3 3 0 0 0-3 3v33a3 3 0 0 0 3 3"/><path fill="url(#SVGs75ELblf)" d="M26 15V4l14 14H29a3 3 0 0 1-3-3"/><path fill="url(#SVGdS9JudtG)" fill-opacity=".9" d="M16.25 23a1.25 1.25 0 1 0 0 2.5h15.5a1.25 1.25 0 1 0 0-2.5zM15 30.25c0-.69.56-1.25 1.25-1.25h15.5a1.25 1.25 0 1 1 0 2.5h-15.5c-.69 0-1.25-.56-1.25-1.25M16.25 35a1.25 1.25 0 1 0 0 2.5h15.5a1.25 1.25 0 1 0 0-2.5z"/><defs><linearGradient id="SVGEun4xcUP" x1="30.4" x2="33.484" y1="4" y2="36.911" gradientUnits="userSpaceOnUse"><stop stop-color="#6ce0ff"/><stop offset="1" stop-color="#4894fe"/></linearGradient><linearGradient id="SVGs75ELblf" x1="32.977" x2="29.477" y1="9.833" y2="15.667" gradientUnits="userSpaceOnUse"><stop stop-color="#9ff0f9"/><stop offset="1" stop-color="#b3e0ff"/></linearGradient><linearGradient id="SVGdS9JudtG" x1="33" x2="17.47" y1="43.3" y2="15.805" gradientUnits="userSpaceOnUse"><stop stop-color="#9deaff"/><stop offset="1" stop-color="#fff"/></linearGradient><radialGradient id="SVGcM4dxcaR" cx="0" cy="0" r="1" gradientTransform="rotate(134.348 19.568 11.308)scale(24.7968 14.6539)" gradientUnits="userSpaceOnUse"><stop offset=".362" stop-color="#4a43cb"/><stop offset="1" stop-color="#4a43cb" stop-opacity="0"/></radialGradient></defs></g></svg>
</template>

CSS

.icon-document-text-48 {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGEun4xcUP)%22%20d%3D%22M11%2043h26a3%203%200%200%200%203-3V18l-10-4l-4-10H11a3%203%200%200%200-3%203v33a3%203%200%200%200%203%203%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGcM4dxcaR)%22%20fill-opacity%3D%22.5%22%20d%3D%22M11%2043h26a3%203%200%200%200%203-3V18l-10-4l-4-10H11a3%203%200%200%200-3%203v33a3%203%200%200%200%203%203%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGs75ELblf)%22%20d%3D%22M26%2015V4l14%2014H29a3%203%200%200%201-3-3%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGdS9JudtG)%22%20fill-opacity%3D%22.9%22%20d%3D%22M16.25%2023a1.25%201.25%200%201%200%200%202.5h15.5a1.25%201.25%200%201%200%200-2.5zM15%2030.25c0-.69.56-1.25%201.25-1.25h15.5a1.25%201.25%200%201%201%200%202.5h-15.5c-.69%200-1.25-.56-1.25-1.25M16.25%2035a1.25%201.25%200%201%200%200%202.5h15.5a1.25%201.25%200%201%200%200-2.5z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGEun4xcUP%22%20x1%3D%2230.4%22%20x2%3D%2233.484%22%20y1%3D%224%22%20y2%3D%2236.911%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%236ce0ff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%234894fe%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGs75ELblf%22%20x1%3D%2232.977%22%20x2%3D%2229.477%22%20y1%3D%229.833%22%20y2%3D%2215.667%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%239ff0f9%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b3e0ff%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGdS9JudtG%22%20x1%3D%2233%22%20x2%3D%2217.47%22%20y1%3D%2243.3%22%20y2%3D%2215.805%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%239deaff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fff%22%2F%3E%3C%2FlinearGradient%3E%3CradialGradient%20id%3D%22SVGcM4dxcaR%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(134.348%2019.568%2011.308)scale(24.7968%2014.6539)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.362%22%20stop-color%3D%22%234a43cb%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%234a43cb%22%20stop-opacity%3D%220%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGEun4xcUP)%22%20d%3D%22M11%2043h26a3%203%200%200%200%203-3V18l-10-4l-4-10H11a3%203%200%200%200-3%203v33a3%203%200%200%200%203%203%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGcM4dxcaR)%22%20fill-opacity%3D%22.5%22%20d%3D%22M11%2043h26a3%203%200%200%200%203-3V18l-10-4l-4-10H11a3%203%200%200%200-3%203v33a3%203%200%200%200%203%203%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGs75ELblf)%22%20d%3D%22M26%2015V4l14%2014H29a3%203%200%200%201-3-3%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGdS9JudtG)%22%20fill-opacity%3D%22.9%22%20d%3D%22M16.25%2023a1.25%201.25%200%201%200%200%202.5h15.5a1.25%201.25%200%201%200%200-2.5zM15%2030.25c0-.69.56-1.25%201.25-1.25h15.5a1.25%201.25%200%201%201%200%202.5h-15.5c-.69%200-1.25-.56-1.25-1.25M16.25%2035a1.25%201.25%200%201%200%200%202.5h15.5a1.25%201.25%200%201%200%200-2.5z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGEun4xcUP%22%20x1%3D%2230.4%22%20x2%3D%2233.484%22%20y1%3D%224%22%20y2%3D%2236.911%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%236ce0ff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%234894fe%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGs75ELblf%22%20x1%3D%2232.977%22%20x2%3D%2229.477%22%20y1%3D%229.833%22%20y2%3D%2215.667%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%239ff0f9%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b3e0ff%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGdS9JudtG%22%20x1%3D%2233%22%20x2%3D%2217.47%22%20y1%3D%2243.3%22%20y2%3D%2215.805%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%239deaff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fff%22%2F%3E%3C%2FlinearGradient%3E%3CradialGradient%20id%3D%22SVGcM4dxcaR%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(134.348%2019.568%2011.308)scale(24.7968%2014.6539)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.362%22%20stop-color%3D%22%234a43cb%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%234a43cb%22%20stop-opacity%3D%220%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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