Kickbase Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kickbase 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/327928.svg" alt="Kickbase icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327928.svg" alt="Kickbase icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327928.svg" alt="Kickbase icon" :width="24" :height="24" />
CSS background
.icon-kickbase {
background-image: url('https://proicons.com/icon/327928.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>.h{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><g id="c"><path id="d" class="h" d="M9.267,10.9527l-4.2715,7.3985s4.0737,2.352,5.4838,3.1661c1.4101.8141,2.315,1.2575,2.9767,1.7186.6617.4611.668,1.7112,0,2.1938s-1.7062.9851-3.1165,1.7993c-1.4103.8142-5.3451,3.086-5.3451,3.086l4.1123,7.1228s5.0579-2.4083,7.01-4.0472,3.8079-3.2724,4.6243-5.5175c.8164-2.245.6352-4.9822,0-7.1342-.6352-2.152-1.5471-3.5462-3.4365-5.3143-1.8894-1.7682-8.0375-4.4718-8.0375-4.4718Z"/><path id="e" class="h" d="M19.7971,43.3734l8.5421.1266s.0697-4.7034.0938-6.3314c.0242-1.628-.0295-2.6343.0509-3.4368.0804-.8025,1.1691-1.417,1.9159-1.0686.7468.3484,1.6915,1.0103,3.0895,1.8453,1.398.835,5.2988,3.1649,5.2988,3.1649l4.2174-7.061s-4.567-3.2442-6.9493-4.1507c-2.3823-.9065-4.7128-1.7316-7.0712-1.351-2.3584.3806-4.6605,1.8721-6.2306,3.4751-1.57,1.603-2.3434,3.0785-2.9672,5.5899-.6238,2.5114.0097,9.1977.0097,9.1977Z"/><path id="f" class="h" d="M42.6216,17.8319l-4.2965-7.384s-4.0657,2.3657-5.4731,3.1846c-1.4073.8188-2.2419,1.3837-2.9709,1.7286-.729.3449-1.8169-.271-1.9036-1.0905-.0866-.8195-.0067-1.9702-.0122-3.5986-.0055-1.6284-.0208-6.172-.0208-6.172l-8.2246.0278s-.4245,5.5859.0273,8.0944.9467,4.9308,2.4889,6.7551c1.5422,1.8243,4.0073,3.0277,6.1904,3.5462,2.1831.5186,3.8461.4203,6.3195-.3403,2.4734-.7606,7.8755-4.7514,7.8755-4.7514h0Z"/></g></g></svg>
Copied!