flash drive icon
flash-drive-duotone from Reicon by REICON · Duotone · Devices · MIT Free for personal and commercial use.
- Name
- flash-drive-duotone
- Set
- Reicon
- Style
- Duotone
- 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"><g fill="currentColor"><path d="M19.83 10.441L18.296 12l-.11.11l-.09-.088c-.49-.87-1.446-1.827-2.869-3.25c-1.408-1.407-2.359-2.359-3.221-2.853l1.687-1.714C15.139 2.735 15.863 2 16.76 2c.9 0 1.623.735 3.069 2.205C21.277 5.675 22 6.41 22 7.323s-.724 1.648-2.17 3.118" opacity=".5"/><path fill-rule="evenodd" d="M2 14.142c0 1.348 1.085 2.433 3.255 4.603S8.509 22 9.857 22s2.434-1.085 4.603-3.255l.767-.767c2.17-2.17 3.255-3.255 3.255-4.603s-1.085-2.433-3.255-4.603s-3.254-3.254-4.602-3.254s-2.433 1.084-4.603 3.254l-.767.767C3.085 11.71 2 12.794 2 14.142m3.785-.53a.75.75 0 0 0-1.06 1.06l4.602 4.604a.75.75 0 1 0 1.061-1.06zm13.462-6.739a.75.75 0 0 1 0 1.06l-.707.708a.75.75 0 1 1-1.06-1.06l.706-.708a.75.75 0 0 1 1.061 0m-2.121-2.121a.75.75 0 0 1 0 1.06l-.707.708a.75.75 0 1 1-1.06-1.06l.706-.708a.75.75 0 0 1 1.061 0" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconFlashDriveDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M19.83 10.441L18.296 12l-.11.11l-.09-.088c-.49-.87-1.446-1.827-2.869-3.25c-1.408-1.407-2.359-2.359-3.221-2.853l1.687-1.714C15.139 2.735 15.863 2 16.76 2c.9 0 1.623.735 3.069 2.205C21.277 5.675 22 6.41 22 7.323s-.724 1.648-2.17 3.118" opacity=".5"/><path fillRule="evenodd" d="M2 14.142c0 1.348 1.085 2.433 3.255 4.603S8.509 22 9.857 22s2.434-1.085 4.603-3.255l.767-.767c2.17-2.17 3.255-3.255 3.255-4.603s-1.085-2.433-3.255-4.603s-3.254-3.254-4.602-3.254s-2.433 1.084-4.603 3.254l-.767.767C3.085 11.71 2 12.794 2 14.142m3.785-.53a.75.75 0 0 0-1.06 1.06l4.602 4.604a.75.75 0 1 0 1.061-1.06zm13.462-6.739a.75.75 0 0 1 0 1.06l-.707.708a.75.75 0 1 1-1.06-1.06l.706-.708a.75.75 0 0 1 1.061 0m-2.121-2.121a.75.75 0 0 1 0 1.06l-.707.708a.75.75 0 1 1-1.06-1.06l.706-.708a.75.75 0 0 1 1.061 0" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M19.83 10.441L18.296 12l-.11.11l-.09-.088c-.49-.87-1.446-1.827-2.869-3.25c-1.408-1.407-2.359-2.359-3.221-2.853l1.687-1.714C15.139 2.735 15.863 2 16.76 2c.9 0 1.623.735 3.069 2.205C21.277 5.675 22 6.41 22 7.323s-.724 1.648-2.17 3.118" opacity=".5"/><path fill-rule="evenodd" d="M2 14.142c0 1.348 1.085 2.433 3.255 4.603S8.509 22 9.857 22s2.434-1.085 4.603-3.255l.767-.767c2.17-2.17 3.255-3.255 3.255-4.603s-1.085-2.433-3.255-4.603s-3.254-3.254-4.602-3.254s-2.433 1.084-4.603 3.254l-.767.767C3.085 11.71 2 12.794 2 14.142m3.785-.53a.75.75 0 0 0-1.06 1.06l4.602 4.604a.75.75 0 1 0 1.061-1.06zm13.462-6.739a.75.75 0 0 1 0 1.06l-.707.708a.75.75 0 1 1-1.06-1.06l.706-.708a.75.75 0 0 1 1.061 0m-2.121-2.121a.75.75 0 0 1 0 1.06l-.707.708a.75.75 0 1 1-1.06-1.06l.706-.708a.75.75 0 0 1 1.061 0" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-flash-drive-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M19.83%2010.441L18.296%2012l-.11.11l-.09-.088c-.49-.87-1.446-1.827-2.869-3.25c-1.408-1.407-2.359-2.359-3.221-2.853l1.687-1.714C15.139%202.735%2015.863%202%2016.76%202c.9%200%201.623.735%203.069%202.205C21.277%205.675%2022%206.41%2022%207.323s-.724%201.648-2.17%203.118%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2%2014.142c0%201.348%201.085%202.433%203.255%204.603S8.509%2022%209.857%2022s2.434-1.085%204.603-3.255l.767-.767c2.17-2.17%203.255-3.255%203.255-4.603s-1.085-2.433-3.255-4.603s-3.254-3.254-4.602-3.254s-2.433%201.084-4.603%203.254l-.767.767C3.085%2011.71%202%2012.794%202%2014.142m3.785-.53a.75.75%200%200%200-1.06%201.06l4.602%204.604a.75.75%200%201%200%201.061-1.06zm13.462-6.739a.75.75%200%200%201%200%201.06l-.707.708a.75.75%200%201%201-1.06-1.06l.706-.708a.75.75%200%200%201%201.061%200m-2.121-2.121a.75.75%200%200%201%200%201.06l-.707.708a.75.75%200%201%201-1.06-1.06l.706-.708a.75.75%200%200%201%201.061%200%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M19.83%2010.441L18.296%2012l-.11.11l-.09-.088c-.49-.87-1.446-1.827-2.869-3.25c-1.408-1.407-2.359-2.359-3.221-2.853l1.687-1.714C15.139%202.735%2015.863%202%2016.76%202c.9%200%201.623.735%203.069%202.205C21.277%205.675%2022%206.41%2022%207.323s-.724%201.648-2.17%203.118%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2%2014.142c0%201.348%201.085%202.433%203.255%204.603S8.509%2022%209.857%2022s2.434-1.085%204.603-3.255l.767-.767c2.17-2.17%203.255-3.255%203.255-4.603s-1.085-2.433-3.255-4.603s-3.254-3.254-4.602-3.254s-2.433%201.084-4.603%203.254l-.767.767C3.085%2011.71%202%2012.794%202%2014.142m3.785-.53a.75.75%200%200%200-1.06%201.06l4.602%204.604a.75.75%200%201%200%201.061-1.06zm13.462-6.739a.75.75%200%200%201%200%201.06l-.707.708a.75.75%200%201%201-1.06-1.06l.706-.708a.75.75%200%200%201%201.061%200m-2.121-2.121a.75.75%200%200%201%200%201.06l-.707.708a.75.75%200%201%201-1.06-1.06l.706-.708a.75.75%200%200%201%201.061%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/flash-drive-duotone.svg?color=%231a73e8&size=48