Kenwood World Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kenwood World 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/327884.svg" alt="Kenwood World icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327884.svg" alt="Kenwood World icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327884.svg" alt="Kenwood World icon" :width="24" :height="24" />
CSS background
.icon-kenwood-world {
background-image: url('https://proicons.com/icon/327884.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{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="e" d="M23.8047,7.3043s-.0567,2.468-.0884,4.5299c-2.3423.9502-11.1811,6.4744-13.6118,9.7227-.8113,1.3522-.9949,2.178-.1768,5.4801.52,2.099,4.4668,9.7025,6.2756,11.3137,2.0298,1.9694,5.5099,2.3119,8.2201,2.3423,2.8376.0318,5.2008-.1569,8.3085-3.3588,1.4584-1.5026,4.7655-7.5592,5.3917-9.8553.5317-1.9495.8025-3.8534-.1768-5.5685-.6578-1.152-4.5024-4.1748-5.7452-4.9497-1.1074-.6905-8.4632-5.237-8.4632-5.237"/><path id="c" class="e" d="M17.0872,15.7232v23.0694"/><path id="d" class="e" d="M31.9882,17.1272s-14.8029,7.6743-14.7814,10.2946c.0215,2.6202,15.4367,9.7799,15.4367,9.7799"/></svg>
Copied!