folder-code-rounded from Material Symbols Light by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.

Name
folder-code-rounded
Set
Material Symbols Light
Style
Rounded
Category
Text
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

Use the folder code icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.685 21.039q-.147.155-.348.145q-.2-.009-.346-.155l-1.964-1.964q-.242-.242-.242-.565t.242-.565l1.964-1.964q.146-.146.347-.146t.347.146t.146.35t-.146.358L13.863 18.5l1.822 1.821q.146.153.146.357t-.146.36m3.092-.01q-.146-.145-.146-.35t.146-.357l1.821-1.821l-1.821-1.821q-.146-.153-.146-.357t.146-.36t.347-.146t.347.155l1.963 1.963q.243.243.243.566t-.243.566l-1.963 1.963q-.146.146-.347.146t-.347-.146M4.616 19q-.667 0-1.141-.475T3 17.386V6.615q0-.666.475-1.14T4.615 5h4.307q.332 0 .634.13q.302.132.519.349L11.596 7h7.789q.666 0 1.14.475T21 8.615v3.712q0 .343-.232.576q-.233.232-.576.232h-4.75q-2.211 0-3.788 1.47q-1.577 1.472-1.577 3.626q0 .31-.23.54q-.23.229-.54.229z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFolderCodeRounded(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="M15.685 21.039q-.147.155-.348.145q-.2-.009-.346-.155l-1.964-1.964q-.242-.242-.242-.565t.242-.565l1.964-1.964q.146-.146.347-.146t.347.146t.146.35t-.146.358L13.863 18.5l1.822 1.821q.146.153.146.357t-.146.36m3.092-.01q-.146-.145-.146-.35t.146-.357l1.821-1.821l-1.821-1.821q-.146-.153-.146-.357t.146-.36t.347-.146t.347.155l1.963 1.963q.243.243.243.566t-.243.566l-1.963 1.963q-.146.146-.347.146t-.347-.146M4.616 19q-.667 0-1.141-.475T3 17.386V6.615q0-.666.475-1.14T4.615 5h4.307q.332 0 .634.13q.302.132.519.349L11.596 7h7.789q.666 0 1.14.475T21 8.615v3.712q0 .343-.232.576q-.233.232-.576.232h-4.75q-2.211 0-3.788 1.47q-1.577 1.472-1.577 3.626q0 .31-.23.54q-.23.229-.54.229z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.685 21.039q-.147.155-.348.145q-.2-.009-.346-.155l-1.964-1.964q-.242-.242-.242-.565t.242-.565l1.964-1.964q.146-.146.347-.146t.347.146t.146.35t-.146.358L13.863 18.5l1.822 1.821q.146.153.146.357t-.146.36m3.092-.01q-.146-.145-.146-.35t.146-.357l1.821-1.821l-1.821-1.821q-.146-.153-.146-.357t.146-.36t.347-.146t.347.155l1.963 1.963q.243.243.243.566t-.243.566l-1.963 1.963q-.146.146-.347.146t-.347-.146M4.616 19q-.667 0-1.141-.475T3 17.386V6.615q0-.666.475-1.14T4.615 5h4.307q.332 0 .634.13q.302.132.519.349L11.596 7h7.789q.666 0 1.14.475T21 8.615v3.712q0 .343-.232.576q-.233.232-.576.232h-4.75q-2.211 0-3.788 1.47q-1.577 1.472-1.577 3.626q0 .31-.23.54q-.23.229-.54.229z"/></svg>
</template>

CSS

.icon-folder-code-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%22M15.685%2021.039q-.147.155-.348.145q-.2-.009-.346-.155l-1.964-1.964q-.242-.242-.242-.565t.242-.565l1.964-1.964q.146-.146.347-.146t.347.146t.146.35t-.146.358L13.863%2018.5l1.822%201.821q.146.153.146.357t-.146.36m3.092-.01q-.146-.145-.146-.35t.146-.357l1.821-1.821l-1.821-1.821q-.146-.153-.146-.357t.146-.36t.347-.146t.347.155l1.963%201.963q.243.243.243.566t-.243.566l-1.963%201.963q-.146.146-.347.146t-.347-.146M4.616%2019q-.667%200-1.141-.475T3%2017.386V6.615q0-.666.475-1.14T4.615%205h4.307q.332%200%20.634.13q.302.132.519.349L11.596%207h7.789q.666%200%201.14.475T21%208.615v3.712q0%20.343-.232.576q-.233.232-.576.232h-4.75q-2.211%200-3.788%201.47q-1.577%201.472-1.577%203.626q0%20.31-.23.54q-.23.229-.54.229z%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%22M15.685%2021.039q-.147.155-.348.145q-.2-.009-.346-.155l-1.964-1.964q-.242-.242-.242-.565t.242-.565l1.964-1.964q.146-.146.347-.146t.347.146t.146.35t-.146.358L13.863%2018.5l1.822%201.821q.146.153.146.357t-.146.36m3.092-.01q-.146-.145-.146-.35t.146-.357l1.821-1.821l-1.821-1.821q-.146-.153-.146-.357t.146-.36t.347-.146t.347.155l1.963%201.963q.243.243.243.566t-.243.566l-1.963%201.963q-.146.146-.347.146t-.347-.146M4.616%2019q-.667%200-1.141-.475T3%2017.386V6.615q0-.666.475-1.14T4.615%205h4.307q.332%200%20.634.13q.302.132.519.349L11.596%207h7.789q.666%200%201.14.475T21%208.615v3.712q0%20.343-.232.576q-.233.232-.576.232h-4.75q-2.211%200-3.788%201.47q-1.577%201.472-1.577%203.626q0%20.31-.23.54q-.23.229-.54.229z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/folder-code-rounded.svg?color=%231a73e8&size=48