Kitshn Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kitshn 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/342531.svg" alt="Kitshn icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342531.svg" alt="Kitshn icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342531.svg" alt="Kitshn icon" :width="24" :height="24" />
CSS background
.icon-kitshn {
background-image: url('https://proicons.com/icon/342531.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>.e{stroke-width:1px;}.e,.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.f{stroke-width:1px;}</style></defs><g id="b"><path id="c" class="f" d="M24.8769,11.6158c-.9394,1.8598-3.0524,4.19-4.8312,6.6548M20.0514,28.3691c2.6485.1586,5.8156.1098,9.5011-.1464l3.5657-.596,4.1715-1.4688"/><path id="d" class="e" d="M36.1747,27.8834v11.8995H13.3867v-11.8995c-2.0418-2.1876-5.2265-3.7863-6.8293-6.711-2.0424-3.7271-1.0253-7.9822,2.1827-10.6753,1.7015-1.4284,3.7506-2.2015,5.9605-2.2733,2.1466-.0697,4.1645.406,6.0508,1.4288,1.3115.7111,2.5892,1.8376,4.1255,1.9632,1.733.1417,3.0666-.8054,4.6756-1.5309,4.3736-1.9719,9.5363-.9808,11.9182,3.1395,2.0283,3.5087.8462,8.05-1.6945,10.8242-1.2283,1.3412-3.1084,2.0452-3.6015,3.8348"/></g></svg>
Copied!