Us Top Hat Icon
Free SVG icon from the Govicons collection. Download or copy for use in any project.
The Us Top Hat 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/304866.svg" alt="Us Top Hat icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304866.svg" alt="Us Top Hat icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304866.svg" alt="Us Top Hat icon" :width="24" :height="24" />
CSS background
.icon-us-top-hat {
background-image: url('https://proicons.com/icon/304866.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 49.08 48.44"><title>us-top-hat</title><path d="M26.73,30.47c-1.43-8.16-3-16-4.65-23.14a41.25,41.25,0,0,0-4.3,2.56,4.18,4.18,0,0,0-1.24,1.35,1.65,1.65,0,0,0-.23,1.32c1.8,4.86,3.62,10.65,5.34,17C22.65,29.66,24.25,30.12,26.73,30.47Z" transform="translate(-11.46 -3.78)"/><path d="M42.07,30.42c1.08-8.59,2.32-17,3.69-25a29.27,29.27,0,0,0-7.24-1.59q-.32,13.5-.62,27C39.33,30.69,40.69,30.5,42.07,30.42Z" transform="translate(-11.46 -3.78)"/><path d="M34.43,31q-.3-13.64-.62-27.23a29.27,29.27,0,0,0-7.24,1.59C28,13.5,29.2,22,30.28,30.73Z" transform="translate(-11.46 -3.78)"/><path d="M56,12.56a1.65,1.65,0,0,0-.23-1.32,4.18,4.18,0,0,0-1.24-1.35,42.32,42.32,0,0,0-4.3-2.56c-1.64,7.06-3.19,14.8-4.6,22.84,1.53-.25,3.26-.54,5.06-.8C52.42,23.13,54.23,17.39,56,12.56Z" transform="translate(-11.46 -3.78)"/><path d="M52.6,36.94l-.35,4a4.29,4.29,0,0,1-3.34,3.84,56.7,56.7,0,0,1-13.4,1.48c-2.93,0-10.09-.18-13.4-1.83A4.34,4.34,0,0,1,19.74,41l-.34-4c-5,1.49-7.94,4-7.94,6.92,0,5.41,12.64,8.33,24.54,8.33s24.54-2.92,24.54-8.33C60.54,41,57.56,38.43,52.6,36.94Z" transform="translate(-11.46 -3.78)"/><path d="M35.35,32.14a64.22,64.22,0,0,1-13.7-1.23l.85,9.82A1.57,1.57,0,0,0,23.35,42c2.27,1.13,7.77,1.54,12.16,1.54A53.71,53.71,0,0,0,48.3,42.1a1.53,1.53,0,0,0,1.2-1.37l.86-10.06A70.33,70.33,0,0,1,35.35,32.14Zm-7.16,7.68-1.92-1-1.92,1,.37-2.13-1.55-1.52,2.14-.31,1-1.94,1,1.94,2.14.31-1.55,1.52Zm9.93.18L36,39.1l-2.12.9.18-2.37-1.48-1.81,2.22-.56,1.2-2,1.2,2,2.22.56-1.48,1.81Zm9.17-2.31.37,2.13-1.92-1-1.91,1,.36-2.13-1.55-1.52,2.14-.31,1-1.94,1,1.94,2.15.31Z" transform="translate(-11.46 -3.78)"/></svg>
Copied!