nushell from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
nushell
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the nushell logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M0 16.338h1.25v-5.7c.417-.624 1.205-1.309 2.127-1.309c1.176 0 1.34.64 1.34 2.247v4.762h1.25v-5.685c0-1.458-.67-2.32-2.202-2.32c-.923 0-1.964.46-2.59 1.264l-.103-1.1H0Zm10.177-7.842h-1.25v5.698c0 1.46.745 2.307 2.263 2.307c.921 0 1.889-.431 2.514-1.22l.104 1.057h1.072V8.496h-1.25v5.773c-.432.67-1.265 1.25-2.129 1.25c-.907 0-1.324-.446-1.324-1.458zm8.11-.997l-.61.952l5.251 3.229l-5.251 3.244l.669.922L24 12.32v-1.28z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsNushell(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="M0 16.338h1.25v-5.7c.417-.624 1.205-1.309 2.127-1.309c1.176 0 1.34.64 1.34 2.247v4.762h1.25v-5.685c0-1.458-.67-2.32-2.202-2.32c-.923 0-1.964.46-2.59 1.264l-.103-1.1H0Zm10.177-7.842h-1.25v5.698c0 1.46.745 2.307 2.263 2.307c.921 0 1.889-.431 2.514-1.22l.104 1.057h1.072V8.496h-1.25v5.773c-.432.67-1.265 1.25-2.129 1.25c-.907 0-1.324-.446-1.324-1.458zm8.11-.997l-.61.952l5.251 3.229l-5.251 3.244l.669.922L24 12.32v-1.28z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M0 16.338h1.25v-5.7c.417-.624 1.205-1.309 2.127-1.309c1.176 0 1.34.64 1.34 2.247v4.762h1.25v-5.685c0-1.458-.67-2.32-2.202-2.32c-.923 0-1.964.46-2.59 1.264l-.103-1.1H0Zm10.177-7.842h-1.25v5.698c0 1.46.745 2.307 2.263 2.307c.921 0 1.889-.431 2.514-1.22l.104 1.057h1.072V8.496h-1.25v5.773c-.432.67-1.265 1.25-2.129 1.25c-.907 0-1.324-.446-1.324-1.458zm8.11-.997l-.61.952l5.251 3.229l-5.251 3.244l.669.922L24 12.32v-1.28z"/></svg>
</template>

CSS

.icon-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%2016.338h1.25v-5.7c.417-.624%201.205-1.309%202.127-1.309c1.176%200%201.34.64%201.34%202.247v4.762h1.25v-5.685c0-1.458-.67-2.32-2.202-2.32c-.923%200-1.964.46-2.59%201.264l-.103-1.1H0Zm10.177-7.842h-1.25v5.698c0%201.46.745%202.307%202.263%202.307c.921%200%201.889-.431%202.514-1.22l.104%201.057h1.072V8.496h-1.25v5.773c-.432.67-1.265%201.25-2.129%201.25c-.907%200-1.324-.446-1.324-1.458zm8.11-.997l-.61.952l5.251%203.229l-5.251%203.244l.669.922L24%2012.32v-1.28z%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%22M0%2016.338h1.25v-5.7c.417-.624%201.205-1.309%202.127-1.309c1.176%200%201.34.64%201.34%202.247v4.762h1.25v-5.685c0-1.458-.67-2.32-2.202-2.32c-.923%200-1.964.46-2.59%201.264l-.103-1.1H0Zm10.177-7.842h-1.25v5.698c0%201.46.745%202.307%202.263%202.307c.921%200%201.889-.431%202.514-1.22l.104%201.057h1.072V8.496h-1.25v5.773c-.432.67-1.265%201.25-2.129%201.25c-.907%200-1.324-.446-1.324-1.458zm8.11-.997l-.61.952l5.251%203.229l-5.251%203.244l.669.922L24%2012.32v-1.28z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/nushell.svg?color=%231a73e8&size=48