Broken Age Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Broken Age 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/337531.svg" alt="Broken Age icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337531.svg" alt="Broken Age icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337531.svg" alt="Broken Age icon" :width="24" :height="24" />
CSS background
.icon-broken-age {
background-image: url('https://proicons.com/icon/337531.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:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="b" points="22.8213 2.5 38.3693 7.9637 45.5 22.8213 40.0363 38.3693 25.1787 45.5 9.6307 40.0363 2.5 25.1787 7.9637 9.6307 22.8213 2.5"/><circle class="b" cx="24" cy="24" r="7.5306"/><rect class="b" x="13.9552" y="13.9552" width="20.0895" height="20.0895" transform="translate(-9.9411 24) rotate(-45)"/></svg>
Copied!