Pillars Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pillars 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/331264.svg" alt="Pillars icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331264.svg" alt="Pillars icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331264.svg" alt="Pillars icon" :width="24" :height="24" />
CSS background
.icon-pillars {
background-image: url('https://proicons.com/icon/331264.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="m24.6459,2.5081C12.8216,2.1862,3.0494,11.5475,2.8189,23.4172c-.2304,11.8697,9.1683,21.7529,20.9926,22.0748,10.2848.28,19.2589-6.8207,21.3736-16.9116-6.3874,7.227-17.2455,8.1152-24.2522,1.9839-7.0067-6.1313-7.5088-16.9603-1.1213-24.1873,1.3781-1.5592,3.0153-2.8695,4.8343-3.869Z"/></svg>
Copied!