Memory Zone Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Memory Zone 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/343628.svg" alt="Memory Zone icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343628.svg" alt="Memory Zone icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343628.svg" alt="Memory Zone icon" :width="24" :height="24" />
CSS background
.icon-memory-zone {
background-image: url('https://proicons.com/icon/343628.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="M36.7945,26.9298c-.5267-.6869-.5093-1.6465.042-2.3137l1.5198-1.8448c.6499-.7932,1.8198-.9094,2.6131-.2594.0022.0018.0044.0036.0067.0055l1.8438,1.5198c.7959.6549.9099,1.8238.254,2.6197l-1.5188,1.8448c-.5141.6261-1.3744.8473-2.1268.5469M33.0629,15.39c.6679,0,1.2069.5379,1.2069,1.2069,0,.6679-.5389,1.2069-1.2069,1.2069-.6649.0017-1.2052-.536-1.2069-1.2009,0-.002,0-.004,0-.006,0-.6699.5379-1.2069,1.2069-1.2069ZM33.6928,12.6033c-.15-1.8578-2.1428-4.5345-3.7146-3.8316-1.1049.4929-1.6348,2.4797-.6619,3.9216-2.8197.6959-3.7896,3.8066-4.6445,6.7093-.5509,1.8718-2.4597,3.0137-5.0275,3.8116M30.4742,36.9587c1.6728-1.8548,3.4916-5.8244-.8969-9.624l4.2765,2.6437c.6389.394,1.6358.066,2.3697,0,.9599.5259,2.5397.5629,3.0467,0,.402-1.3539.16-2.9087-1.8628-3.0157l-2.9397-.156c-1.2039-.064-1.1289-2.2568-2.1268-3.3296-.8159-.8779-1.8818-1.0549-3.1217-1.1629l2.3627-.305c1.4808.7559,3.0337.8799,4.5635.377,2.5957-.8509,3.9926-3.4906,3.0097-4.9325-1.0769-1.5808-2.5777-2.8327-3.8476-3.9866,1.2299-.5359,1.3069-1.7138-.5269-3.6316-1.5178-1.5878-2.2498-1.2299-2.9897-.5569M22.0121,41.1352c-4.9963-.0006-9.0465-4.0507-9.047-9.047,0-3.7146,2.2878-6.8023,6.0153-8.6221,3.5666-1.7398,5.4844-4.6475,5.4844-7.8551,0-4.8315-4.4695-8.7481-9.9829-8.7481s-9.9819,3.9166-9.9819,8.7481c0,2.2978,1.0319,4.5035,2.8817,6.1323-.1915-.4031-.2916-.8436-.293-1.2899-.0039-1.5738,1.2688-2.8528,2.8427-2.8567.0043,0,.0087,0,.013,0,1.5738-.0033,2.8524,1.2698,2.8557,2.8437,0,.0043,0,.0087,0,.013-.183,1.9038-3.8056,6.3883-3.1437,11.7247.7849,6.3213,3.2396,9.013,9.58,8.958h14.8664c.363-2.8277-1.9048-3.7626-4.4195-4.0836-.328-4.7315-3.2596-7.0922-7.2262-7.0282"/></svg>
Copied!