Kitsune Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kitsune 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/327974.svg" alt="Kitsune icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327974.svg" alt="Kitsune icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327974.svg" alt="Kitsune icon" :width="24" :height="24" />
CSS background
.icon-kitsune {
background-image: url('https://proicons.com/icon/327974.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M18.4166,19.7769c-1.9852.062-3.7765.1551-3.8269-.632-.0698-1.0391.9965-1.0663,1.7448-1.3028M7.1452,16.3183c.8802,5.2538-.0271,13.2527,8.5612,11.0969,4.773-1.202,9.4336-1.5315,14.036.8065-2.0589-2.3807-3.9898-3.6059-8.7085-3.3965-5.3003.2326-6.448.4808-6.5178-.7173-.1008-1.675,3.9549-1.3958,6.5643-1.644M34.0229,8.9203c5.5681,3.4637,8.9533,9.5567,8.9528,16.1142h0c-.0057,10.48-8.5059,18.9711-18.9859,18.9654-10.48-.0057-18.9711-8.5059-18.9654-18.9859.0016-3.0272.7275-6.0102,2.117-8.6997M18.6183,7.6137c-1.0469-1.5742-2.2101-2.9351-3.7378-3.6137-.8724,4.0867-1.4075,8.0804-.2288,11.5855M29.4826,7.6059c1.0469-1.5703,2.2101-2.9313,3.7339-3.6059.8724,4.0867,1.4075,8.0804.2288,11.5855M21.2122,14.4882c-.6591-.8336-1.5897-1.0701-2.7335-1.0469M26.9003,14.4882c.6591-.8336,1.5897-1.0701,2.7374-1.0469M22.829,21.6303c.2823-.3754.7245-.5965,1.1942-.5971.4677.0009.908.2204,1.1903.5932M13.8957,15.5894c4.2534-.0465,6.7466-.19,9.0924,6.4674.2482.7018.2094,1.5897,1.0352,1.5897s.7871-.8879,1.0352-1.5897c2.3458-6.6574,4.8389-6.5139,9.0924-6.4674M34.1741,15.5894s-2.5358,1.8146-4.9785,4.4744l-4.0596,4.4279c-.2637.2869-.3412.3567-1.1128.3567-.7755,0-.8491-.0698-1.1089-.3567l-4.0634-4.4202c-1.5175-1.6446-3.1841-3.1451-4.9785-4.4822M14.7874,15.1163c0-5.119,4.1498-9.2688,9.2688-9.2688s9.2688,4.1498,9.2688,9.2688"/></svg>
Copied!