Ninja Tobu Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ninja Tobu icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/330228.svg" alt="Ninja Tobu icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330228.svg" alt="Ninja Tobu icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330228.svg" alt="Ninja Tobu icon" :width="24" :height="24" />
CSS background
.icon-ninja-tobu {
background-image: url('https://proicons.com/icon/330228.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M23.9881,2.5L2.4831,24.005l7.6318,7.6318,9.4022-2.9107-.0282-.3921.6852-.6992-3.3208-5.1412,6.7116-3.4608-2.9607-.6391,1.2503-3.4908-2.0305.7812-1.0402-2.0805,2.8107-1.3003-2.3405-.6251.7292-2.2405,9.2722,1.8204-.7592,3.5408-5.6713-1.1103,3.0207,3.6809,2.6506-2.5706-1.0202,4.7011-2.1105-.2841,3.4308,4.7311-.4021.4961.9202,1.0602,4.6511-.8262.3471,1.6804-4.6011.8522.5241,1.5204-.9492.0054,1.8704,7.6018-2.3105.189.167,3.9609,16.5038-16.5038L23.9881,2.5ZM11.4852,33.0071l6.0614,6.0614,1.5704-7.5318-7.6318,1.4703ZM25.3884,36.6179l-1.8304,2.8107-3.4308-.9002-.7212,2.3706,4.6011,4.6011,2.8507-2.8507.0683-2.7006-1.3903-.119-.1473-3.2117Z"/></svg>
Copied!