usb memory 02 icon

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

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

Related icons in Huge Icons

Use the usb memory 02 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="M7 11.5c0-1.886 0-2.828.586-3.414S9.114 7.5 11 7.5h2c1.886 0 2.828 0 3.414.586S17 9.614 17 11.5V17c0 .93 0 1.394-.077 1.78a4 4 0 0 1-3.143 3.143C13.394 22 12.93 22 12 22s-1.394 0-1.78-.077a4 4 0 0 1-3.143-3.143C7 18.394 7 17.93 7 17zm8.5-4v-2c0-1.404 0-2.107-.337-2.611a2 2 0 0 0-.552-.552C14.107 2 13.404 2 12 2s-2.107 0-2.611.337a2 2 0 0 0-.552.552C8.5 3.393 8.5 4.096 8.5 5.5v2m3-3h1"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsUsbMemory02(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="M7 11.5c0-1.886 0-2.828.586-3.414S9.114 7.5 11 7.5h2c1.886 0 2.828 0 3.414.586S17 9.614 17 11.5V17c0 .93 0 1.394-.077 1.78a4 4 0 0 1-3.143 3.143C13.394 22 12.93 22 12 22s-1.394 0-1.78-.077a4 4 0 0 1-3.143-3.143C7 18.394 7 17.93 7 17zm8.5-4v-2c0-1.404 0-2.107-.337-2.611a2 2 0 0 0-.552-.552C14.107 2 13.404 2 12 2s-2.107 0-2.611.337a2 2 0 0 0-.552.552C8.5 3.393 8.5 4.096 8.5 5.5v2m3-3h1"/></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="M7 11.5c0-1.886 0-2.828.586-3.414S9.114 7.5 11 7.5h2c1.886 0 2.828 0 3.414.586S17 9.614 17 11.5V17c0 .93 0 1.394-.077 1.78a4 4 0 0 1-3.143 3.143C13.394 22 12.93 22 12 22s-1.394 0-1.78-.077a4 4 0 0 1-3.143-3.143C7 18.394 7 17.93 7 17zm8.5-4v-2c0-1.404 0-2.107-.337-2.611a2 2 0 0 0-.552-.552C14.107 2 13.404 2 12 2s-2.107 0-2.611.337a2 2 0 0 0-.552.552C8.5 3.393 8.5 4.096 8.5 5.5v2m3-3h1"/></svg>
</template>

CSS

.icon-usb-memory-02 {
  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%22M7%2011.5c0-1.886%200-2.828.586-3.414S9.114%207.5%2011%207.5h2c1.886%200%202.828%200%203.414.586S17%209.614%2017%2011.5V17c0%20.93%200%201.394-.077%201.78a4%204%200%200%201-3.143%203.143C13.394%2022%2012.93%2022%2012%2022s-1.394%200-1.78-.077a4%204%200%200%201-3.143-3.143C7%2018.394%207%2017.93%207%2017zm8.5-4v-2c0-1.404%200-2.107-.337-2.611a2%202%200%200%200-.552-.552C14.107%202%2013.404%202%2012%202s-2.107%200-2.611.337a2%202%200%200%200-.552.552C8.5%203.393%208.5%204.096%208.5%205.5v2m3-3h1%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%22M7%2011.5c0-1.886%200-2.828.586-3.414S9.114%207.5%2011%207.5h2c1.886%200%202.828%200%203.414.586S17%209.614%2017%2011.5V17c0%20.93%200%201.394-.077%201.78a4%204%200%200%201-3.143%203.143C13.394%2022%2012.93%2022%2012%2022s-1.394%200-1.78-.077a4%204%200%200%201-3.143-3.143C7%2018.394%207%2017.93%207%2017zm8.5-4v-2c0-1.404%200-2.107-.337-2.611a2%202%200%200%200-.552-.552C14.107%202%2013.404%202%2012%202s-2.107%200-2.611.337a2%202%200%200%200-.552.552C8.5%203.393%208.5%204.096%208.5%205.5v2m3-3h1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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