Aps3e Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Aps3e 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/321986.svg" alt="Aps3e icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321986.svg" alt="Aps3e icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321986.svg" alt="Aps3e icon" :width="24" :height="24" />
CSS background
.icon-aps3e {
background-image: url('https://proicons.com/icon/321986.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="e" d="M8.4579,5.5v5.3404h17.7143c2.9833.0015,5.4001,1.3612,5.4001,5.2447,0,3.8858-2.4201,5.2447-5.406,5.2447H8.4579v5.3404h17.7143c2.9833.0015,5.4001,1.3612,5.4001,5.2447,0,3.8859-2.4201,5.2447-5.406,5.2447H8.4579v5.3404h17.7085c7.3878,0,13.3757-2.744,13.3757-10.5851,0-3.6796-1.32-6.237-3.4831-7.9149,2.1636-1.6778,3.4831-4.2349,3.4831-7.9149,0-7.8411-5.9879-10.5851-13.3757-10.5851H8.4579Z"/><path id="d" class="e" d="M39.4082,18.0236h-5.1836c-.4248,0-.7692-.3444-.7692-.7692v-.3288c0-.4248.3444-.7692.7692-.7692M39.5419,16.1563h-5.3174c-.4248,0-.7692-.3444-.7692-.7692v-.3288c0-.4248.3444-.7692.7692-.7692h5.2035M22.7294,18.0236h2.046c.4921,0,.8909-.3988.8909-.8906v-1.9532c0-.4919.3989-.8906.8909-.8906h2.2408M16.3043,18.0236v-.9766c0-.4919.3989-.8906.8909-.8906h3.3773c.4921,0,.8909-.3988.8909-.8906v-.086c0-.4919-.3989-.8906-.8909-.8906h-4.2682M9.8599,17.2931h4.1859M9.351,18.0235l2.6019-3.7345,2.6019,3.7345"/></svg>
Copied!