Readawrite Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Readawrite 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/346525.svg" alt="Readawrite icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346525.svg" alt="Readawrite icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346525.svg" alt="Readawrite icon" :width="24" :height="24" />
CSS background
.icon-readawrite {
background-image: url('https://proicons.com/icon/346525.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="M16.2385,36.3937l.0341,2.6339c.0341,2.5673-1.8726,4.4724-4.2214,4.4724s-5.15-2.0945-4.032-5.1552l10.7576-29.5005c.6316-1.7138,2.6424-4.3443,5.2234-4.3443s4.5919,2.6305,5.2234,4.3443l10.7576,29.4988c1.1164,3.0624-1.6831,5.1569-4.032,5.1569s-4.2539-1.905-4.2214-4.4724l.0341-2.6339c0-.1468-.0615-.2851-.2561-.3585-.2748-.0717-.5673-.0076-.7869.1724l-1.2888,1.2871c-.6666.6664-1.7471.6664-2.4137,0l-1.8094-1.806c-.6666-.6664-1.7471-.6664-2.4137,0l-1.8094,1.806c-.6663.667-1.7471.6676-2.4141.0013l-.0013-.0013-1.2871-1.2871c-.2197-.1812-.513-.246-.7886-.1741-.1946.0751-.2561.2134-.2561.3602h.0017ZM24.0003,15.2456c.7545,0,1.0276.7921,1.229,1.3707l3.3799,9.7982c.2322.6726-.1997,1.2768-1.0464,1.6643-.5957.2731-1.468.6828-3.5625.6828s-2.9668-.4097-3.5625-.6828h0c-.8484-.3875-1.2803-.9918-1.0481-1.6643l3.3816-9.7982c.2014-.5804.4745-1.3707,1.229-1.3707"/></svg>
Copied!