Jefferson Memorial Icon
Free SVG icon from the Govicons collection. Download or copy for use in any project.
The Jefferson Memorial 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/304803.svg" alt="Jefferson Memorial icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304803.svg" alt="Jefferson Memorial icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304803.svg" alt="Jefferson Memorial icon" :width="24" :height="24" />
CSS background
.icon-jefferson-memorial {
background-image: url('https://proicons.com/icon/304803.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>jefferson-memorial</title><rect x="12.02" y="20.4" width="47.97" height="3.89"/><path d="M58,19.6a25.22,25.22,0,0,0-44.26,0Z"/><rect x="13.87" y="23.26" width="2.76" height="16.01"/><rect x="20.79" y="23.26" width="2.76" height="16.01"/><rect x="27.71" y="23.26" width="2.76" height="16.01"/><rect x="34.61" y="23.26" width="2.76" height="16.01"/><rect x="41.53" y="23.26" width="2.76" height="16.01"/><rect x="48.45" y="23.26" width="2.76" height="16.01"/><rect x="55.38" y="23.26" width="2.76" height="16.01"/><rect x="9.18" y="37.63" width="53.64" height="1.64"/><rect x="9.93" y="40.02" width="52.14" height="9.49"/></svg>
Copied!