ram memory icon

ram-memory from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
ram-memory
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Use the ram memory icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M2 12.5a2 2 0 1 0 0-4c0-1.404 0-2.107.337-2.611a2 2 0 0 1 .552-.552C3.393 5 4.096 5 5.5 5h13c1.404 0 2.107 0 2.611.337a2 2 0 0 1 .552.552C22 6.393 22 7.096 22 8.5a2 2 0 1 0 0 4c0 1.405 0 2.107-.337 2.611a2 2 0 0 1-.552.552C20.607 16 19.904 16 18.5 16h-13c-1.404 0-2.107 0-2.611-.337a2 2 0 0 1-.552-.552C2 14.607 2 13.904 2 12.5M4 16v2a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-2m4 0v2a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-2m-8-7v3m4-3v3M8 9v3"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsRamMemory(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M2 12.5a2 2 0 1 0 0-4c0-1.404 0-2.107.337-2.611a2 2 0 0 1 .552-.552C3.393 5 4.096 5 5.5 5h13c1.404 0 2.107 0 2.611.337a2 2 0 0 1 .552.552C22 6.393 22 7.096 22 8.5a2 2 0 1 0 0 4c0 1.405 0 2.107-.337 2.611a2 2 0 0 1-.552.552C20.607 16 19.904 16 18.5 16h-13c-1.404 0-2.107 0-2.611-.337a2 2 0 0 1-.552-.552C2 14.607 2 13.904 2 12.5M4 16v2a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-2m4 0v2a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-2m-8-7v3m4-3v3M8 9v3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M2 12.5a2 2 0 1 0 0-4c0-1.404 0-2.107.337-2.611a2 2 0 0 1 .552-.552C3.393 5 4.096 5 5.5 5h13c1.404 0 2.107 0 2.611.337a2 2 0 0 1 .552.552C22 6.393 22 7.096 22 8.5a2 2 0 1 0 0 4c0 1.405 0 2.107-.337 2.611a2 2 0 0 1-.552.552C20.607 16 19.904 16 18.5 16h-13c-1.404 0-2.107 0-2.611-.337a2 2 0 0 1-.552-.552C2 14.607 2 13.904 2 12.5M4 16v2a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-2m4 0v2a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-2m-8-7v3m4-3v3M8 9v3"/></svg>
</template>

CSS

.icon-ram-memory {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M2%2012.5a2%202%200%201%200%200-4c0-1.404%200-2.107.337-2.611a2%202%200%200%201%20.552-.552C3.393%205%204.096%205%205.5%205h13c1.404%200%202.107%200%202.611.337a2%202%200%200%201%20.552.552C22%206.393%2022%207.096%2022%208.5a2%202%200%201%200%200%204c0%201.405%200%202.107-.337%202.611a2%202%200%200%201-.552.552C20.607%2016%2019.904%2016%2018.5%2016h-13c-1.404%200-2.107%200-2.611-.337a2%202%200%200%201-.552-.552C2%2014.607%202%2013.904%202%2012.5M4%2016v2a1%201%200%200%200%201%201h3a1%201%200%200%200%201-1v-2m4%200v2a1%201%200%200%200%201%201h5a1%201%200%200%200%201-1v-2m-8-7v3m4-3v3M8%209v3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M2%2012.5a2%202%200%201%200%200-4c0-1.404%200-2.107.337-2.611a2%202%200%200%201%20.552-.552C3.393%205%204.096%205%205.5%205h13c1.404%200%202.107%200%202.611.337a2%202%200%200%201%20.552.552C22%206.393%2022%207.096%2022%208.5a2%202%200%201%200%200%204c0%201.405%200%202.107-.337%202.611a2%202%200%200%201-.552.552C20.607%2016%2019.904%2016%2018.5%2016h-13c-1.404%200-2.107%200-2.611-.337a2%202%200%200%201-.552-.552C2%2014.607%202%2013.904%202%2012.5M4%2016v2a1%201%200%200%200%201%201h3a1%201%200%200%200%201-1v-2m4%200v2a1%201%200%200%200%201%201h5a1%201%200%200%200%201-1v-2m-8-7v3m4-3v3M8%209v3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/ram-memory.svg?color=%231a73e8&size=48