Fujiten Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fujiten 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/326306.svg" alt="Fujiten icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326306.svg" alt="Fujiten icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326306.svg" alt="Fujiten icon" :width="24" :height="24" />
CSS background
.icon-fujiten {
background-image: url('https://proicons.com/icon/326306.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="g" d="M23.0732,13.7194h3.2579"/><path id="d" class="g" d="M43.4942,33.3398c-7.4632-5.0593-13.3161-11.7585-17.1521-19.6043"/><path id="e" class="g" d="M23.0501,13.7398c-4.065,8.3032-10.4805,15.4048-18.5501,20.5338"/><path id="f" class="g" d="M9.6368,30.6166c-.6288,1.1053-.6659,1.8962-1.9539,3.6639,1.1608,.0089,3.4707-2.1005,5.9277-4.4811-.1371,1.4907-1.3279,3.7399-1.6115,4.0405,2.8609-1.8417,5.4561-5.3986,8.1102-8.5748,0,0-2.6423,7.2585-3.6681,8.1564,2.7172-1.3379,4.1548-4.9843,6.9351-9.5954-.1143,2.8645,.5624,6.8279,1.4832,8.1518,.8392-2.3016,1.3402-5.4005,1.5941-9.0815,1.4565,2.5187,2.5918,5.2043,5.463,9.6823-1.4629-3.2918-1.217-5.704-2.0515-7.92m8.5505,9.4163c-3.2298-2.1011-6.4851-5.6866-8.4867-9.5041m8.7327,9.6158c-1.1991-1.3338-2.128-3.0687-2.0776-4.427m6.9159,3.5796c-3.3072-.6786-4.6949-1.2906-6.8892-3.5534"/></g></svg>
Copied!