file type nushell logo

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

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

Related icons in VSCode Icons

Use the file type nushell logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#54a706" d="M6.785 2.035c.757.291 1.455.611 2.134.97c.3.165.3.165.601.34c.214.126.427.242.65.368c.233.126.456.262.689.388c2.037 1.164 3.977 2.328 6.014 3.492c2.037 1.261 4.171 2.425 6.305 3.686c.446.262.892.514 1.358.776c.582.35.582.35 1.164.611c.728.369 1.164.611 1.455 1.358c.262 1.455.407 3.59-.456 4.85c-.786.737-1.746 1.164-2.716 1.552c-1.164.534-2.134 1.164-3.2 1.746c-.544.32-1.068.621-1.65.931c-1.649.941-3.298 1.94-4.947 2.91c-1.067.65-2.23 1.261-3.298 1.94c-.3.175-.3.175-.611.36c-.514.3-1.067.6-1.552.901l-.436.262C7.89 29.7 7.89 29.7 7.22 30c-.95-.32-1.164-.97-1.649-1.843c-.083-.145-.164-.3-.252-.456a26 26 0 0 1-.61-1.164c.872-.96 1.745-1.552 2.91-2.134c.368-.203.736-.397 1.066-.601c.291-.155.291-.155.592-.32c1.746-.97 3.492-2.037 5.238-3.104c.708-.417 1.455-.825 2.134-1.261c.611-.35 1.26-.708 1.843-1.067c.3-.175.592-.35.892-.514c.417-.243.834-.485 1.261-.728c.243-.136.476-.281.728-.417c.562-.3.562-.3.766-.805c-.165-.061-.33-.126-.495-.184a15 15 0 0 1-1.843-.932l-.698-.407c-.252-.146-.495-.291-.747-.436c-.262-.156-.524-.301-.786-.456l-6.4-3.783c-2.135-1.261-4.366-2.522-6.5-3.783c.34-.912.776-1.746 1.261-2.522c.146-.243.291-.485.437-.738c.107-.184.223-.368.33-.552z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeNushell(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#54a706" d="M6.785 2.035c.757.291 1.455.611 2.134.97c.3.165.3.165.601.34c.214.126.427.242.65.368c.233.126.456.262.689.388c2.037 1.164 3.977 2.328 6.014 3.492c2.037 1.261 4.171 2.425 6.305 3.686c.446.262.892.514 1.358.776c.582.35.582.35 1.164.611c.728.369 1.164.611 1.455 1.358c.262 1.455.407 3.59-.456 4.85c-.786.737-1.746 1.164-2.716 1.552c-1.164.534-2.134 1.164-3.2 1.746c-.544.32-1.068.621-1.65.931c-1.649.941-3.298 1.94-4.947 2.91c-1.067.65-2.23 1.261-3.298 1.94c-.3.175-.3.175-.611.36c-.514.3-1.067.6-1.552.901l-.436.262C7.89 29.7 7.89 29.7 7.22 30c-.95-.32-1.164-.97-1.649-1.843c-.083-.145-.164-.3-.252-.456a26 26 0 0 1-.61-1.164c.872-.96 1.745-1.552 2.91-2.134c.368-.203.736-.397 1.066-.601c.291-.155.291-.155.592-.32c1.746-.97 3.492-2.037 5.238-3.104c.708-.417 1.455-.825 2.134-1.261c.611-.35 1.26-.708 1.843-1.067c.3-.175.592-.35.892-.514c.417-.243.834-.485 1.261-.728c.243-.136.476-.281.728-.417c.562-.3.562-.3.766-.805c-.165-.061-.33-.126-.495-.184a15 15 0 0 1-1.843-.932l-.698-.407c-.252-.146-.495-.291-.747-.436c-.262-.156-.524-.301-.786-.456l-6.4-3.783c-2.135-1.261-4.366-2.522-6.5-3.783c.34-.912.776-1.746 1.261-2.522c.146-.243.291-.485.437-.738c.107-.184.223-.368.33-.552z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#54a706" d="M6.785 2.035c.757.291 1.455.611 2.134.97c.3.165.3.165.601.34c.214.126.427.242.65.368c.233.126.456.262.689.388c2.037 1.164 3.977 2.328 6.014 3.492c2.037 1.261 4.171 2.425 6.305 3.686c.446.262.892.514 1.358.776c.582.35.582.35 1.164.611c.728.369 1.164.611 1.455 1.358c.262 1.455.407 3.59-.456 4.85c-.786.737-1.746 1.164-2.716 1.552c-1.164.534-2.134 1.164-3.2 1.746c-.544.32-1.068.621-1.65.931c-1.649.941-3.298 1.94-4.947 2.91c-1.067.65-2.23 1.261-3.298 1.94c-.3.175-.3.175-.611.36c-.514.3-1.067.6-1.552.901l-.436.262C7.89 29.7 7.89 29.7 7.22 30c-.95-.32-1.164-.97-1.649-1.843c-.083-.145-.164-.3-.252-.456a26 26 0 0 1-.61-1.164c.872-.96 1.745-1.552 2.91-2.134c.368-.203.736-.397 1.066-.601c.291-.155.291-.155.592-.32c1.746-.97 3.492-2.037 5.238-3.104c.708-.417 1.455-.825 2.134-1.261c.611-.35 1.26-.708 1.843-1.067c.3-.175.592-.35.892-.514c.417-.243.834-.485 1.261-.728c.243-.136.476-.281.728-.417c.562-.3.562-.3.766-.805c-.165-.061-.33-.126-.495-.184a15 15 0 0 1-1.843-.932l-.698-.407c-.252-.146-.495-.291-.747-.436c-.262-.156-.524-.301-.786-.456l-6.4-3.783c-2.135-1.261-4.366-2.522-6.5-3.783c.34-.912.776-1.746 1.261-2.522c.146-.243.291-.485.437-.738c.107-.184.223-.368.33-.552z"/></svg>
</template>

CSS

.icon-file-type-nushell {
  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%2354a706%22%20d%3D%22M6.785%202.035c.757.291%201.455.611%202.134.97c.3.165.3.165.601.34c.214.126.427.242.65.368c.233.126.456.262.689.388c2.037%201.164%203.977%202.328%206.014%203.492c2.037%201.261%204.171%202.425%206.305%203.686c.446.262.892.514%201.358.776c.582.35.582.35%201.164.611c.728.369%201.164.611%201.455%201.358c.262%201.455.407%203.59-.456%204.85c-.786.737-1.746%201.164-2.716%201.552c-1.164.534-2.134%201.164-3.2%201.746c-.544.32-1.068.621-1.65.931c-1.649.941-3.298%201.94-4.947%202.91c-1.067.65-2.23%201.261-3.298%201.94c-.3.175-.3.175-.611.36c-.514.3-1.067.6-1.552.901l-.436.262C7.89%2029.7%207.89%2029.7%207.22%2030c-.95-.32-1.164-.97-1.649-1.843c-.083-.145-.164-.3-.252-.456a26%2026%200%200%201-.61-1.164c.872-.96%201.745-1.552%202.91-2.134c.368-.203.736-.397%201.066-.601c.291-.155.291-.155.592-.32c1.746-.97%203.492-2.037%205.238-3.104c.708-.417%201.455-.825%202.134-1.261c.611-.35%201.26-.708%201.843-1.067c.3-.175.592-.35.892-.514c.417-.243.834-.485%201.261-.728c.243-.136.476-.281.728-.417c.562-.3.562-.3.766-.805c-.165-.061-.33-.126-.495-.184a15%2015%200%200%201-1.843-.932l-.698-.407c-.252-.146-.495-.291-.747-.436c-.262-.156-.524-.301-.786-.456l-6.4-3.783c-2.135-1.261-4.366-2.522-6.5-3.783c.34-.912.776-1.746%201.261-2.522c.146-.243.291-.485.437-.738c.107-.184.223-.368.33-.552z%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%2354a706%22%20d%3D%22M6.785%202.035c.757.291%201.455.611%202.134.97c.3.165.3.165.601.34c.214.126.427.242.65.368c.233.126.456.262.689.388c2.037%201.164%203.977%202.328%206.014%203.492c2.037%201.261%204.171%202.425%206.305%203.686c.446.262.892.514%201.358.776c.582.35.582.35%201.164.611c.728.369%201.164.611%201.455%201.358c.262%201.455.407%203.59-.456%204.85c-.786.737-1.746%201.164-2.716%201.552c-1.164.534-2.134%201.164-3.2%201.746c-.544.32-1.068.621-1.65.931c-1.649.941-3.298%201.94-4.947%202.91c-1.067.65-2.23%201.261-3.298%201.94c-.3.175-.3.175-.611.36c-.514.3-1.067.6-1.552.901l-.436.262C7.89%2029.7%207.89%2029.7%207.22%2030c-.95-.32-1.164-.97-1.649-1.843c-.083-.145-.164-.3-.252-.456a26%2026%200%200%201-.61-1.164c.872-.96%201.745-1.552%202.91-2.134c.368-.203.736-.397%201.066-.601c.291-.155.291-.155.592-.32c1.746-.97%203.492-2.037%205.238-3.104c.708-.417%201.455-.825%202.134-1.261c.611-.35%201.26-.708%201.843-1.067c.3-.175.592-.35.892-.514c.417-.243.834-.485%201.261-.728c.243-.136.476-.281.728-.417c.562-.3.562-.3.766-.805c-.165-.061-.33-.126-.495-.184a15%2015%200%200%201-1.843-.932l-.698-.407c-.252-.146-.495-.291-.747-.436c-.262-.156-.524-.301-.786-.456l-6.4-3.783c-2.135-1.261-4.366-2.522-6.5-3.783c.34-.912.776-1.746%201.261-2.522c.146-.243.291-.485.437-.738c.107-.184.223-.368.33-.552z%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-nushell.svg?color=%231a73e8&size=48