file output icon

file-output from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
file-output
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the file output icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="currentColor" d="M12.75 13.982a.75.75 0 0 0-1.5 0zm1-11.483a.75.75 0 0 0-1.5 0zm5.75 7.24a.75.75 0 0 0 0-1.5zm-3.573 11.384a.75.75 0 0 0 .146 1.493L16 21.869zm2.901-.322l-.53-.531zM8.002 21.869l-.073.747zm-2.83-1.068l.53-.531zM4.886 3.487l-.583-.471zm.603-.602L5.02 2.3zm7.348-.771l-.25.707zm.197.081l.324-.676zm1.058.895l-.53.531zm4.736 4.73l-.53.53zM12 13.982h-.75v3.994h1.5v-3.994zM13 2.5h-.75V3h1.5v-.5zm6 6.49v.75h.5v-1.5H19zM13 3h-.75c0 1.39-.002 2.51.117 3.387c.12.899.38 1.656.982 2.257l.53-.53l.53-.531c-.277-.277-.457-.664-.556-1.397c-.101-.754-.103-1.753-.103-3.186zm6 5.99v-.75c-1.435 0-2.437 0-3.192-.102c-.734-.099-1.123-.28-1.4-.555l-.53.53l-.53.531c.603.601 1.36.86 2.26.98c.879.118 1.999.117 3.392.117zm-3 12.88l.073.747c1.366-.135 2.45-.45 3.285-1.285l-.53-.53l-.53-.531c-.47.47-1.137.732-2.371.853zm4-7.887h-.75c0 1.904-.002 3.257-.14 4.283c-.135 1.004-.389 1.582-.811 2.005l.53.53l.53.531c.748-.747 1.08-1.695 1.238-2.866c.155-1.15.153-2.621.153-4.483zM8.002 21.87l.073-.746c-1.235-.121-1.902-.382-2.373-.853l-.53.53l-.53.531c.835.835 1.92 1.15 3.287 1.285zM4 13.982h-.75c0 1.862-.002 3.334.153 4.483c.158 1.171.49 2.119 1.239 2.866l.53-.53l.53-.531c-.423-.422-.677-1-.812-2.005c-.138-1.026-.14-2.379-.14-4.283zm0-4.537h.75c0-1.638.001-2.802.106-3.695c.102-.878.296-1.398.614-1.792l-.584-.47l-.583-.472c-.569.704-.818 1.542-.937 2.56c-.117 1-.116 2.267-.116 3.869zm.886-5.958l.584.471q.219-.27.49-.489l-.47-.584l-.471-.584a4.8 4.8 0 0 0-.716.715zM11.456 2v-.75c-1.605 0-2.873-.001-3.875.116c-1.018.118-1.858.367-2.562.935l.47.584l.47.584c.395-.318.917-.511 1.796-.613c.895-.105 2.06-.106 3.7-.106zm0 0v.75c.758 0 .958.01 1.132.071l.25-.707l.248-.708c-.472-.166-.977-.156-1.63-.156zm1.579.195l.323-.676a3 3 0 0 0-.272-.113l-.249.708l-.25.707q.064.022.124.051zm1.057.895l.53-.53c-.462-.462-.812-.826-1.264-1.041l-.324.676l-.323.677c.166.08.315.214.85.749zm0 0l-.53.531l4.737 4.73l.53-.531l.53-.53l-4.737-4.73zM4 13.982h.75V9.445h-1.5v4.537zM18.828 7.82l-.53.53c.622.621.775.793.857.99l.693-.287l.693-.288c-.223-.537-.648-.942-1.183-1.476zM20 10.644h.75c0-.755.013-1.342-.21-1.879l-.692.288l-.693.287c.082.197.095.427.095 1.304zm0 0h-.75v3.338h1.5v-3.338zm-8 7.332h-.75c0 1.012-.002 1.69-.074 2.193c-.07.477-.187.678-.336.813l.503.556l.504.556c.507-.46.718-1.05.813-1.71c.092-.636.09-1.441.09-2.408zM8.002 21.87l-.073.747c.87.085 1.61.16 2.212.125c.638-.037 1.21-.199 1.706-.647l-.504-.556l-.503-.556c-.162.146-.364.238-.785.262c-.458.026-1.06-.031-1.98-.121z"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M15 16s-2.21-3-3-3s-3 3-3 3"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsFileOutput(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="currentColor" d="M12.75 13.982a.75.75 0 0 0-1.5 0zm1-11.483a.75.75 0 0 0-1.5 0zm5.75 7.24a.75.75 0 0 0 0-1.5zm-3.573 11.384a.75.75 0 0 0 .146 1.493L16 21.869zm2.901-.322l-.53-.531zM8.002 21.869l-.073.747zm-2.83-1.068l.53-.531zM4.886 3.487l-.583-.471zm.603-.602L5.02 2.3zm7.348-.771l-.25.707zm.197.081l.324-.676zm1.058.895l-.53.531zm4.736 4.73l-.53.53zM12 13.982h-.75v3.994h1.5v-3.994zM13 2.5h-.75V3h1.5v-.5zm6 6.49v.75h.5v-1.5H19zM13 3h-.75c0 1.39-.002 2.51.117 3.387c.12.899.38 1.656.982 2.257l.53-.53l.53-.531c-.277-.277-.457-.664-.556-1.397c-.101-.754-.103-1.753-.103-3.186zm6 5.99v-.75c-1.435 0-2.437 0-3.192-.102c-.734-.099-1.123-.28-1.4-.555l-.53.53l-.53.531c.603.601 1.36.86 2.26.98c.879.118 1.999.117 3.392.117zm-3 12.88l.073.747c1.366-.135 2.45-.45 3.285-1.285l-.53-.53l-.53-.531c-.47.47-1.137.732-2.371.853zm4-7.887h-.75c0 1.904-.002 3.257-.14 4.283c-.135 1.004-.389 1.582-.811 2.005l.53.53l.53.531c.748-.747 1.08-1.695 1.238-2.866c.155-1.15.153-2.621.153-4.483zM8.002 21.87l.073-.746c-1.235-.121-1.902-.382-2.373-.853l-.53.53l-.53.531c.835.835 1.92 1.15 3.287 1.285zM4 13.982h-.75c0 1.862-.002 3.334.153 4.483c.158 1.171.49 2.119 1.239 2.866l.53-.53l.53-.531c-.423-.422-.677-1-.812-2.005c-.138-1.026-.14-2.379-.14-4.283zm0-4.537h.75c0-1.638.001-2.802.106-3.695c.102-.878.296-1.398.614-1.792l-.584-.47l-.583-.472c-.569.704-.818 1.542-.937 2.56c-.117 1-.116 2.267-.116 3.869zm.886-5.958l.584.471q.219-.27.49-.489l-.47-.584l-.471-.584a4.8 4.8 0 0 0-.716.715zM11.456 2v-.75c-1.605 0-2.873-.001-3.875.116c-1.018.118-1.858.367-2.562.935l.47.584l.47.584c.395-.318.917-.511 1.796-.613c.895-.105 2.06-.106 3.7-.106zm0 0v.75c.758 0 .958.01 1.132.071l.25-.707l.248-.708c-.472-.166-.977-.156-1.63-.156zm1.579.195l.323-.676a3 3 0 0 0-.272-.113l-.249.708l-.25.707q.064.022.124.051zm1.057.895l.53-.53c-.462-.462-.812-.826-1.264-1.041l-.324.676l-.323.677c.166.08.315.214.85.749zm0 0l-.53.531l4.737 4.73l.53-.531l.53-.53l-4.737-4.73zM4 13.982h.75V9.445h-1.5v4.537zM18.828 7.82l-.53.53c.622.621.775.793.857.99l.693-.287l.693-.288c-.223-.537-.648-.942-1.183-1.476zM20 10.644h.75c0-.755.013-1.342-.21-1.879l-.692.288l-.693.287c.082.197.095.427.095 1.304zm0 0h-.75v3.338h1.5v-3.338zm-8 7.332h-.75c0 1.012-.002 1.69-.074 2.193c-.07.477-.187.678-.336.813l.503.556l.504.556c.507-.46.718-1.05.813-1.71c.092-.636.09-1.441.09-2.408zM8.002 21.87l-.073.747c.87.085 1.61.16 2.212.125c.638-.037 1.21-.199 1.706-.647l-.504-.556l-.503-.556c-.162.146-.364.238-.785.262c-.458.026-1.06-.031-1.98-.121z"/><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M15 16s-2.21-3-3-3s-3 3-3 3"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="currentColor" d="M12.75 13.982a.75.75 0 0 0-1.5 0zm1-11.483a.75.75 0 0 0-1.5 0zm5.75 7.24a.75.75 0 0 0 0-1.5zm-3.573 11.384a.75.75 0 0 0 .146 1.493L16 21.869zm2.901-.322l-.53-.531zM8.002 21.869l-.073.747zm-2.83-1.068l.53-.531zM4.886 3.487l-.583-.471zm.603-.602L5.02 2.3zm7.348-.771l-.25.707zm.197.081l.324-.676zm1.058.895l-.53.531zm4.736 4.73l-.53.53zM12 13.982h-.75v3.994h1.5v-3.994zM13 2.5h-.75V3h1.5v-.5zm6 6.49v.75h.5v-1.5H19zM13 3h-.75c0 1.39-.002 2.51.117 3.387c.12.899.38 1.656.982 2.257l.53-.53l.53-.531c-.277-.277-.457-.664-.556-1.397c-.101-.754-.103-1.753-.103-3.186zm6 5.99v-.75c-1.435 0-2.437 0-3.192-.102c-.734-.099-1.123-.28-1.4-.555l-.53.53l-.53.531c.603.601 1.36.86 2.26.98c.879.118 1.999.117 3.392.117zm-3 12.88l.073.747c1.366-.135 2.45-.45 3.285-1.285l-.53-.53l-.53-.531c-.47.47-1.137.732-2.371.853zm4-7.887h-.75c0 1.904-.002 3.257-.14 4.283c-.135 1.004-.389 1.582-.811 2.005l.53.53l.53.531c.748-.747 1.08-1.695 1.238-2.866c.155-1.15.153-2.621.153-4.483zM8.002 21.87l.073-.746c-1.235-.121-1.902-.382-2.373-.853l-.53.53l-.53.531c.835.835 1.92 1.15 3.287 1.285zM4 13.982h-.75c0 1.862-.002 3.334.153 4.483c.158 1.171.49 2.119 1.239 2.866l.53-.53l.53-.531c-.423-.422-.677-1-.812-2.005c-.138-1.026-.14-2.379-.14-4.283zm0-4.537h.75c0-1.638.001-2.802.106-3.695c.102-.878.296-1.398.614-1.792l-.584-.47l-.583-.472c-.569.704-.818 1.542-.937 2.56c-.117 1-.116 2.267-.116 3.869zm.886-5.958l.584.471q.219-.27.49-.489l-.47-.584l-.471-.584a4.8 4.8 0 0 0-.716.715zM11.456 2v-.75c-1.605 0-2.873-.001-3.875.116c-1.018.118-1.858.367-2.562.935l.47.584l.47.584c.395-.318.917-.511 1.796-.613c.895-.105 2.06-.106 3.7-.106zm0 0v.75c.758 0 .958.01 1.132.071l.25-.707l.248-.708c-.472-.166-.977-.156-1.63-.156zm1.579.195l.323-.676a3 3 0 0 0-.272-.113l-.249.708l-.25.707q.064.022.124.051zm1.057.895l.53-.53c-.462-.462-.812-.826-1.264-1.041l-.324.676l-.323.677c.166.08.315.214.85.749zm0 0l-.53.531l4.737 4.73l.53-.531l.53-.53l-4.737-4.73zM4 13.982h.75V9.445h-1.5v4.537zM18.828 7.82l-.53.53c.622.621.775.793.857.99l.693-.287l.693-.288c-.223-.537-.648-.942-1.183-1.476zM20 10.644h.75c0-.755.013-1.342-.21-1.879l-.692.288l-.693.287c.082.197.095.427.095 1.304zm0 0h-.75v3.338h1.5v-3.338zm-8 7.332h-.75c0 1.012-.002 1.69-.074 2.193c-.07.477-.187.678-.336.813l.503.556l.504.556c.507-.46.718-1.05.813-1.71c.092-.636.09-1.441.09-2.408zM8.002 21.87l-.073.747c.87.085 1.61.16 2.212.125c.638-.037 1.21-.199 1.706-.647l-.504-.556l-.503-.556c-.162.146-.364.238-.785.262c-.458.026-1.06-.031-1.98-.121z"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M15 16s-2.21-3-3-3s-3 3-3 3"/></g></svg>
</template>

CSS

.icon-file-output {
  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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.75%2013.982a.75.75%200%200%200-1.5%200zm1-11.483a.75.75%200%200%200-1.5%200zm5.75%207.24a.75.75%200%200%200%200-1.5zm-3.573%2011.384a.75.75%200%200%200%20.146%201.493L16%2021.869zm2.901-.322l-.53-.531zM8.002%2021.869l-.073.747zm-2.83-1.068l.53-.531zM4.886%203.487l-.583-.471zm.603-.602L5.02%202.3zm7.348-.771l-.25.707zm.197.081l.324-.676zm1.058.895l-.53.531zm4.736%204.73l-.53.53zM12%2013.982h-.75v3.994h1.5v-3.994zM13%202.5h-.75V3h1.5v-.5zm6%206.49v.75h.5v-1.5H19zM13%203h-.75c0%201.39-.002%202.51.117%203.387c.12.899.38%201.656.982%202.257l.53-.53l.53-.531c-.277-.277-.457-.664-.556-1.397c-.101-.754-.103-1.753-.103-3.186zm6%205.99v-.75c-1.435%200-2.437%200-3.192-.102c-.734-.099-1.123-.28-1.4-.555l-.53.53l-.53.531c.603.601%201.36.86%202.26.98c.879.118%201.999.117%203.392.117zm-3%2012.88l.073.747c1.366-.135%202.45-.45%203.285-1.285l-.53-.53l-.53-.531c-.47.47-1.137.732-2.371.853zm4-7.887h-.75c0%201.904-.002%203.257-.14%204.283c-.135%201.004-.389%201.582-.811%202.005l.53.53l.53.531c.748-.747%201.08-1.695%201.238-2.866c.155-1.15.153-2.621.153-4.483zM8.002%2021.87l.073-.746c-1.235-.121-1.902-.382-2.373-.853l-.53.53l-.53.531c.835.835%201.92%201.15%203.287%201.285zM4%2013.982h-.75c0%201.862-.002%203.334.153%204.483c.158%201.171.49%202.119%201.239%202.866l.53-.53l.53-.531c-.423-.422-.677-1-.812-2.005c-.138-1.026-.14-2.379-.14-4.283zm0-4.537h.75c0-1.638.001-2.802.106-3.695c.102-.878.296-1.398.614-1.792l-.584-.47l-.583-.472c-.569.704-.818%201.542-.937%202.56c-.117%201-.116%202.267-.116%203.869zm.886-5.958l.584.471q.219-.27.49-.489l-.47-.584l-.471-.584a4.8%204.8%200%200%200-.716.715zM11.456%202v-.75c-1.605%200-2.873-.001-3.875.116c-1.018.118-1.858.367-2.562.935l.47.584l.47.584c.395-.318.917-.511%201.796-.613c.895-.105%202.06-.106%203.7-.106zm0%200v.75c.758%200%20.958.01%201.132.071l.25-.707l.248-.708c-.472-.166-.977-.156-1.63-.156zm1.579.195l.323-.676a3%203%200%200%200-.272-.113l-.249.708l-.25.707q.064.022.124.051zm1.057.895l.53-.53c-.462-.462-.812-.826-1.264-1.041l-.324.676l-.323.677c.166.08.315.214.85.749zm0%200l-.53.531l4.737%204.73l.53-.531l.53-.53l-4.737-4.73zM4%2013.982h.75V9.445h-1.5v4.537zM18.828%207.82l-.53.53c.622.621.775.793.857.99l.693-.287l.693-.288c-.223-.537-.648-.942-1.183-1.476zM20%2010.644h.75c0-.755.013-1.342-.21-1.879l-.692.288l-.693.287c.082.197.095.427.095%201.304zm0%200h-.75v3.338h1.5v-3.338zm-8%207.332h-.75c0%201.012-.002%201.69-.074%202.193c-.07.477-.187.678-.336.813l.503.556l.504.556c.507-.46.718-1.05.813-1.71c.092-.636.09-1.441.09-2.408zM8.002%2021.87l-.073.747c.87.085%201.61.16%202.212.125c.638-.037%201.21-.199%201.706-.647l-.504-.556l-.503-.556c-.162.146-.364.238-.785.262c-.458.026-1.06-.031-1.98-.121z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M15%2016s-2.21-3-3-3s-3%203-3%203%22%2F%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.75%2013.982a.75.75%200%200%200-1.5%200zm1-11.483a.75.75%200%200%200-1.5%200zm5.75%207.24a.75.75%200%200%200%200-1.5zm-3.573%2011.384a.75.75%200%200%200%20.146%201.493L16%2021.869zm2.901-.322l-.53-.531zM8.002%2021.869l-.073.747zm-2.83-1.068l.53-.531zM4.886%203.487l-.583-.471zm.603-.602L5.02%202.3zm7.348-.771l-.25.707zm.197.081l.324-.676zm1.058.895l-.53.531zm4.736%204.73l-.53.53zM12%2013.982h-.75v3.994h1.5v-3.994zM13%202.5h-.75V3h1.5v-.5zm6%206.49v.75h.5v-1.5H19zM13%203h-.75c0%201.39-.002%202.51.117%203.387c.12.899.38%201.656.982%202.257l.53-.53l.53-.531c-.277-.277-.457-.664-.556-1.397c-.101-.754-.103-1.753-.103-3.186zm6%205.99v-.75c-1.435%200-2.437%200-3.192-.102c-.734-.099-1.123-.28-1.4-.555l-.53.53l-.53.531c.603.601%201.36.86%202.26.98c.879.118%201.999.117%203.392.117zm-3%2012.88l.073.747c1.366-.135%202.45-.45%203.285-1.285l-.53-.53l-.53-.531c-.47.47-1.137.732-2.371.853zm4-7.887h-.75c0%201.904-.002%203.257-.14%204.283c-.135%201.004-.389%201.582-.811%202.005l.53.53l.53.531c.748-.747%201.08-1.695%201.238-2.866c.155-1.15.153-2.621.153-4.483zM8.002%2021.87l.073-.746c-1.235-.121-1.902-.382-2.373-.853l-.53.53l-.53.531c.835.835%201.92%201.15%203.287%201.285zM4%2013.982h-.75c0%201.862-.002%203.334.153%204.483c.158%201.171.49%202.119%201.239%202.866l.53-.53l.53-.531c-.423-.422-.677-1-.812-2.005c-.138-1.026-.14-2.379-.14-4.283zm0-4.537h.75c0-1.638.001-2.802.106-3.695c.102-.878.296-1.398.614-1.792l-.584-.47l-.583-.472c-.569.704-.818%201.542-.937%202.56c-.117%201-.116%202.267-.116%203.869zm.886-5.958l.584.471q.219-.27.49-.489l-.47-.584l-.471-.584a4.8%204.8%200%200%200-.716.715zM11.456%202v-.75c-1.605%200-2.873-.001-3.875.116c-1.018.118-1.858.367-2.562.935l.47.584l.47.584c.395-.318.917-.511%201.796-.613c.895-.105%202.06-.106%203.7-.106zm0%200v.75c.758%200%20.958.01%201.132.071l.25-.707l.248-.708c-.472-.166-.977-.156-1.63-.156zm1.579.195l.323-.676a3%203%200%200%200-.272-.113l-.249.708l-.25.707q.064.022.124.051zm1.057.895l.53-.53c-.462-.462-.812-.826-1.264-1.041l-.324.676l-.323.677c.166.08.315.214.85.749zm0%200l-.53.531l4.737%204.73l.53-.531l.53-.53l-4.737-4.73zM4%2013.982h.75V9.445h-1.5v4.537zM18.828%207.82l-.53.53c.622.621.775.793.857.99l.693-.287l.693-.288c-.223-.537-.648-.942-1.183-1.476zM20%2010.644h.75c0-.755.013-1.342-.21-1.879l-.692.288l-.693.287c.082.197.095.427.095%201.304zm0%200h-.75v3.338h1.5v-3.338zm-8%207.332h-.75c0%201.012-.002%201.69-.074%202.193c-.07.477-.187.678-.336.813l.503.556l.504.556c.507-.46.718-1.05.813-1.71c.092-.636.09-1.441.09-2.408zM8.002%2021.87l-.073.747c.87.085%201.61.16%202.212.125c.638-.037%201.21-.199%201.706-.647l-.504-.556l-.503-.556c-.162.146-.364.238-.785.262c-.458.026-1.06-.031-1.98-.121z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M15%2016s-2.21-3-3-3s-3%203-3%203%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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