Honor Of Kings Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Honor Of Kings 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/327114.svg" alt="Honor Of Kings icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327114.svg" alt="Honor Of Kings icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327114.svg" alt="Honor Of Kings icon" :width="24" :height="24" />
CSS background
.icon-honor-of-kings {
background-image: url('https://proicons.com/icon/327114.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="f" d="M27.51,16.428c3.026,1.257,5.263,4.094,5.263,7.562,0,4.452-3.229,8.06-7.681,8.06v-5.373c1.484,0,2.306-1.203,2.306-2.687s-.822-2.686-2.306-2.686v-7.335c.697,1.096,1.14,1.928,2.418,2.46v-.001Z"/><path id="c" class="f" d="M20.49,31.572c-3.026-1.257-5.263-4.094-5.263-7.562,0-4.452,3.229-8.06,7.681-8.06v5.373c-1.484,0-2.306,1.203-2.306,2.687s.822,2.686,2.306,2.686v7.335c-.697-1.096-1.14-1.928-2.418-2.46v.001Z"/><path id="d" class="f" d="M43.5,6.236l-10.332,10.33c1.7046,2.1049,2.6348,4.7314,2.635,7.44,0,6.531-5.295,11.825-11.827,11.825-2.708,0-5.334-.93-7.44-2.633l-4.213,4.208c3.232,2.8099,7.3703,4.3576,11.653,4.358,3.742,0,7.388-1.182,10.411-3.386l-.57-.574,3.96-3.96h0l.574.571c2.2024-3.0232,3.388-6.6676,3.386-10.408h0c0-1.484-.156-2.957-.545-4.367-1.261-4.572-.797-9.45,2.308-13.404Z"/><path id="e" class="f" d="M4.5,41.764l10.332-10.33c-1.7046-2.1049-2.6348-4.7314-2.635-7.44,0-6.531,5.295-11.825,11.827-11.825,2.708,0,5.334.93,7.44,2.633l4.213-4.208c-3.232-2.8099-7.3703-4.3576-11.653-4.358-3.7413-.002-7.3867,1.1836-10.411,3.386l.57.574-3.96,3.96h0l-.574-.571c-2.2024,3.0232-3.388,6.6676-3.386,10.408h0c0,1.484.156,2.957.545,4.367,1.261,4.572.797,9.45-2.308,13.404Z"/></svg>
Copied!