usb-flash-drive from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
usb-flash-drive
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

Related icons in Material Design Icons

Use the usb flash drive icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 15c.55 0 1 .45 1 1s-.45 1-1 1s-1-.45-1-1s.45-1 1-1m7.07-10.31L16.5 6.1l-1.43 1.4l-1.41-1.4zM17.9 7.5l1.41 1.43l-1.41 1.41l-1.4-1.41zM8 13c-1.66 0-3 1.34-3 3s1.34 3 3 3s3-1.34 3-3s-1.34-3-3-3m1.77-8.67l.73.75l3.79-3.79c.18-.18.43-.29.71-.29s.53.11.71.29l7.07 7.07v.01a1.02 1.02 0 0 1-.12 1.39l-3.73 3.74l.74.73l-6.72 6.72A6.98 6.98 0 0 1 8 23c-3.87 0-7-3.13-7-7c0-1.93.78-3.68 2.05-4.95zM20.59 9L15 3.41L11.93 6.5l5.57 5.58z"/></svg>

React

import type { SVGProps } from "react";

export function MdiUsbFlashDrive(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 15c.55 0 1 .45 1 1s-.45 1-1 1s-1-.45-1-1s.45-1 1-1m7.07-10.31L16.5 6.1l-1.43 1.4l-1.41-1.4zM17.9 7.5l1.41 1.43l-1.41 1.41l-1.4-1.41zM8 13c-1.66 0-3 1.34-3 3s1.34 3 3 3s3-1.34 3-3s-1.34-3-3-3m1.77-8.67l.73.75l3.79-3.79c.18-.18.43-.29.71-.29s.53.11.71.29l7.07 7.07v.01a1.02 1.02 0 0 1-.12 1.39l-3.73 3.74l.74.73l-6.72 6.72A6.98 6.98 0 0 1 8 23c-3.87 0-7-3.13-7-7c0-1.93.78-3.68 2.05-4.95zM20.59 9L15 3.41L11.93 6.5l5.57 5.58z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 15c.55 0 1 .45 1 1s-.45 1-1 1s-1-.45-1-1s.45-1 1-1m7.07-10.31L16.5 6.1l-1.43 1.4l-1.41-1.4zM17.9 7.5l1.41 1.43l-1.41 1.41l-1.4-1.41zM8 13c-1.66 0-3 1.34-3 3s1.34 3 3 3s3-1.34 3-3s-1.34-3-3-3m1.77-8.67l.73.75l3.79-3.79c.18-.18.43-.29.71-.29s.53.11.71.29l7.07 7.07v.01a1.02 1.02 0 0 1-.12 1.39l-3.73 3.74l.74.73l-6.72 6.72A6.98 6.98 0 0 1 8 23c-3.87 0-7-3.13-7-7c0-1.93.78-3.68 2.05-4.95zM20.59 9L15 3.41L11.93 6.5l5.57 5.58z"/></svg>
</template>

CSS

.icon-usb-flash-drive {
  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%22currentColor%22%20d%3D%22M8%2015c.55%200%201%20.45%201%201s-.45%201-1%201s-1-.45-1-1s.45-1%201-1m7.07-10.31L16.5%206.1l-1.43%201.4l-1.41-1.4zM17.9%207.5l1.41%201.43l-1.41%201.41l-1.4-1.41zM8%2013c-1.66%200-3%201.34-3%203s1.34%203%203%203s3-1.34%203-3s-1.34-3-3-3m1.77-8.67l.73.75l3.79-3.79c.18-.18.43-.29.71-.29s.53.11.71.29l7.07%207.07v.01a1.02%201.02%200%200%201-.12%201.39l-3.73%203.74l.74.73l-6.72%206.72A6.98%206.98%200%200%201%208%2023c-3.87%200-7-3.13-7-7c0-1.93.78-3.68%202.05-4.95zM20.59%209L15%203.41L11.93%206.5l5.57%205.58z%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%22currentColor%22%20d%3D%22M8%2015c.55%200%201%20.45%201%201s-.45%201-1%201s-1-.45-1-1s.45-1%201-1m7.07-10.31L16.5%206.1l-1.43%201.4l-1.41-1.4zM17.9%207.5l1.41%201.43l-1.41%201.41l-1.4-1.41zM8%2013c-1.66%200-3%201.34-3%203s1.34%203%203%203s3-1.34%203-3s-1.34-3-3-3m1.77-8.67l.73.75l3.79-3.79c.18-.18.43-.29.71-.29s.53.11.71.29l7.07%207.07v.01a1.02%201.02%200%200%201-.12%201.39l-3.73%203.74l.74.73l-6.72%206.72A6.98%206.98%200%200%201%208%2023c-3.87%200-7-3.13-7-7c0-1.93.78-3.68%202.05-4.95zM20.59%209L15%203.41L11.93%206.5l5.57%205.58z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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