file type dhall logo

file-type-dhall from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.

Name
file-type-dhall
Set
VSCode Icons
Style
Color
Viewbox
32×32
License
MIT

Related icons in VSCode Icons

Use the file type dhall logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#b7b7b7" fill-rule="evenodd" d="M16 2.07A13.93 13.93 0 1 1 2 16A13.93 13.93 0 0 1 16 2.07m-2.72 20.25a1.49 1.49 0 1 1-1 1.83a1.49 1.49 0 0 1 1-1.83m8-15.68a.53.53 0 0 1 .38.66a.52.52 0 0 1-.65.38l-.5-.13a42.7 42.7 0 0 0-.37 7.07C18.06 16.45 14.39 22 14.39 22l1.93-7.18a1 1 0 0 0 .89-.65a.91.91 0 0 0-1.75-.47a1 1 0 0 0 .45 1L14 21.85a68 68 0 0 0-1.34-9.25a34.3 34.3 0 0 0 3.21-6.31l-.5-.13A.55.55 0 0 1 15 5.5a.53.53 0 0 1 .66-.38l5.68 1.52Z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeDhall(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#b7b7b7" fillRule="evenodd" d="M16 2.07A13.93 13.93 0 1 1 2 16A13.93 13.93 0 0 1 16 2.07m-2.72 20.25a1.49 1.49 0 1 1-1 1.83a1.49 1.49 0 0 1 1-1.83m8-15.68a.53.53 0 0 1 .38.66a.52.52 0 0 1-.65.38l-.5-.13a42.7 42.7 0 0 0-.37 7.07C18.06 16.45 14.39 22 14.39 22l1.93-7.18a1 1 0 0 0 .89-.65a.91.91 0 0 0-1.75-.47a1 1 0 0 0 .45 1L14 21.85a68 68 0 0 0-1.34-9.25a34.3 34.3 0 0 0 3.21-6.31l-.5-.13A.55.55 0 0 1 15 5.5a.53.53 0 0 1 .66-.38l5.68 1.52Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#b7b7b7" fill-rule="evenodd" d="M16 2.07A13.93 13.93 0 1 1 2 16A13.93 13.93 0 0 1 16 2.07m-2.72 20.25a1.49 1.49 0 1 1-1 1.83a1.49 1.49 0 0 1 1-1.83m8-15.68a.53.53 0 0 1 .38.66a.52.52 0 0 1-.65.38l-.5-.13a42.7 42.7 0 0 0-.37 7.07C18.06 16.45 14.39 22 14.39 22l1.93-7.18a1 1 0 0 0 .89-.65a.91.91 0 0 0-1.75-.47a1 1 0 0 0 .45 1L14 21.85a68 68 0 0 0-1.34-9.25a34.3 34.3 0 0 0 3.21-6.31l-.5-.13A.55.55 0 0 1 15 5.5a.53.53 0 0 1 .66-.38l5.68 1.52Z"/></svg>
</template>

CSS

.icon-file-type-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%23b7b7b7%22%20fill-rule%3D%22evenodd%22%20d%3D%22M16%202.07A13.93%2013.93%200%201%201%202%2016A13.93%2013.93%200%200%201%2016%202.07m-2.72%2020.25a1.49%201.49%200%201%201-1%201.83a1.49%201.49%200%200%201%201-1.83m8-15.68a.53.53%200%200%201%20.38.66a.52.52%200%200%201-.65.38l-.5-.13a42.7%2042.7%200%200%200-.37%207.07C18.06%2016.45%2014.39%2022%2014.39%2022l1.93-7.18a1%201%200%200%200%20.89-.65a.91.91%200%200%200-1.75-.47a1%201%200%200%200%20.45%201L14%2021.85a68%2068%200%200%200-1.34-9.25a34.3%2034.3%200%200%200%203.21-6.31l-.5-.13A.55.55%200%200%201%2015%205.5a.53.53%200%200%201%20.66-.38l5.68%201.52Z%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%23b7b7b7%22%20fill-rule%3D%22evenodd%22%20d%3D%22M16%202.07A13.93%2013.93%200%201%201%202%2016A13.93%2013.93%200%200%201%2016%202.07m-2.72%2020.25a1.49%201.49%200%201%201-1%201.83a1.49%201.49%200%200%201%201-1.83m8-15.68a.53.53%200%200%201%20.38.66a.52.52%200%200%201-.65.38l-.5-.13a42.7%2042.7%200%200%200-.37%207.07C18.06%2016.45%2014.39%2022%2014.39%2022l1.93-7.18a1%201%200%200%200%20.89-.65a.91.91%200%200%200-1.75-.47a1%201%200%200%200%20.45%201L14%2021.85a68%2068%200%200%200-1.34-9.25a34.3%2034.3%200%200%200%203.21-6.31l-.5-.13A.55.55%200%200%201%2015%205.5a.53.53%200%200%201%20.66-.38l5.68%201.52Z%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-dhall.svg?color=%231a73e8&size=48