memory card one icon
memory-card-one from IconPark by ByteDance · Color · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- memory-card-one
- Set
- IconPark
- Style
- Color
- Category
- Hardware
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More hardware icons from IconPark
Use the memory card one icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path d="M6 9C6 7.34315 7.34315 6 9 6H30.3363C31.132 6 31.895 6.31607 32.4576 6.87868L36.3158 10.7368L41.1213 15.5424C41.6839 16.105 42 16.868 42 17.6637V39C42 40.6569 40.6569 42 39 42H9C7.34315 42 6 40.6569 6 39V9Z"/><path fill="#2F88FF" d="M31 26H17C15.3431 26 14 27.3431 14 29V42H34V29C34 27.3431 32.6569 26 31 26Z"/><path stroke-linecap="round" d="M29 16H17C15.3431 16 14 14.6569 14 13V6"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkMemoryCardOne(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinejoin="round" strokeWidth="4"><path d="M6 9C6 7.34315 7.34315 6 9 6H30.3363C31.132 6 31.895 6.31607 32.4576 6.87868L36.3158 10.7368L41.1213 15.5424C41.6839 16.105 42 16.868 42 17.6637V39C42 40.6569 40.6569 42 39 42H9C7.34315 42 6 40.6569 6 39V9Z"/><path fill="#2F88FF" d="M31 26H17C15.3431 26 14 27.3431 14 29V42H34V29C34 27.3431 32.6569 26 31 26Z"/><path strokeLinecap="round" d="M29 16H17C15.3431 16 14 14.6569 14 13V6"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path d="M6 9C6 7.34315 7.34315 6 9 6H30.3363C31.132 6 31.895 6.31607 32.4576 6.87868L36.3158 10.7368L41.1213 15.5424C41.6839 16.105 42 16.868 42 17.6637V39C42 40.6569 40.6569 42 39 42H9C7.34315 42 6 40.6569 6 39V9Z"/><path fill="#2F88FF" d="M31 26H17C15.3431 26 14 27.3431 14 29V42H34V29C34 27.3431 32.6569 26 31 26Z"/><path stroke-linecap="round" d="M29 16H17C15.3431 16 14 14.6569 14 13V6"/></g></svg> </template>
CSS
.icon-memory-card-one {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M6%209C6%207.34315%207.34315%206%209%206H30.3363C31.132%206%2031.895%206.31607%2032.4576%206.87868L36.3158%2010.7368L41.1213%2015.5424C41.6839%2016.105%2042%2016.868%2042%2017.6637V39C42%2040.6569%2040.6569%2042%2039%2042H9C7.34315%2042%206%2040.6569%206%2039V9Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M31%2026H17C15.3431%2026%2014%2027.3431%2014%2029V42H34V29C34%2027.3431%2032.6569%2026%2031%2026Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M29%2016H17C15.3431%2016%2014%2014.6569%2014%2013V6%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M6%209C6%207.34315%207.34315%206%209%206H30.3363C31.132%206%2031.895%206.31607%2032.4576%206.87868L36.3158%2010.7368L41.1213%2015.5424C41.6839%2016.105%2042%2016.868%2042%2017.6637V39C42%2040.6569%2040.6569%2042%2039%2042H9C7.34315%2042%206%2040.6569%206%2039V9Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M31%2026H17C15.3431%2026%2014%2027.3431%2014%2029V42H34V29C34%2027.3431%2032.6569%2026%2031%2026Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M29%2016H17C15.3431%2016%2014%2014.6569%2014%2013V6%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/memory-card-one.svg?color=%231a73e8&size=48