nano-staged from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.

Name
nano-staged
Set
Material Icon Theme
Style
Color
Viewbox
24×24
License
MIT

Related icons in Material Icon Theme

Use the nano staged logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#b0bec5" d="M12 1.481A10.495 10.495 0 0 0 1.48 11.999c0 5.828 4.69 10.52 10.518 10.52S22.52 17.826 22.52 12A10.496 10.496 0 0 0 12 1.481M7.952 6.899a.2.2 0 0 1 .11.028l5.661 3.27a.21.21 0 0 0 .212 0l2.002-1.157a.21.21 0 0 1 .317.18v7.67a.21.21 0 0 1-.317.183l-5.662-3.27a.21.21 0 0 0-.21 0l-2.004 1.159a.21.21 0 0 1-.314-.183V7.11c0-.121.097-.208.205-.21z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeNanoStaged(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#b0bec5" d="M12 1.481A10.495 10.495 0 0 0 1.48 11.999c0 5.828 4.69 10.52 10.518 10.52S22.52 17.826 22.52 12A10.496 10.496 0 0 0 12 1.481M7.952 6.899a.2.2 0 0 1 .11.028l5.661 3.27a.21.21 0 0 0 .212 0l2.002-1.157a.21.21 0 0 1 .317.18v7.67a.21.21 0 0 1-.317.183l-5.662-3.27a.21.21 0 0 0-.21 0l-2.004 1.159a.21.21 0 0 1-.314-.183V7.11c0-.121.097-.208.205-.21z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#b0bec5" d="M12 1.481A10.495 10.495 0 0 0 1.48 11.999c0 5.828 4.69 10.52 10.518 10.52S22.52 17.826 22.52 12A10.496 10.496 0 0 0 12 1.481M7.952 6.899a.2.2 0 0 1 .11.028l5.661 3.27a.21.21 0 0 0 .212 0l2.002-1.157a.21.21 0 0 1 .317.18v7.67a.21.21 0 0 1-.317.183l-5.662-3.27a.21.21 0 0 0-.21 0l-2.004 1.159a.21.21 0 0 1-.314-.183V7.11c0-.121.097-.208.205-.21z"/></svg>
</template>

CSS

.icon-nano-staged {
  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%22%23b0bec5%22%20d%3D%22M12%201.481A10.495%2010.495%200%200%200%201.48%2011.999c0%205.828%204.69%2010.52%2010.518%2010.52S22.52%2017.826%2022.52%2012A10.496%2010.496%200%200%200%2012%201.481M7.952%206.899a.2.2%200%200%201%20.11.028l5.661%203.27a.21.21%200%200%200%20.212%200l2.002-1.157a.21.21%200%200%201%20.317.18v7.67a.21.21%200%200%201-.317.183l-5.662-3.27a.21.21%200%200%200-.21%200l-2.004%201.159a.21.21%200%200%201-.314-.183V7.11c0-.121.097-.208.205-.21z%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%22%23b0bec5%22%20d%3D%22M12%201.481A10.495%2010.495%200%200%200%201.48%2011.999c0%205.828%204.69%2010.52%2010.518%2010.52S22.52%2017.826%2022.52%2012A10.496%2010.496%200%200%200%2012%201.481M7.952%206.899a.2.2%200%200%201%20.11.028l5.661%203.27a.21.21%200%200%200%20.212%200l2.002-1.157a.21.21%200%200%201%20.317.18v7.67a.21.21%200%200%201-.317.183l-5.662-3.27a.21.21%200%200%200-.21%200l-2.004%201.159a.21.21%200%200%201-.314-.183V7.11c0-.121.097-.208.205-.21z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-icon-theme/nano-staged.svg?color=%231a73e8&size=48