Hilton Honors Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hilton Honors 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/327038.svg" alt="Hilton Honors icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327038.svg" alt="Hilton Honors icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327038.svg" alt="Hilton Honors icon" :width="24" :height="24" />
CSS background
.icon-hilton-honors {
background-image: url('https://proicons.com/icon/327038.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:#000;}.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><line class="c" x1="10.643" y1="20.25" x2="10.643" y2="28.25"/><line class="c" x1="15.943" y1="20.25" x2="15.943" y2="28.25"/><line class="c" x1="10.643" y1="24.235" x2="15.943" y2="24.235"/><path class="c" d="M29.178,28.25c-1.1046,0-2-.8954-2-2v-1.3c0-1.1046.8954-2,2-2s2,.8954,2,2v1.3c0,1.1046-.8954,2-2,2Z"/><circle class="b" cx="18.32" cy="20.5" r=".75"/><line class="c" x1="18.32" y1="22.95" x2="18.32" y2="28.25"/><line class="c" x1="24.2815" y1="21.3" x2="24.2815" y2="28.25"/><line class="c" x1="23.2315" y1="22.95" x2="25.3315" y2="22.95"/><path class="c" d="M20.701,20.25v7c0,.5523.4477,1,1,1h.3"/><path class="c" d="M37.357,28.25v-3.3c0-1.1046-.8954-2-2-2s-2,.8954-2,2"/><line class="c" x1="33.357" y1="28.25" x2="33.357" y2="22.95"/></svg>
Copied!