Memento Database Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Memento Database 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/343623.svg" alt="Memento Database icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343623.svg" alt="Memento Database icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343623.svg" alt="Memento Database icon" :width="24" :height="24" />
CSS background
.icon-memento-database {
background-image: url('https://proicons.com/icon/343623.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M35.0941,31.7344h3.7038"/><path class="a" d="M35.0941,28.0851h3.7038"/><path class="a" d="M35.0941,24.4357h3.7038"/><rect class="a" x="33.5282" y="21.4219" width="6.8357" height="13.1017"/><path class="a" d="M9.2021,31.7344h3.7038"/><path class="a" d="M9.2021,28.0851h3.7038"/><path class="a" d="M9.2021,24.4357h3.7038"/><rect class="a" x="7.6362" y="21.4219" width="6.8357" height="13.1017"/><path class="a" d="M22.1526,31.7344h3.7038"/><path class="a" d="M22.1526,28.0851h3.7038"/><circle class="a" cx="36.946" cy="14.4863" r="2.9621"/><circle class="a" cx="24" cy="14.4863" r="2.9621"/><rect class="a" x="18.446" y="5.2018" width="11.108" height="37.5963" rx="1.0192"/><rect class="a" x="31.392" y="5.2018" width="11.108" height="37.5963" rx="1.0192"/><rect class="a" x="5.5" y="5.2018" width="11.108" height="37.5963" rx="1.0192"/><circle class="a" cx="11.054" cy="14.4863" r="2.9621"/><path class="a" d="M22.1526,24.4357h3.7038"/><rect class="a" x="20.5822" y="21.4219" width="6.8357" height="13.1017"/></svg>
Copied!