Read Chan Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Read Chan 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/331963.svg" alt="Read Chan icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331963.svg" alt="Read Chan icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331963.svg" alt="Read Chan icon" :width="24" :height="24" />
CSS background
.icon-read-chan {
background-image: url('https://proicons.com/icon/331963.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="m18.4423,8.4876l-3.1029-1.3556-4.7597,4.8634v2.6943l13.4581,9.2486,4.2775-15.759-1.5833-1.9389-6.9217-.7406-1.368,2.9876Z"/><path class="b" d="m39.6925,18.3529l1.3849-3.0899-4.8182-4.8056-2.6942-.0255-9.5272,13.5066,15.8685,4.2903,1.9538-1.5648.8062-6.9144-2.9737-1.3967Z"/><path class="b" d="m29.5076,39.5328l3.0836,1.3989,4.8273-4.7965.0377-2.694-13.4183-9.5028-4.4076,15.7634,1.556,1.9608,6.9107.8373,1.4107-2.9672Z"/><path class="b" d="m8.3095,29.4688l-1.3818,3.0913,4.823,4.8007,2.6942.0228,9.5929-13.4453-15.9527-4.3457-1.9522,1.5668-.7992,6.9152,2.9757,1.3941Z"/></svg>
Copied!