Capy Reader Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Capy 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/323438.svg" alt="Capy Reader icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323438.svg" alt="Capy Reader icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323438.svg" alt="Capy Reader icon" :width="24" :height="24" />
CSS background
.icon-capy-reader {
background-image: url('https://proicons.com/icon/323438.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="M4.5,37.1902c4.619,1.5263,9.4415,2.4359,14.2996,2.6971,4.8019.2582,9.6374-.1171,14.3419-1.1131"/><path class="c" d="M32.9267,33.6373l.2141,5.1374"/><path class="c" d="M8.653,15.0142l-4.1527,22.177"/><path class="c" d="M34.9738,21.6967l7.9314-.9082"/><path class="c" d="M40.7773,21.0326l.1297,7.8089"/><ellipse class="c" cx="20.1474" cy="18.8027" rx=".9205" ry=".7492"/><path class="c" d="M34.5328,33.5515c-.4282-.6619-.8564-1.3237-1.3177-2.5376-.4613-1.2139-.9558-2.9797-1.3442-5.0232-.3885-2.0435-.671-4.3642-.6963-5.9738-.0252-1.6095.2069-2.5075,1.0091-3.2089.8022-.7013,2.1745-1.2058,3.3405-1.4362s2.1255-.1864,3.085-.1425"/><path class="c" d="M8.653,15.0142c-.3496-.2141-.6993-.4281-1.0561-.8134-.3568-.3853-.7207-.9419-.9811-1.5341-.2604-.5922-.4174-1.2201-.4567-1.8195-.0392-.5994.0392-1.1702.1855-1.4984.1463-.3282.3603-.4138,1.4526-.2667,1.0923.1471,3.0628.527,5.0332.9069"/><path class="c" d="M24.2034,10.1241c1.1311-.7604,2.2621-1.5207,3.0595-1.8724.7974-.3516,1.2612-.2946,1.5453.2929s.3885,1.7053.4929,2.8232"/><path class="c" d="M17.5788,17.839c.4709-.2997.9419-.5994,1.6876-.7064.7456-.107,1.7659-.0214,2.7863.0642"/><path class="c" d="M27.3442,33.3822c1.0091.1816,2.0182.3633,2.9485.4057.9304.0425,1.7821-.0542,2.4754-.1168.6934-.0626,1.2286-.0912,2.1852-.2547.9566-.1636,2.3347-.4621,3.6191-.8738,1.2844-.4117,2.4751-.9364,3.2218-1.5822s1.0495-1.4127,1.2917-2.4117c.2422-.999.4238-2.2301.4137-3.8446-.0103-1.6145-.2119-3.6125-.6862-5.0555s-1.221-2.331-2.3814-3.3098-2.7346-2.0484-4.6587-2.8921c-1.9242-.8437-4.1982-1.4614-6.9127-2.1072-2.7145-.6458-5.8692-1.3198-8.7513-1.5759-2.882-.2562-5.4913-.0946-7.2522.4301-1.7609.5247-2.6733,1.4126-3.2327,2.2765-.5594.8639-.7659,1.7038-.9723,2.5437"/></svg>
Copied!