Periodical Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Periodical 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/345689.svg" alt="Periodical icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345689.svg" alt="Periodical icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345689.svg" alt="Periodical icon" :width="24" :height="24" />
CSS background
.icon-periodical {
background-image: url('https://proicons.com/icon/345689.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M21.41,4.52c.46-.47,7.16,9,9.4,13.24,6,11.49,5.84,19.29-.58,23.8a12,12,0,0,1-10.77,1.16c-4.69-2.12-6.93-6-6.62-11.42.18-3.21.68-4.64,3.7-10.68,2.9-5.78,3.6-7.74,4.1-11.45a39.64,39.64,0,0,1,.77-4.65Z"/></svg>
Copied!