memory stick icon
memory-stick from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- memory-stick
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the memory stick 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="M22 13a2 2 0 1 1 0-4c0-.93 0-1.395-.102-1.776a3 3 0 0 0-2.122-2.122C19.396 5 18.93 5 18 5H6c-.93 0-1.395 0-1.776.102a3 3 0 0 0-2.122 2.122C2 7.605 2 8.07 2 9a2 2 0 1 1 0 4c0 .93 0 1.395.102 1.777a3 3 0 0 0 2.122 2.12C4.605 17 5.07 17 6 17h12c.93 0 1.395 0 1.776-.102a3 3 0 0 0 2.122-2.121C22 14.395 22 13.93 22 13M12 9v4m4-4v4M8 9v4m4 4v2m-4-2v2m-4-2v2m12-2v2m4-2v2"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsMemoryStick(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="M22 13a2 2 0 1 1 0-4c0-.93 0-1.395-.102-1.776a3 3 0 0 0-2.122-2.122C19.396 5 18.93 5 18 5H6c-.93 0-1.395 0-1.776.102a3 3 0 0 0-2.122 2.122C2 7.605 2 8.07 2 9a2 2 0 1 1 0 4c0 .93 0 1.395.102 1.777a3 3 0 0 0 2.122 2.12C4.605 17 5.07 17 6 17h12c.93 0 1.395 0 1.776-.102a3 3 0 0 0 2.122-2.121C22 14.395 22 13.93 22 13M12 9v4m4-4v4M8 9v4m4 4v2m-4-2v2m-4-2v2m12-2v2m4-2v2"/></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="M22 13a2 2 0 1 1 0-4c0-.93 0-1.395-.102-1.776a3 3 0 0 0-2.122-2.122C19.396 5 18.93 5 18 5H6c-.93 0-1.395 0-1.776.102a3 3 0 0 0-2.122 2.122C2 7.605 2 8.07 2 9a2 2 0 1 1 0 4c0 .93 0 1.395.102 1.777a3 3 0 0 0 2.122 2.12C4.605 17 5.07 17 6 17h12c.93 0 1.395 0 1.776-.102a3 3 0 0 0 2.122-2.121C22 14.395 22 13.93 22 13M12 9v4m4-4v4M8 9v4m4 4v2m-4-2v2m-4-2v2m12-2v2m4-2v2"/></svg> </template>
CSS
.icon-memory-stick {
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%22M22%2013a2%202%200%201%201%200-4c0-.93%200-1.395-.102-1.776a3%203%200%200%200-2.122-2.122C19.396%205%2018.93%205%2018%205H6c-.93%200-1.395%200-1.776.102a3%203%200%200%200-2.122%202.122C2%207.605%202%208.07%202%209a2%202%200%201%201%200%204c0%20.93%200%201.395.102%201.777a3%203%200%200%200%202.122%202.12C4.605%2017%205.07%2017%206%2017h12c.93%200%201.395%200%201.776-.102a3%203%200%200%200%202.122-2.121C22%2014.395%2022%2013.93%2022%2013M12%209v4m4-4v4M8%209v4m4%204v2m-4-2v2m-4-2v2m12-2v2m4-2v2%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%22M22%2013a2%202%200%201%201%200-4c0-.93%200-1.395-.102-1.776a3%203%200%200%200-2.122-2.122C19.396%205%2018.93%205%2018%205H6c-.93%200-1.395%200-1.776.102a3%203%200%200%200-2.122%202.122C2%207.605%202%208.07%202%209a2%202%200%201%201%200%204c0%20.93%200%201.395.102%201.777a3%203%200%200%200%202.122%202.12C4.605%2017%205.07%2017%206%2017h12c.93%200%201.395%200%201.776-.102a3%203%200%200%200%202.122-2.121C22%2014.395%2022%2013.93%2022%2013M12%209v4m4-4v4M8%209v4m4%204v2m-4-2v2m-4-2v2m12-2v2m4-2v2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/memory-stick.svg?color=%231a73e8&size=48