Matome Reader Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Matome Reader 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/343489.svg" alt="Matome Reader icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343489.svg" alt="Matome Reader icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343489.svg" alt="Matome Reader icon" :width="24" :height="24" />
CSS background
.icon-matome-reader {
background-image: url('https://proicons.com/icon/343489.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><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><circle class="b" cx="11.5" cy="11.5" r="2"/><path class="b" d="m8.9937 24.125c0-.78872.66602-1.4281 1.4876-1.4281.8216 0 1.4876.63936 1.4876 1.4281v2.3563"/><line class="b" x1="8.9938" x2="8.9938" y1="22.697" y2="26.481"/><path class="b" d="m11.969 24.125c0-.78872.66602-1.4281 1.4876-1.4281.82158 0 1.4876.63936 1.4876 1.4281v2.3563"/><path class="b" d="m19.407 25.053c0 .78872-.66602 1.4281-1.4876 1.4281-.82161 0-1.4876-.63936-1.4876-1.4281v-.92824c0-.78872.66602-1.4281 1.4876-1.4281.82161 0 1.4876.63936 1.4876 1.4281"/><line class="b" x1="19.407" x2="19.407" y1="26.481" y2="22.697"/><path class="b" d="m21.676 21.519v4.2485c0 .39435.33302.71403.7438.71403h.22314"/><line class="b" x1="20.895" x2="22.457" y1="22.697" y2="22.697"/><path class="b" d="m24.13 24.125c0-.78872.66602-1.4281 1.4876-1.4281s1.4876.63936 1.4876 1.4281v.92824c0 .78872-.66603 1.4281-1.4876 1.4281-.82158 0-1.4876-.63936-1.4876-1.4281z"/><path class="b" d="m28.593 24.125c0-.78872.66603-1.4281 1.4876-1.4281.82161 0 1.4876.63936 1.4876 1.4281v2.3563"/><line class="b" x1="28.593" x2="28.593" y1="22.697" y2="26.481"/><path class="b" d="m31.568 24.125c0-.78872.66602-1.4281 1.4876-1.4281s1.4876.63936 1.4876 1.4281v2.3563"/><path class="b" d="m38.811 25.761c-.25622.4305-.73909.72067-1.2926.72067-.82161 0-1.4876-.63936-1.4876-1.4281v-.92824c0-.78872.66602-1.4281 1.4876-1.4281.82161 0 1.4876.63936 1.4876 1.4281v.46412h-2.9752"/></svg>
Copied!