ninja icon
ninja from Unicons by Iconscout · Line · Emoji · Apache-2.0 Free for personal and commercial use.
- Name
- ninja
- Set
- Unicons
- Style
- Line
- Category
- Emoji
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More emoji icons from Unicons
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="m19.44 5.34l-.06-.07a10 10 0 0 0-14.76 0l-.06.07A10 10 0 1 0 22 12a9.93 9.93 0 0 0-2.56-6.66M12 4a7.87 7.87 0 0 1 3.86 1H8.14A7.87 7.87 0 0 1 12 4M5.76 7h12.48a8 8 0 0 1 1.69 4H4.07a8 8 0 0 1 1.69-4M12 20a8 8 0 0 1-7.93-7h15.86A8 8 0 0 1 12 20M8 8a1 1 0 1 0 1 1a1 1 0 0 0-1-1m6 0a1 1 0 1 0 1 1a1 1 0 0 0-1-1m-3 9.93a1 1 0 0 0 .49.13a1 1 0 0 0 .87-.51A3 3 0 0 1 15 16a1 1 0 0 0 0-2a5 5 0 0 0-4.37 2.57a1 1 0 0 0 .37 1.36"/></svg>
React
import type { SVGProps } from "react";
export function UilNinja(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="m19.44 5.34l-.06-.07a10 10 0 0 0-14.76 0l-.06.07A10 10 0 1 0 22 12a9.93 9.93 0 0 0-2.56-6.66M12 4a7.87 7.87 0 0 1 3.86 1H8.14A7.87 7.87 0 0 1 12 4M5.76 7h12.48a8 8 0 0 1 1.69 4H4.07a8 8 0 0 1 1.69-4M12 20a8 8 0 0 1-7.93-7h15.86A8 8 0 0 1 12 20M8 8a1 1 0 1 0 1 1a1 1 0 0 0-1-1m6 0a1 1 0 1 0 1 1a1 1 0 0 0-1-1m-3 9.93a1 1 0 0 0 .49.13a1 1 0 0 0 .87-.51A3 3 0 0 1 15 16a1 1 0 0 0 0-2a5 5 0 0 0-4.37 2.57a1 1 0 0 0 .37 1.36"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.44 5.34l-.06-.07a10 10 0 0 0-14.76 0l-.06.07A10 10 0 1 0 22 12a9.93 9.93 0 0 0-2.56-6.66M12 4a7.87 7.87 0 0 1 3.86 1H8.14A7.87 7.87 0 0 1 12 4M5.76 7h12.48a8 8 0 0 1 1.69 4H4.07a8 8 0 0 1 1.69-4M12 20a8 8 0 0 1-7.93-7h15.86A8 8 0 0 1 12 20M8 8a1 1 0 1 0 1 1a1 1 0 0 0-1-1m6 0a1 1 0 1 0 1 1a1 1 0 0 0-1-1m-3 9.93a1 1 0 0 0 .49.13a1 1 0 0 0 .87-.51A3 3 0 0 1 15 16a1 1 0 0 0 0-2a5 5 0 0 0-4.37 2.57a1 1 0 0 0 .37 1.36"/></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%22m19.44%205.34l-.06-.07a10%2010%200%200%200-14.76%200l-.06.07A10%2010%200%201%200%2022%2012a9.93%209.93%200%200%200-2.56-6.66M12%204a7.87%207.87%200%200%201%203.86%201H8.14A7.87%207.87%200%200%201%2012%204M5.76%207h12.48a8%208%200%200%201%201.69%204H4.07a8%208%200%200%201%201.69-4M12%2020a8%208%200%200%201-7.93-7h15.86A8%208%200%200%201%2012%2020M8%208a1%201%200%201%200%201%201a1%201%200%200%200-1-1m6%200a1%201%200%201%200%201%201a1%201%200%200%200-1-1m-3%209.93a1%201%200%200%200%20.49.13a1%201%200%200%200%20.87-.51A3%203%200%200%201%2015%2016a1%201%200%200%200%200-2a5%205%200%200%200-4.37%202.57a1%201%200%200%200%20.37%201.36%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%22m19.44%205.34l-.06-.07a10%2010%200%200%200-14.76%200l-.06.07A10%2010%200%201%200%2022%2012a9.93%209.93%200%200%200-2.56-6.66M12%204a7.87%207.87%200%200%201%203.86%201H8.14A7.87%207.87%200%200%201%2012%204M5.76%207h12.48a8%208%200%200%201%201.69%204H4.07a8%208%200%200%201%201.69-4M12%2020a8%208%200%200%201-7.93-7h15.86A8%208%200%200%201%2012%2020M8%208a1%201%200%201%200%201%201a1%201%200%200%200-1-1m6%200a1%201%200%201%200%201%201a1%201%200%200%200-1-1m-3%209.93a1%201%200%200%200%20.49.13a1%201%200%200%200%20.87-.51A3%203%200%200%201%2015%2016a1%201%200%200%200%200-2a5%205%200%200%200-4.37%202.57a1%201%200%200%200%20.37%201.36%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/ninja.svg?color=%231a73e8&size=48