1824 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 1824 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/321141.svg" alt="1824 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321141.svg" alt="1824 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321141.svg" alt="1824 icon" :width="24" :height="24" />
CSS background
.icon-1824 {
background-image: url('https://proicons.com/icon/321141.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M5.5,17.833l12.333-12.333,24.667,24.667-12.333,12.333L5.5,17.833Z"/><path class="b" d="M36.22,29.039l-6.0296-6.029.814,7.2857,3.9944-3.9944"/><path class="b" d="M24.249,32.946c-1.2326-1.2326-1.0878-3.3211.4345-4.3526.9985-.6766,2.3918-.6211,3.324.1444.6934.5694,1.1166,1.3922,1.0632,2.211-.0989,1.517-.7895,6.0293-.7895,6.0293l3.9944-3.9944"/><path class="b" d="M17.564,13.176l2.3281.6866-6.0293,6.0293"/><path class="b" d="M20.409,20.409c-.8325-.8325-2.1822-.8325-3.0147,0-.8325.8325-.8325,2.1822,0,3.0147l.9798.9798c.8325.8325,2.1822.8325,3.0147,0,.8325-.8325.8325-2.1822,0-3.0147"/><path class="b" d="M21.389,21.389c.8325.8325,2.1822.8325,3.0147,0,.8325-.8325.8325-2.1822,0-3.0147l-.9798-.9798c-.8325-.8325-2.1822-.8325-3.0147,0s-.8325,2.1822,0,3.0147"/><line class="b" x1="20.409" y1="20.409" x2="21.389" y2="21.389"/></svg>
Copied!