file yaml icon
file-yaml-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.
- Name
- file-yaml-filled
- Set
- TDesign Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in TDesign Icons
Related icons in TDesign Icons
Use the file yaml icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.5 16h-1v-1h1z"/><path fill="currentColor" d="M21 6.586V11h3v12H0V11h3V1h12.414zM1 15.002c0 .227.062.459.192.663L2.5 17.72V21h2v-3.28l1.308-2.055c.097-.153.157-.322.18-.493l.012-.17V13H4v1.78l-.5.785l-.5-.786V13H1zM7.875 13c-.88 0-1.375.77-1.375 1.429V21h2v-3h1v3h2v-6.571c0-.66-.494-1.429-1.375-1.429zm4.196 8h2v-6h.5v6h2v-6h.5v6h2v-6.571c0-.61-.444-1.429-1.356-1.429H12.07zm7.429-1.429c0 .79.64 1.429 1.429 1.429H22.5v-2h-1v-6h-2zM14.5 7.5H19L14.5 3z"/></svg>
React
import type { SVGProps } from "react";
export function TdesignFileYamlFilled(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="M9.5 16h-1v-1h1z"/><path fill="currentColor" d="M21 6.586V11h3v12H0V11h3V1h12.414zM1 15.002c0 .227.062.459.192.663L2.5 17.72V21h2v-3.28l1.308-2.055c.097-.153.157-.322.18-.493l.012-.17V13H4v1.78l-.5.785l-.5-.786V13H1zM7.875 13c-.88 0-1.375.77-1.375 1.429V21h2v-3h1v3h2v-6.571c0-.66-.494-1.429-1.375-1.429zm4.196 8h2v-6h.5v6h2v-6h.5v6h2v-6.571c0-.61-.444-1.429-1.356-1.429H12.07zm7.429-1.429c0 .79.64 1.429 1.429 1.429H22.5v-2h-1v-6h-2zM14.5 7.5H19L14.5 3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.5 16h-1v-1h1z"/><path fill="currentColor" d="M21 6.586V11h3v12H0V11h3V1h12.414zM1 15.002c0 .227.062.459.192.663L2.5 17.72V21h2v-3.28l1.308-2.055c.097-.153.157-.322.18-.493l.012-.17V13H4v1.78l-.5.785l-.5-.786V13H1zM7.875 13c-.88 0-1.375.77-1.375 1.429V21h2v-3h1v3h2v-6.571c0-.66-.494-1.429-1.375-1.429zm4.196 8h2v-6h.5v6h2v-6h.5v6h2v-6.571c0-.61-.444-1.429-1.356-1.429H12.07zm7.429-1.429c0 .79.64 1.429 1.429 1.429H22.5v-2h-1v-6h-2zM14.5 7.5H19L14.5 3z"/></svg> </template>
CSS
.icon-file-yaml-filled {
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%22M9.5%2016h-1v-1h1z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%206.586V11h3v12H0V11h3V1h12.414zM1%2015.002c0%20.227.062.459.192.663L2.5%2017.72V21h2v-3.28l1.308-2.055c.097-.153.157-.322.18-.493l.012-.17V13H4v1.78l-.5.785l-.5-.786V13H1zM7.875%2013c-.88%200-1.375.77-1.375%201.429V21h2v-3h1v3h2v-6.571c0-.66-.494-1.429-1.375-1.429zm4.196%208h2v-6h.5v6h2v-6h.5v6h2v-6.571c0-.61-.444-1.429-1.356-1.429H12.07zm7.429-1.429c0%20.79.64%201.429%201.429%201.429H22.5v-2h-1v-6h-2zM14.5%207.5H19L14.5%203z%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%22M9.5%2016h-1v-1h1z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%206.586V11h3v12H0V11h3V1h12.414zM1%2015.002c0%20.227.062.459.192.663L2.5%2017.72V21h2v-3.28l1.308-2.055c.097-.153.157-.322.18-.493l.012-.17V13H4v1.78l-.5.785l-.5-.786V13H1zM7.875%2013c-.88%200-1.375.77-1.375%201.429V21h2v-3h1v3h2v-6.571c0-.66-.494-1.429-1.375-1.429zm4.196%208h2v-6h.5v6h2v-6h.5v6h2v-6.571c0-.61-.444-1.429-1.356-1.429H12.07zm7.429-1.429c0%20.79.64%201.429%201.429%201.429H22.5v-2h-1v-6h-2zM14.5%207.5H19L14.5%203z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/file-yaml-filled.svg?color=%231a73e8&size=48