Patrika News Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Patrika News 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/345586.svg" alt="Patrika News icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345586.svg" alt="Patrika News icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345586.svg" alt="Patrika News icon" :width="24" :height="24" />
CSS background
.icon-patrika-news {
background-image: url('https://proicons.com/icon/345586.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="m10.97,40.9899c12.0547-7.753,21.2749-22.442,21.0081-36.8309"/><path class="b" d="m26.1925,2.8585c10.254,12.8717,14.7057,26.727,10.7375,38.2315"/><path class="b" d="m2.9835,25.8674C12.8373,10.8282,26.7761,7.677,41.5485,12.0787"/><path class="b" d="m3.317,19.9318c14.9058,15.0225,25.81,17.1567,39.5153,14.0388"/><path class="b" d="m45.5,24c0,11.8742-9.6258,21.5-21.5,21.5S2.5,35.8742,2.5,24m43,0c0-11.8742-9.6258-21.5-21.5-21.5S2.5,12.1258,2.5,24"/></svg>
Copied!