flash drive icon

flash-drive-filled from Reicon by REICON · Filled · Devices · MIT Free for personal and commercial use.

Name
flash-drive-filled
Set
Reicon
Style
Filled
Category
Devices
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

More devices icons from Reicon

Use the flash drive icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="m5.255 9.54l.767-.767c2.17-2.17 3.254-3.255 4.603-3.255q.301 0 .59.073c1.106.275 2.167 1.336 4.012 3.18v.002h.001c1.58 1.58 2.585 2.585 3.014 3.535c.16.355.24.701.24 1.067c0 1.348-1.085 2.433-3.255 4.603l-.767.767C12.29 20.915 11.206 22 9.857 22s-2.433-1.085-4.602-3.255S2 15.491 2 14.142S3.085 11.71 5.255 9.54m-.53 4.072a.75.75 0 0 1 1.06 0l4.603 4.603a.75.75 0 0 1-1.06 1.06l-4.603-4.602a.75.75 0 0 1 0-1.06M19.83 4.17C21.277 5.616 22 6.34 22 7.238c0 .9-.723 1.622-2.17 3.069l-.635.636a8 8 0 0 0-.334-.47c-.604-.792-1.478-1.666-2.502-2.69l-.142-.142c-1.024-1.024-1.898-1.898-2.69-2.502a8 8 0 0 0-.47-.333l.636-.636C15.14 2.723 15.863 2 16.762 2c.898 0 1.622.723 3.068 2.17m-.209 2.33a.75.75 0 0 1 0 1.06l-.707.708a.75.75 0 1 1-1.06-1.06l.707-.708a.75.75 0 0 1 1.06 0M17.5 4.379a.75.75 0 0 1 0 1.06l-.707.707a.75.75 0 1 1-1.06-1.06l.706-.707a.75.75 0 0 1 1.06 0" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconFlashDriveFilled(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" fillRule="evenodd" d="m5.255 9.54l.767-.767c2.17-2.17 3.254-3.255 4.603-3.255q.301 0 .59.073c1.106.275 2.167 1.336 4.012 3.18v.002h.001c1.58 1.58 2.585 2.585 3.014 3.535c.16.355.24.701.24 1.067c0 1.348-1.085 2.433-3.255 4.603l-.767.767C12.29 20.915 11.206 22 9.857 22s-2.433-1.085-4.602-3.255S2 15.491 2 14.142S3.085 11.71 5.255 9.54m-.53 4.072a.75.75 0 0 1 1.06 0l4.603 4.603a.75.75 0 0 1-1.06 1.06l-4.603-4.602a.75.75 0 0 1 0-1.06M19.83 4.17C21.277 5.616 22 6.34 22 7.238c0 .9-.723 1.622-2.17 3.069l-.635.636a8 8 0 0 0-.334-.47c-.604-.792-1.478-1.666-2.502-2.69l-.142-.142c-1.024-1.024-1.898-1.898-2.69-2.502a8 8 0 0 0-.47-.333l.636-.636C15.14 2.723 15.863 2 16.762 2c.898 0 1.622.723 3.068 2.17m-.209 2.33a.75.75 0 0 1 0 1.06l-.707.708a.75.75 0 1 1-1.06-1.06l.707-.708a.75.75 0 0 1 1.06 0M17.5 4.379a.75.75 0 0 1 0 1.06l-.707.707a.75.75 0 1 1-1.06-1.06l.706-.707a.75.75 0 0 1 1.06 0" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="m5.255 9.54l.767-.767c2.17-2.17 3.254-3.255 4.603-3.255q.301 0 .59.073c1.106.275 2.167 1.336 4.012 3.18v.002h.001c1.58 1.58 2.585 2.585 3.014 3.535c.16.355.24.701.24 1.067c0 1.348-1.085 2.433-3.255 4.603l-.767.767C12.29 20.915 11.206 22 9.857 22s-2.433-1.085-4.602-3.255S2 15.491 2 14.142S3.085 11.71 5.255 9.54m-.53 4.072a.75.75 0 0 1 1.06 0l4.603 4.603a.75.75 0 0 1-1.06 1.06l-4.603-4.602a.75.75 0 0 1 0-1.06M19.83 4.17C21.277 5.616 22 6.34 22 7.238c0 .9-.723 1.622-2.17 3.069l-.635.636a8 8 0 0 0-.334-.47c-.604-.792-1.478-1.666-2.502-2.69l-.142-.142c-1.024-1.024-1.898-1.898-2.69-2.502a8 8 0 0 0-.47-.333l.636-.636C15.14 2.723 15.863 2 16.762 2c.898 0 1.622.723 3.068 2.17m-.209 2.33a.75.75 0 0 1 0 1.06l-.707.708a.75.75 0 1 1-1.06-1.06l.707-.708a.75.75 0 0 1 1.06 0M17.5 4.379a.75.75 0 0 1 0 1.06l-.707.707a.75.75 0 1 1-1.06-1.06l.706-.707a.75.75 0 0 1 1.06 0" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-flash-drive-filled {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22m5.255%209.54l.767-.767c2.17-2.17%203.254-3.255%204.603-3.255q.301%200%20.59.073c1.106.275%202.167%201.336%204.012%203.18v.002h.001c1.58%201.58%202.585%202.585%203.014%203.535c.16.355.24.701.24%201.067c0%201.348-1.085%202.433-3.255%204.603l-.767.767C12.29%2020.915%2011.206%2022%209.857%2022s-2.433-1.085-4.602-3.255S2%2015.491%202%2014.142S3.085%2011.71%205.255%209.54m-.53%204.072a.75.75%200%200%201%201.06%200l4.603%204.603a.75.75%200%200%201-1.06%201.06l-4.603-4.602a.75.75%200%200%201%200-1.06M19.83%204.17C21.277%205.616%2022%206.34%2022%207.238c0%20.9-.723%201.622-2.17%203.069l-.635.636a8%208%200%200%200-.334-.47c-.604-.792-1.478-1.666-2.502-2.69l-.142-.142c-1.024-1.024-1.898-1.898-2.69-2.502a8%208%200%200%200-.47-.333l.636-.636C15.14%202.723%2015.863%202%2016.762%202c.898%200%201.622.723%203.068%202.17m-.209%202.33a.75.75%200%200%201%200%201.06l-.707.708a.75.75%200%201%201-1.06-1.06l.707-.708a.75.75%200%200%201%201.06%200M17.5%204.379a.75.75%200%200%201%200%201.06l-.707.707a.75.75%200%201%201-1.06-1.06l.706-.707a.75.75%200%200%201%201.06%200%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22m5.255%209.54l.767-.767c2.17-2.17%203.254-3.255%204.603-3.255q.301%200%20.59.073c1.106.275%202.167%201.336%204.012%203.18v.002h.001c1.58%201.58%202.585%202.585%203.014%203.535c.16.355.24.701.24%201.067c0%201.348-1.085%202.433-3.255%204.603l-.767.767C12.29%2020.915%2011.206%2022%209.857%2022s-2.433-1.085-4.602-3.255S2%2015.491%202%2014.142S3.085%2011.71%205.255%209.54m-.53%204.072a.75.75%200%200%201%201.06%200l4.603%204.603a.75.75%200%200%201-1.06%201.06l-4.603-4.602a.75.75%200%200%201%200-1.06M19.83%204.17C21.277%205.616%2022%206.34%2022%207.238c0%20.9-.723%201.622-2.17%203.069l-.635.636a8%208%200%200%200-.334-.47c-.604-.792-1.478-1.666-2.502-2.69l-.142-.142c-1.024-1.024-1.898-1.898-2.69-2.502a8%208%200%200%200-.47-.333l.636-.636C15.14%202.723%2015.863%202%2016.762%202c.898%200%201.622.723%203.068%202.17m-.209%202.33a.75.75%200%200%201%200%201.06l-.707.708a.75.75%200%201%201-1.06-1.06l.707-.708a.75.75%200%200%201%201.06%200M17.5%204.379a.75.75%200%200%201%200%201.06l-.707.707a.75.75%200%201%201-1.06-1.06l.706-.707a.75.75%200%200%201%201.06%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Flash Drive filled icon — Reicon · IconsDB