Jionews Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Jionews 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/327683.svg" alt="Jionews icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327683.svg" alt="Jionews icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327683.svg" alt="Jionews icon" :width="24" :height="24" />
CSS background
.icon-jionews {
background-image: url('https://proicons.com/icon/327683.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m41.7045,22.6222l-12.8456-7.4164c-1.0607-.6124-2.3865.1531-2.3865,1.3778v14.8328c0,1.2247,1.3258,1.9902,2.3865,1.3778l12.8456-7.4164c1.0607-.6124,1.0607-2.1433,0-2.7557Z"/><line class="c" x1="21.2861" y1="28.8778" x2="5.5" y2="28.8778"/><line class="c" x1="21.2861" y1="19.1222" x2="5.5" y2="19.1222"/><line class="c" x1="21.2861" y1="9.3665" x2="5.5" y2="9.3665"/><line class="c" x1="21.2861" y1="38.6335" x2="5.5" y2="38.6335"/></svg>
Copied!