Padlet Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Padlet 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/345456.svg" alt="Padlet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345456.svg" alt="Padlet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345456.svg" alt="Padlet icon" :width="24" :height="24" />
CSS background
.icon-padlet {
background-image: url('https://proicons.com/icon/345456.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><path class="b" d="M16.6805,22.0559l-12.1805-6.9767,14.0099,25.4482,5.0324-2.4018,5.0895,2.5734,9.8359-16.6408,5.0324,2.459-3.0308-8.006-4.6893.5719-5.547,2.6305-6.6335-14.4113-6.9188,14.7536Z"/><path class="b" d="M38.4686,24.0563l2.0015-5.547"/><path class="b" d="M30.2337,21.7123l2.3446,5.9473-3.9458,13.0384"/><path class="b" d="M16.6805,22.0559l-2.3446,5.547,4.1745,12.924"/><path class="b" d="M23.6006,7.301l-.0572,30.8231"/><path class="b" d="M14.3366,27.6019l9.2226,2.0013,9.0196-1.9441"/></svg>
Copied!