Liberty Bell Icon
Free SVG icon from the Govicons collection. Download or copy for use in any project.
The Liberty Bell icon is commonly used in notification panels, alert systems and dashboard headers. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/304807.svg" alt="Liberty Bell icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304807.svg" alt="Liberty Bell icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304807.svg" alt="Liberty Bell icon" :width="24" :height="24" />
CSS background
.icon-liberty-bell {
background-image: url('https://proicons.com/icon/304807.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 72 56"><title>liberty-bell</title><path d="M56,22.78V16.59H53.9V5.43H41L39.57,4H32.43L31,5.43H18.1V16.59H16v6.19H18.1v-.61H25v-2.1l2.7-2.44V15.45H30l1-.95.88,5h-.36c-2.3,0-3.28.47-3.71,1.52-3.21.79-2.32,3.6-2.68,9.17-.44,6.71-1.22,9.5-4.71,12.81s-3.58,5.32-3.58,5.32S18.78,51.69,34,52l-1.29-2-.5-.8.72-2.8.18-.71h0l-2.92-4.18,1.66-3.6-.11-.73,1.16-4.37.24,4.45L32.49,41l4.2,3.79-.42,1.64-.58,2.26L36.55,50l1.28,2c15.43-.25,17.41-3.65,17.41-3.65s-.09-2-3.58-5.32S47.39,36.9,47,30.19c-.36-5.57.54-8.37-2.67-9.17-.43-1.05-1.42-1.52-3.72-1.52h-.35l.87-5,1,.95h2.27v2.18L47,20.08v2.09H53.9v.61ZM33.92,19.5l-1-5.44h2V19.5h-1Zm3.79,0h-.66V14.06h2l-1,5.44Z"/></svg>
Copied!