file type light dhall logo
file-type-light-dhall from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-light-dhall
- Set
- VSCode Icons
- Style
- Color
- Viewbox
- 32×32
- License
- MIT
Related icons in VSCode Icons
file-type-accessfile-type-access2file-type-actionscriptfile-type-actionscript2file-type-adafile-type-advplfile-type-affinityfile-type-affinitydesignerfile-type-affinityphotofile-type-affinitypublisherfile-type-agdafile-type-agentsfile-type-aifile-type-ai2file-type-aikidofile-type-alfile-type-al-dalfile-type-alchemyfile-type-allcontributorsfile-type-alloyfile-type-allurefile-type-angularfile-type-ansiblefile-type-antlers-html
Use the file type light dhall logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#484848" fill-rule="evenodd" d="M15.91 2a14 14 0 1 1-14 14a14 14 0 0 1 14-14m-2.69 20.3a1.5 1.5 0 1 1-1.06 1.83a1.5 1.5 0 0 1 1.06-1.83m8.07-15.73a.55.55 0 0 1 .38.66a.53.53 0 0 1-.66.38l-.5-.13a44 44 0 0 0-.37 7.09c-2.13 1.84-5.81 7.36-5.81 7.36l1.93-7.21a1 1 0 0 0 .9-.65a.9.9 0 1 0-1.75-.46a1 1 0 0 0 .45 1l-1.93 7.21a68 68 0 0 0-1.35-9.27a34.4 34.4 0 0 0 3.23-6.33l-.5-.14a.52.52 0 0 1-.38-.65a.54.54 0 0 1 .66-.43l5.7 1.53Z"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeLightDhall(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#484848" fillRule="evenodd" d="M15.91 2a14 14 0 1 1-14 14a14 14 0 0 1 14-14m-2.69 20.3a1.5 1.5 0 1 1-1.06 1.83a1.5 1.5 0 0 1 1.06-1.83m8.07-15.73a.55.55 0 0 1 .38.66a.53.53 0 0 1-.66.38l-.5-.13a44 44 0 0 0-.37 7.09c-2.13 1.84-5.81 7.36-5.81 7.36l1.93-7.21a1 1 0 0 0 .9-.65a.9.9 0 1 0-1.75-.46a1 1 0 0 0 .45 1l-1.93 7.21a68 68 0 0 0-1.35-9.27a34.4 34.4 0 0 0 3.23-6.33l-.5-.14a.52.52 0 0 1-.38-.65a.54.54 0 0 1 .66-.43l5.7 1.53Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#484848" fill-rule="evenodd" d="M15.91 2a14 14 0 1 1-14 14a14 14 0 0 1 14-14m-2.69 20.3a1.5 1.5 0 1 1-1.06 1.83a1.5 1.5 0 0 1 1.06-1.83m8.07-15.73a.55.55 0 0 1 .38.66a.53.53 0 0 1-.66.38l-.5-.13a44 44 0 0 0-.37 7.09c-2.13 1.84-5.81 7.36-5.81 7.36l1.93-7.21a1 1 0 0 0 .9-.65a.9.9 0 1 0-1.75-.46a1 1 0 0 0 .45 1l-1.93 7.21a68 68 0 0 0-1.35-9.27a34.4 34.4 0 0 0 3.23-6.33l-.5-.14a.52.52 0 0 1-.38-.65a.54.54 0 0 1 .66-.43l5.7 1.53Z"/></svg> </template>
CSS
.icon-file-type-light-dhall {
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%2032%2032%22%3E%3Cpath%20fill%3D%22%23484848%22%20fill-rule%3D%22evenodd%22%20d%3D%22M15.91%202a14%2014%200%201%201-14%2014a14%2014%200%200%201%2014-14m-2.69%2020.3a1.5%201.5%200%201%201-1.06%201.83a1.5%201.5%200%200%201%201.06-1.83m8.07-15.73a.55.55%200%200%201%20.38.66a.53.53%200%200%201-.66.38l-.5-.13a44%2044%200%200%200-.37%207.09c-2.13%201.84-5.81%207.36-5.81%207.36l1.93-7.21a1%201%200%200%200%20.9-.65a.9.9%200%201%200-1.75-.46a1%201%200%200%200%20.45%201l-1.93%207.21a68%2068%200%200%200-1.35-9.27a34.4%2034.4%200%200%200%203.23-6.33l-.5-.14a.52.52%200%200%201-.38-.65a.54.54%200%200%201%20.66-.43l5.7%201.53Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22%23484848%22%20fill-rule%3D%22evenodd%22%20d%3D%22M15.91%202a14%2014%200%201%201-14%2014a14%2014%200%200%201%2014-14m-2.69%2020.3a1.5%201.5%200%201%201-1.06%201.83a1.5%201.5%200%200%201%201.06-1.83m8.07-15.73a.55.55%200%200%201%20.38.66a.53.53%200%200%201-.66.38l-.5-.13a44%2044%200%200%200-.37%207.09c-2.13%201.84-5.81%207.36-5.81%207.36l1.93-7.21a1%201%200%200%200%20.9-.65a.9.9%200%201%200-1.75-.46a1%201%200%200%200%20.45%201l-1.93%207.21a68%2068%200%200%200-1.35-9.27a34.4%2034.4%200%200%200%203.23-6.33l-.5-.14a.52.52%200%200%201-.38-.65a.54.54%200%200%201%20.66-.43l5.7%201.53Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/vscode-icons/file-type-light-dhall.svg?color=%231a73e8&size=48