code download icon

code-download-outline from Eva Icons by Akveo · Outline · MIT Free for personal and commercial use.

Name
code-download-outline
Set
Eva Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in Eva Icons

The same icon in other sets

Use the code download icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m4.29 12l4.48-5.36a1 1 0 1 0-1.54-1.28l-5 6a1 1 0 0 0 0 1.27l4.83 6a1 1 0 0 0 .78.37a1 1 0 0 0 .78-1.63Zm17.49-.63l-4.78-6a1 1 0 0 0-1.56 1.26L19.71 12l-4.48 5.37a1 1 0 0 0 .13 1.41A1 1 0 0 0 16 19a1 1 0 0 0 .77-.36l5-6a1 1 0 0 0 .01-1.27"/><path fill="currentColor" d="M15.72 11.41a1 1 0 0 0-1.41 0L13 12.64V8a1 1 0 0 0-2 0v4.59l-1.29-1.3a1 1 0 0 0-1.42 1.42l3 3A1 1 0 0 0 12 16a1 1 0 0 0 .69-.28l3-2.9a1 1 0 0 0 .03-1.41"/></svg>

React

import type { SVGProps } from "react";

export function EvaCodeDownloadOutline(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="m4.29 12l4.48-5.36a1 1 0 1 0-1.54-1.28l-5 6a1 1 0 0 0 0 1.27l4.83 6a1 1 0 0 0 .78.37a1 1 0 0 0 .78-1.63Zm17.49-.63l-4.78-6a1 1 0 0 0-1.56 1.26L19.71 12l-4.48 5.37a1 1 0 0 0 .13 1.41A1 1 0 0 0 16 19a1 1 0 0 0 .77-.36l5-6a1 1 0 0 0 .01-1.27"/><path fill="currentColor" d="M15.72 11.41a1 1 0 0 0-1.41 0L13 12.64V8a1 1 0 0 0-2 0v4.59l-1.29-1.3a1 1 0 0 0-1.42 1.42l3 3A1 1 0 0 0 12 16a1 1 0 0 0 .69-.28l3-2.9a1 1 0 0 0 .03-1.41"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m4.29 12l4.48-5.36a1 1 0 1 0-1.54-1.28l-5 6a1 1 0 0 0 0 1.27l4.83 6a1 1 0 0 0 .78.37a1 1 0 0 0 .78-1.63Zm17.49-.63l-4.78-6a1 1 0 0 0-1.56 1.26L19.71 12l-4.48 5.37a1 1 0 0 0 .13 1.41A1 1 0 0 0 16 19a1 1 0 0 0 .77-.36l5-6a1 1 0 0 0 .01-1.27"/><path fill="currentColor" d="M15.72 11.41a1 1 0 0 0-1.41 0L13 12.64V8a1 1 0 0 0-2 0v4.59l-1.29-1.3a1 1 0 0 0-1.42 1.42l3 3A1 1 0 0 0 12 16a1 1 0 0 0 .69-.28l3-2.9a1 1 0 0 0 .03-1.41"/></svg>
</template>

CSS

.icon-code-download-outline {
  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%22m4.29%2012l4.48-5.36a1%201%200%201%200-1.54-1.28l-5%206a1%201%200%200%200%200%201.27l4.83%206a1%201%200%200%200%20.78.37a1%201%200%200%200%20.78-1.63Zm17.49-.63l-4.78-6a1%201%200%200%200-1.56%201.26L19.71%2012l-4.48%205.37a1%201%200%200%200%20.13%201.41A1%201%200%200%200%2016%2019a1%201%200%200%200%20.77-.36l5-6a1%201%200%200%200%20.01-1.27%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.72%2011.41a1%201%200%200%200-1.41%200L13%2012.64V8a1%201%200%200%200-2%200v4.59l-1.29-1.3a1%201%200%200%200-1.42%201.42l3%203A1%201%200%200%200%2012%2016a1%201%200%200%200%20.69-.28l3-2.9a1%201%200%200%200%20.03-1.41%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%22m4.29%2012l4.48-5.36a1%201%200%201%200-1.54-1.28l-5%206a1%201%200%200%200%200%201.27l4.83%206a1%201%200%200%200%20.78.37a1%201%200%200%200%20.78-1.63Zm17.49-.63l-4.78-6a1%201%200%200%200-1.56%201.26L19.71%2012l-4.48%205.37a1%201%200%200%200%20.13%201.41A1%201%200%200%200%2016%2019a1%201%200%200%200%20.77-.36l5-6a1%201%200%200%200%20.01-1.27%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.72%2011.41a1%201%200%200%200-1.41%200L13%2012.64V8a1%201%200%200%200-2%200v4.59l-1.29-1.3a1%201%200%200%200-1.42%201.42l3%203A1%201%200%200%200%2012%2016a1%201%200%200%200%20.69-.28l3-2.9a1%201%200%200%200%20.03-1.41%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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