flash drive icon
flash-drive from Reicon by REICON · Outline · Devices · MIT Free for personal and commercial use.
- Name
- flash-drive
- Set
- Reicon
- Style
- Outline
- 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="M15.892 3.144c-.425.33-.926.837-1.664 1.587l-1.06 1.077c.727.571 1.543 1.387 2.55 2.395l.079.078c1.052 1.052 1.895 1.895 2.468 2.646l.015.02l1.016-1.032c.738-.75 1.237-1.26 1.562-1.692c.31-.414.392-.67.392-.9s-.081-.486-.392-.9c-.325-.432-.824-.942-1.562-1.692s-1.24-1.258-1.665-1.587c-.408-.316-.654-.394-.87-.394s-.46.078-.869.394m3.156 9.161l1.354-1.375c.691-.703 1.263-1.285 1.655-1.806c.412-.55.693-1.118.693-1.801s-.28-1.252-.693-1.8c-.392-.523-.964-1.104-1.655-1.807l-.075-.075c-.691-.703-1.263-1.284-1.777-1.683c-.54-.418-1.105-.708-1.788-.708c-.684 0-1.249.29-1.789.708c-.514.399-1.086.98-1.777 1.683L11.849 5.01a3.2 3.2 0 0 0-1.224-.242c-.904 0-1.67.374-2.449.967c-.75.573-1.594 1.416-2.645 2.468l-.846.846C3.634 10.1 2.79 10.943 2.217 11.694c-.593.778-.967 1.545-.967 2.449s.374 1.67.967 2.448c.573.75 1.417 1.594 2.468 2.646l.078.078c1.052 1.051 1.895 1.895 2.646 2.468c.778.593 1.544.967 2.448.967c.905 0 1.671-.374 2.449-.967c.75-.573 1.594-1.417 2.646-2.468l.845-.846c1.052-1.051 1.895-1.894 2.468-2.645c.593-.778.967-1.545.967-2.449c0-.377-.065-.73-.184-1.07m-7.504-5.784c-.343-.183-.633-.253-.92-.253c-.444 0-.893.168-1.538.66c-.661.505-1.434 1.275-2.534 2.375l-.767.767c-1.1 1.1-1.87 1.873-2.375 2.534c-.492.645-.66 1.094-.66 1.539s.168.894.66 1.538c.505.662 1.275 1.434 2.375 2.534s1.873 1.87 2.534 2.375c.644.492 1.094.66 1.538.66c.445 0 .895-.168 1.539-.66c.661-.505 1.434-1.275 2.534-2.375l.767-.767c1.1-1.1 1.87-1.873 2.375-2.534c.492-.644.66-1.094.66-1.539s-.168-.894-.66-1.538c-.505-.662-1.275-1.434-2.375-2.534s-1.872-1.87-2.534-2.375a5 5 0 0 0-.444-.307a.8.8 0 0 1-.175-.1m5.583-1.769a.75.75 0 0 1 0 1.06l-.708.708a.75.75 0 0 1-1.06-1.06l.707-.708a.75.75 0 0 1 1.06 0m2.12 2.121a.75.75 0 0 1 0 1.061l-.706.707a.75.75 0 0 1-1.061-1.06l.707-.708a.75.75 0 0 1 1.06 0m-14.523 6.74a.75.75 0 0 1 1.061 0l4.603 4.602a.75.75 0 0 1-1.06 1.06l-4.604-4.602a.75.75 0 0 1 0-1.06" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconFlashDrive(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="M15.892 3.144c-.425.33-.926.837-1.664 1.587l-1.06 1.077c.727.571 1.543 1.387 2.55 2.395l.079.078c1.052 1.052 1.895 1.895 2.468 2.646l.015.02l1.016-1.032c.738-.75 1.237-1.26 1.562-1.692c.31-.414.392-.67.392-.9s-.081-.486-.392-.9c-.325-.432-.824-.942-1.562-1.692s-1.24-1.258-1.665-1.587c-.408-.316-.654-.394-.87-.394s-.46.078-.869.394m3.156 9.161l1.354-1.375c.691-.703 1.263-1.285 1.655-1.806c.412-.55.693-1.118.693-1.801s-.28-1.252-.693-1.8c-.392-.523-.964-1.104-1.655-1.807l-.075-.075c-.691-.703-1.263-1.284-1.777-1.683c-.54-.418-1.105-.708-1.788-.708c-.684 0-1.249.29-1.789.708c-.514.399-1.086.98-1.777 1.683L11.849 5.01a3.2 3.2 0 0 0-1.224-.242c-.904 0-1.67.374-2.449.967c-.75.573-1.594 1.416-2.645 2.468l-.846.846C3.634 10.1 2.79 10.943 2.217 11.694c-.593.778-.967 1.545-.967 2.449s.374 1.67.967 2.448c.573.75 1.417 1.594 2.468 2.646l.078.078c1.052 1.051 1.895 1.895 2.646 2.468c.778.593 1.544.967 2.448.967c.905 0 1.671-.374 2.449-.967c.75-.573 1.594-1.417 2.646-2.468l.845-.846c1.052-1.051 1.895-1.894 2.468-2.645c.593-.778.967-1.545.967-2.449c0-.377-.065-.73-.184-1.07m-7.504-5.784c-.343-.183-.633-.253-.92-.253c-.444 0-.893.168-1.538.66c-.661.505-1.434 1.275-2.534 2.375l-.767.767c-1.1 1.1-1.87 1.873-2.375 2.534c-.492.645-.66 1.094-.66 1.539s.168.894.66 1.538c.505.662 1.275 1.434 2.375 2.534s1.873 1.87 2.534 2.375c.644.492 1.094.66 1.538.66c.445 0 .895-.168 1.539-.66c.661-.505 1.434-1.275 2.534-2.375l.767-.767c1.1-1.1 1.87-1.873 2.375-2.534c.492-.644.66-1.094.66-1.539s-.168-.894-.66-1.538c-.505-.662-1.275-1.434-2.375-2.534s-1.872-1.87-2.534-2.375a5 5 0 0 0-.444-.307a.8.8 0 0 1-.175-.1m5.583-1.769a.75.75 0 0 1 0 1.06l-.708.708a.75.75 0 0 1-1.06-1.06l.707-.708a.75.75 0 0 1 1.06 0m2.12 2.121a.75.75 0 0 1 0 1.061l-.706.707a.75.75 0 0 1-1.061-1.06l.707-.708a.75.75 0 0 1 1.06 0m-14.523 6.74a.75.75 0 0 1 1.061 0l4.603 4.602a.75.75 0 0 1-1.06 1.06l-4.604-4.602a.75.75 0 0 1 0-1.06" 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="M15.892 3.144c-.425.33-.926.837-1.664 1.587l-1.06 1.077c.727.571 1.543 1.387 2.55 2.395l.079.078c1.052 1.052 1.895 1.895 2.468 2.646l.015.02l1.016-1.032c.738-.75 1.237-1.26 1.562-1.692c.31-.414.392-.67.392-.9s-.081-.486-.392-.9c-.325-.432-.824-.942-1.562-1.692s-1.24-1.258-1.665-1.587c-.408-.316-.654-.394-.87-.394s-.46.078-.869.394m3.156 9.161l1.354-1.375c.691-.703 1.263-1.285 1.655-1.806c.412-.55.693-1.118.693-1.801s-.28-1.252-.693-1.8c-.392-.523-.964-1.104-1.655-1.807l-.075-.075c-.691-.703-1.263-1.284-1.777-1.683c-.54-.418-1.105-.708-1.788-.708c-.684 0-1.249.29-1.789.708c-.514.399-1.086.98-1.777 1.683L11.849 5.01a3.2 3.2 0 0 0-1.224-.242c-.904 0-1.67.374-2.449.967c-.75.573-1.594 1.416-2.645 2.468l-.846.846C3.634 10.1 2.79 10.943 2.217 11.694c-.593.778-.967 1.545-.967 2.449s.374 1.67.967 2.448c.573.75 1.417 1.594 2.468 2.646l.078.078c1.052 1.051 1.895 1.895 2.646 2.468c.778.593 1.544.967 2.448.967c.905 0 1.671-.374 2.449-.967c.75-.573 1.594-1.417 2.646-2.468l.845-.846c1.052-1.051 1.895-1.894 2.468-2.645c.593-.778.967-1.545.967-2.449c0-.377-.065-.73-.184-1.07m-7.504-5.784c-.343-.183-.633-.253-.92-.253c-.444 0-.893.168-1.538.66c-.661.505-1.434 1.275-2.534 2.375l-.767.767c-1.1 1.1-1.87 1.873-2.375 2.534c-.492.645-.66 1.094-.66 1.539s.168.894.66 1.538c.505.662 1.275 1.434 2.375 2.534s1.873 1.87 2.534 2.375c.644.492 1.094.66 1.538.66c.445 0 .895-.168 1.539-.66c.661-.505 1.434-1.275 2.534-2.375l.767-.767c1.1-1.1 1.87-1.873 2.375-2.534c.492-.644.66-1.094.66-1.539s-.168-.894-.66-1.538c-.505-.662-1.275-1.434-2.375-2.534s-1.872-1.87-2.534-2.375a5 5 0 0 0-.444-.307a.8.8 0 0 1-.175-.1m5.583-1.769a.75.75 0 0 1 0 1.06l-.708.708a.75.75 0 0 1-1.06-1.06l.707-.708a.75.75 0 0 1 1.06 0m2.12 2.121a.75.75 0 0 1 0 1.061l-.706.707a.75.75 0 0 1-1.061-1.06l.707-.708a.75.75 0 0 1 1.06 0m-14.523 6.74a.75.75 0 0 1 1.061 0l4.603 4.602a.75.75 0 0 1-1.06 1.06l-4.604-4.602a.75.75 0 0 1 0-1.06" clip-rule="evenodd"/></svg> </template>
CSS
.icon-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%20fill-rule%3D%22evenodd%22%20d%3D%22M15.892%203.144c-.425.33-.926.837-1.664%201.587l-1.06%201.077c.727.571%201.543%201.387%202.55%202.395l.079.078c1.052%201.052%201.895%201.895%202.468%202.646l.015.02l1.016-1.032c.738-.75%201.237-1.26%201.562-1.692c.31-.414.392-.67.392-.9s-.081-.486-.392-.9c-.325-.432-.824-.942-1.562-1.692s-1.24-1.258-1.665-1.587c-.408-.316-.654-.394-.87-.394s-.46.078-.869.394m3.156%209.161l1.354-1.375c.691-.703%201.263-1.285%201.655-1.806c.412-.55.693-1.118.693-1.801s-.28-1.252-.693-1.8c-.392-.523-.964-1.104-1.655-1.807l-.075-.075c-.691-.703-1.263-1.284-1.777-1.683c-.54-.418-1.105-.708-1.788-.708c-.684%200-1.249.29-1.789.708c-.514.399-1.086.98-1.777%201.683L11.849%205.01a3.2%203.2%200%200%200-1.224-.242c-.904%200-1.67.374-2.449.967c-.75.573-1.594%201.416-2.645%202.468l-.846.846C3.634%2010.1%202.79%2010.943%202.217%2011.694c-.593.778-.967%201.545-.967%202.449s.374%201.67.967%202.448c.573.75%201.417%201.594%202.468%202.646l.078.078c1.052%201.051%201.895%201.895%202.646%202.468c.778.593%201.544.967%202.448.967c.905%200%201.671-.374%202.449-.967c.75-.573%201.594-1.417%202.646-2.468l.845-.846c1.052-1.051%201.895-1.894%202.468-2.645c.593-.778.967-1.545.967-2.449c0-.377-.065-.73-.184-1.07m-7.504-5.784c-.343-.183-.633-.253-.92-.253c-.444%200-.893.168-1.538.66c-.661.505-1.434%201.275-2.534%202.375l-.767.767c-1.1%201.1-1.87%201.873-2.375%202.534c-.492.645-.66%201.094-.66%201.539s.168.894.66%201.538c.505.662%201.275%201.434%202.375%202.534s1.873%201.87%202.534%202.375c.644.492%201.094.66%201.538.66c.445%200%20.895-.168%201.539-.66c.661-.505%201.434-1.275%202.534-2.375l.767-.767c1.1-1.1%201.87-1.873%202.375-2.534c.492-.644.66-1.094.66-1.539s-.168-.894-.66-1.538c-.505-.662-1.275-1.434-2.375-2.534s-1.872-1.87-2.534-2.375a5%205%200%200%200-.444-.307a.8.8%200%200%201-.175-.1m5.583-1.769a.75.75%200%200%201%200%201.06l-.708.708a.75.75%200%200%201-1.06-1.06l.707-.708a.75.75%200%200%201%201.06%200m2.12%202.121a.75.75%200%200%201%200%201.061l-.706.707a.75.75%200%200%201-1.061-1.06l.707-.708a.75.75%200%200%201%201.06%200m-14.523%206.74a.75.75%200%200%201%201.061%200l4.603%204.602a.75.75%200%200%201-1.06%201.06l-4.604-4.602a.75.75%200%200%201%200-1.06%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%22M15.892%203.144c-.425.33-.926.837-1.664%201.587l-1.06%201.077c.727.571%201.543%201.387%202.55%202.395l.079.078c1.052%201.052%201.895%201.895%202.468%202.646l.015.02l1.016-1.032c.738-.75%201.237-1.26%201.562-1.692c.31-.414.392-.67.392-.9s-.081-.486-.392-.9c-.325-.432-.824-.942-1.562-1.692s-1.24-1.258-1.665-1.587c-.408-.316-.654-.394-.87-.394s-.46.078-.869.394m3.156%209.161l1.354-1.375c.691-.703%201.263-1.285%201.655-1.806c.412-.55.693-1.118.693-1.801s-.28-1.252-.693-1.8c-.392-.523-.964-1.104-1.655-1.807l-.075-.075c-.691-.703-1.263-1.284-1.777-1.683c-.54-.418-1.105-.708-1.788-.708c-.684%200-1.249.29-1.789.708c-.514.399-1.086.98-1.777%201.683L11.849%205.01a3.2%203.2%200%200%200-1.224-.242c-.904%200-1.67.374-2.449.967c-.75.573-1.594%201.416-2.645%202.468l-.846.846C3.634%2010.1%202.79%2010.943%202.217%2011.694c-.593.778-.967%201.545-.967%202.449s.374%201.67.967%202.448c.573.75%201.417%201.594%202.468%202.646l.078.078c1.052%201.051%201.895%201.895%202.646%202.468c.778.593%201.544.967%202.448.967c.905%200%201.671-.374%202.449-.967c.75-.573%201.594-1.417%202.646-2.468l.845-.846c1.052-1.051%201.895-1.894%202.468-2.645c.593-.778.967-1.545.967-2.449c0-.377-.065-.73-.184-1.07m-7.504-5.784c-.343-.183-.633-.253-.92-.253c-.444%200-.893.168-1.538.66c-.661.505-1.434%201.275-2.534%202.375l-.767.767c-1.1%201.1-1.87%201.873-2.375%202.534c-.492.645-.66%201.094-.66%201.539s.168.894.66%201.538c.505.662%201.275%201.434%202.375%202.534s1.873%201.87%202.534%202.375c.644.492%201.094.66%201.538.66c.445%200%20.895-.168%201.539-.66c.661-.505%201.434-1.275%202.534-2.375l.767-.767c1.1-1.1%201.87-1.873%202.375-2.534c.492-.644.66-1.094.66-1.539s-.168-.894-.66-1.538c-.505-.662-1.275-1.434-2.375-2.534s-1.872-1.87-2.534-2.375a5%205%200%200%200-.444-.307a.8.8%200%200%201-.175-.1m5.583-1.769a.75.75%200%200%201%200%201.06l-.708.708a.75.75%200%200%201-1.06-1.06l.707-.708a.75.75%200%200%201%201.06%200m2.12%202.121a.75.75%200%200%201%200%201.061l-.706.707a.75.75%200%200%201-1.061-1.06l.707-.708a.75.75%200%200%201%201.06%200m-14.523%206.74a.75.75%200%200%201%201.061%200l4.603%204.602a.75.75%200%200%201-1.06%201.06l-4.604-4.602a.75.75%200%200%201%200-1.06%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.svg?color=%231a73e8&size=48