Kung Fu House Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kung Fu House 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/328109.svg" alt="Kung Fu House icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328109.svg" alt="Kung Fu House icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328109.svg" alt="Kung Fu House icon" :width="24" :height="24" />
CSS background
.icon-kung-fu-house {
background-image: url('https://proicons.com/icon/328109.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="M24.71,27.108c-.62,3.254-1.006,6.553-.74,9.851M20.536,26.976c-1.662,1.947-2.125,15.743,3.926,3.714M37.193,36.527c1.631.415,3.539-.862,5.032-1.469M36.023,32.636c1.254-.354,2.56-.45,3.833-.731M35.841,27.88c1.818-.26,3.628-.492,5.466-.517M37.796,26.827c-1.049,2.88-1.486,6.406-.554,9.384M33.325,25.156c-1.366.233-2.537,1.46-3.35,2.535-3.357,4.44,6.643,3.106,3.322,6.628-1.397,1.482-5.238,1.87-6.223-.031M13.885,32.37c-.348-1.462-.046-3.38,1.528-3.991,1.54-.599,2.009,1.45,2.025,2.56.08,5.269-5.59,7.195-4.996,1.526.077-.74.333-1.313.658-1.974M5.805,30.901c.95-.497,2.043-.588,3.07-.832M9.681,26.619c-1.093,2.986-1.26,6.006-1.1,9.113M6.751,26.5c-1.305,2.88-1.115,6.348-.483,9.233M43.5,14.71c-.381,2.096-.62,4.222-.456,6.347M40.932,14.625c-1.023,1.254-1.308,10.143,2.416,2.393M31.364,11.612c2.892-.838,5.476-.55,8.31.094M31.178,15.679c1.663-.815,3.45-.702,5.224-.823M32.52,11.646c-.635,3.007-1.092,6.026-1.496,9.066M27.11,14.162c-6.551-.75-2.82,11.32,1.539,2.826M26.105,17.348c.84-.226,1.72-.355,2.561-.505M18.018,19.693c-.196-1.6-.144-3.19.312-4.723M18.54,15.109c4.285,6.603,3.268,5.394,3.451-1.65M16.322,14.175c-.381,2.097-.619,4.223-.455,6.348M13.754,14.09c-1.023,1.255-1.308,10.143,2.416,2.393M7.398,15.553c1.465,1.82,3.167,3.425,4.793,5.077M12.626,11.041c-2.029,1.433-3.898,3.076-5.778,4.692M6.669,11.767c-.68,2.808-1.465,5.593-2.169,8.396"/></svg>
Copied!