ninja from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
ninja
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

Use the ninja icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.75 13c-.01-.35.15-.69.42-.92c.75.16 1.45.47 2.08.92c0 .68-.56 1.24-1.25 1.24S7.76 13.69 7.75 13m6 0c.63-.44 1.33-.75 2.08-.91c.27.23.43.57.42.91c0 .7-.56 1.26-1.25 1.26s-1.25-.56-1.25-1.26M12 9c-2.77-.04-5.5.65-7.93 2L4 12c0 1.23.29 2.44.84 3.54a47.6 47.6 0 0 1 14.32 0c.55-1.1.84-2.31.84-3.54l-.07-1A15.85 15.85 0 0 0 12 9m0-7a10 10 0 0 1 10 10a10 10 0 0 1-10 10A10 10 0 0 1 2 12A10 10 0 0 1 12 2"/></svg>

React

import type { SVGProps } from "react";

export function MdiNinja(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="M7.75 13c-.01-.35.15-.69.42-.92c.75.16 1.45.47 2.08.92c0 .68-.56 1.24-1.25 1.24S7.76 13.69 7.75 13m6 0c.63-.44 1.33-.75 2.08-.91c.27.23.43.57.42.91c0 .7-.56 1.26-1.25 1.26s-1.25-.56-1.25-1.26M12 9c-2.77-.04-5.5.65-7.93 2L4 12c0 1.23.29 2.44.84 3.54a47.6 47.6 0 0 1 14.32 0c.55-1.1.84-2.31.84-3.54l-.07-1A15.85 15.85 0 0 0 12 9m0-7a10 10 0 0 1 10 10a10 10 0 0 1-10 10A10 10 0 0 1 2 12A10 10 0 0 1 12 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.75 13c-.01-.35.15-.69.42-.92c.75.16 1.45.47 2.08.92c0 .68-.56 1.24-1.25 1.24S7.76 13.69 7.75 13m6 0c.63-.44 1.33-.75 2.08-.91c.27.23.43.57.42.91c0 .7-.56 1.26-1.25 1.26s-1.25-.56-1.25-1.26M12 9c-2.77-.04-5.5.65-7.93 2L4 12c0 1.23.29 2.44.84 3.54a47.6 47.6 0 0 1 14.32 0c.55-1.1.84-2.31.84-3.54l-.07-1A15.85 15.85 0 0 0 12 9m0-7a10 10 0 0 1 10 10a10 10 0 0 1-10 10A10 10 0 0 1 2 12A10 10 0 0 1 12 2"/></svg>
</template>

CSS

.icon-ninja {
  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%22M7.75%2013c-.01-.35.15-.69.42-.92c.75.16%201.45.47%202.08.92c0%20.68-.56%201.24-1.25%201.24S7.76%2013.69%207.75%2013m6%200c.63-.44%201.33-.75%202.08-.91c.27.23.43.57.42.91c0%20.7-.56%201.26-1.25%201.26s-1.25-.56-1.25-1.26M12%209c-2.77-.04-5.5.65-7.93%202L4%2012c0%201.23.29%202.44.84%203.54a47.6%2047.6%200%200%201%2014.32%200c.55-1.1.84-2.31.84-3.54l-.07-1A15.85%2015.85%200%200%200%2012%209m0-7a10%2010%200%200%201%2010%2010a10%2010%200%200%201-10%2010A10%2010%200%200%201%202%2012A10%2010%200%200%201%2012%202%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%22M7.75%2013c-.01-.35.15-.69.42-.92c.75.16%201.45.47%202.08.92c0%20.68-.56%201.24-1.25%201.24S7.76%2013.69%207.75%2013m6%200c.63-.44%201.33-.75%202.08-.91c.27.23.43.57.42.91c0%20.7-.56%201.26-1.25%201.26s-1.25-.56-1.25-1.26M12%209c-2.77-.04-5.5.65-7.93%202L4%2012c0%201.23.29%202.44.84%203.54a47.6%2047.6%200%200%201%2014.32%200c.55-1.1.84-2.31.84-3.54l-.07-1A15.85%2015.85%200%200%200%2012%209m0-7a10%2010%200%200%201%2010%2010a10%2010%200%200%201-10%2010A10%2010%200%200%201%202%2012A10%2010%200%200%201%2012%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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