flash drive icon

flash-drive-line-duotone from Solar by 480 Design · Line Duotone · Devices · CC-BY-4.0 Attribution required.

Name
flash-drive-line-duotone
Set
Solar
Style
Line Duotone
Category
Devices
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More devices icons from Solar

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="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M15.2274 17.9779L14.4603 18.745C12.2905 20.9148 11.2056 21.9997 9.85748 21.9997C8.50935 21.9997 7.42446 20.9148 5.25467 18.745C3.08489 16.5752 2 15.4903 2 14.1422C2 12.7941 3.08489 11.7092 5.25467 9.53939L6.02181 8.77225C8.19159 6.60247 9.27648 5.51758 10.6246 5.51758C11.9727 5.51758 13.0576 6.60247 15.2274 8.77225L15.2274 8.77226C17.3972 10.942 18.4821 12.0269 18.4821 13.3751C18.4821 14.7232 17.3972 15.8081 15.2274 17.9778L15.2274 17.9779Z"/><path d="M5.25488 14.1426L9.85769 18.7454" opacity=".5"/><path d="M18.2959 12L19.8302 10.441C21.2767 8.97109 22 8.23615 22 7.32289C22 6.40962 21.2767 5.67469 19.8302 4.20481C18.3837 2.73494 17.6604 2 16.7617 2C15.8629 2 15.1396 2.73494 13.6931 4.20481L12 5.92526"/><path d="M5.25467 18.745C3.08489 16.5752 2 15.4903 2 14.1422C2 12.7941 3.08489 11.7092 5.25467 9.53939L6.02181 8.77225C8.19159 6.60247 9.27648 5.51758 10.6246 5.51758C11.9727 5.51758 13.0576 6.60247 15.2274 8.77225C17.3972 10.942 18.4821 12.0269 18.4821 13.3751C18.4821 14.7232 17.3972 15.8081 15.2274 17.9779L14.4603 18.745C12.2905 20.9148 11.2056 21.9997 9.85748 21.9997C8.50935 21.9997 7.42446 20.9148 5.25467 18.745Z"/><path d="M18.7173 7.40332L18.0102 8.11043" opacity=".5"/><path d="M16.5962 5.28223L15.8891 5.98933" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarFlashDriveLineDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path d="M15.2274 17.9779L14.4603 18.745C12.2905 20.9148 11.2056 21.9997 9.85748 21.9997C8.50935 21.9997 7.42446 20.9148 5.25467 18.745C3.08489 16.5752 2 15.4903 2 14.1422C2 12.7941 3.08489 11.7092 5.25467 9.53939L6.02181 8.77225C8.19159 6.60247 9.27648 5.51758 10.6246 5.51758C11.9727 5.51758 13.0576 6.60247 15.2274 8.77225L15.2274 8.77226C17.3972 10.942 18.4821 12.0269 18.4821 13.3751C18.4821 14.7232 17.3972 15.8081 15.2274 17.9778L15.2274 17.9779Z"/><path d="M5.25488 14.1426L9.85769 18.7454" opacity=".5"/><path d="M18.2959 12L19.8302 10.441C21.2767 8.97109 22 8.23615 22 7.32289C22 6.40962 21.2767 5.67469 19.8302 4.20481C18.3837 2.73494 17.6604 2 16.7617 2C15.8629 2 15.1396 2.73494 13.6931 4.20481L12 5.92526"/><path d="M5.25467 18.745C3.08489 16.5752 2 15.4903 2 14.1422C2 12.7941 3.08489 11.7092 5.25467 9.53939L6.02181 8.77225C8.19159 6.60247 9.27648 5.51758 10.6246 5.51758C11.9727 5.51758 13.0576 6.60247 15.2274 8.77225C17.3972 10.942 18.4821 12.0269 18.4821 13.3751C18.4821 14.7232 17.3972 15.8081 15.2274 17.9779L14.4603 18.745C12.2905 20.9148 11.2056 21.9997 9.85748 21.9997C8.50935 21.9997 7.42446 20.9148 5.25467 18.745Z"/><path d="M18.7173 7.40332L18.0102 8.11043" opacity=".5"/><path d="M16.5962 5.28223L15.8891 5.98933" opacity=".5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M15.2274 17.9779L14.4603 18.745C12.2905 20.9148 11.2056 21.9997 9.85748 21.9997C8.50935 21.9997 7.42446 20.9148 5.25467 18.745C3.08489 16.5752 2 15.4903 2 14.1422C2 12.7941 3.08489 11.7092 5.25467 9.53939L6.02181 8.77225C8.19159 6.60247 9.27648 5.51758 10.6246 5.51758C11.9727 5.51758 13.0576 6.60247 15.2274 8.77225L15.2274 8.77226C17.3972 10.942 18.4821 12.0269 18.4821 13.3751C18.4821 14.7232 17.3972 15.8081 15.2274 17.9778L15.2274 17.9779Z"/><path d="M5.25488 14.1426L9.85769 18.7454" opacity=".5"/><path d="M18.2959 12L19.8302 10.441C21.2767 8.97109 22 8.23615 22 7.32289C22 6.40962 21.2767 5.67469 19.8302 4.20481C18.3837 2.73494 17.6604 2 16.7617 2C15.8629 2 15.1396 2.73494 13.6931 4.20481L12 5.92526"/><path d="M5.25467 18.745C3.08489 16.5752 2 15.4903 2 14.1422C2 12.7941 3.08489 11.7092 5.25467 9.53939L6.02181 8.77225C8.19159 6.60247 9.27648 5.51758 10.6246 5.51758C11.9727 5.51758 13.0576 6.60247 15.2274 8.77225C17.3972 10.942 18.4821 12.0269 18.4821 13.3751C18.4821 14.7232 17.3972 15.8081 15.2274 17.9779L14.4603 18.745C12.2905 20.9148 11.2056 21.9997 9.85748 21.9997C8.50935 21.9997 7.42446 20.9148 5.25467 18.745Z"/><path d="M18.7173 7.40332L18.0102 8.11043" opacity=".5"/><path d="M16.5962 5.28223L15.8891 5.98933" opacity=".5"/></g></svg>
</template>

CSS

.icon-flash-drive-line-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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M15.2274%2017.9779L14.4603%2018.745C12.2905%2020.9148%2011.2056%2021.9997%209.85748%2021.9997C8.50935%2021.9997%207.42446%2020.9148%205.25467%2018.745C3.08489%2016.5752%202%2015.4903%202%2014.1422C2%2012.7941%203.08489%2011.7092%205.25467%209.53939L6.02181%208.77225C8.19159%206.60247%209.27648%205.51758%2010.6246%205.51758C11.9727%205.51758%2013.0576%206.60247%2015.2274%208.77225L15.2274%208.77226C17.3972%2010.942%2018.4821%2012.0269%2018.4821%2013.3751C18.4821%2014.7232%2017.3972%2015.8081%2015.2274%2017.9778L15.2274%2017.9779Z%22%2F%3E%3Cpath%20d%3D%22M5.25488%2014.1426L9.85769%2018.7454%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M18.2959%2012L19.8302%2010.441C21.2767%208.97109%2022%208.23615%2022%207.32289C22%206.40962%2021.2767%205.67469%2019.8302%204.20481C18.3837%202.73494%2017.6604%202%2016.7617%202C15.8629%202%2015.1396%202.73494%2013.6931%204.20481L12%205.92526%22%2F%3E%3Cpath%20d%3D%22M5.25467%2018.745C3.08489%2016.5752%202%2015.4903%202%2014.1422C2%2012.7941%203.08489%2011.7092%205.25467%209.53939L6.02181%208.77225C8.19159%206.60247%209.27648%205.51758%2010.6246%205.51758C11.9727%205.51758%2013.0576%206.60247%2015.2274%208.77225C17.3972%2010.942%2018.4821%2012.0269%2018.4821%2013.3751C18.4821%2014.7232%2017.3972%2015.8081%2015.2274%2017.9779L14.4603%2018.745C12.2905%2020.9148%2011.2056%2021.9997%209.85748%2021.9997C8.50935%2021.9997%207.42446%2020.9148%205.25467%2018.745Z%22%2F%3E%3Cpath%20d%3D%22M18.7173%207.40332L18.0102%208.11043%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M16.5962%205.28223L15.8891%205.98933%22%20opacity%3D%22.5%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M15.2274%2017.9779L14.4603%2018.745C12.2905%2020.9148%2011.2056%2021.9997%209.85748%2021.9997C8.50935%2021.9997%207.42446%2020.9148%205.25467%2018.745C3.08489%2016.5752%202%2015.4903%202%2014.1422C2%2012.7941%203.08489%2011.7092%205.25467%209.53939L6.02181%208.77225C8.19159%206.60247%209.27648%205.51758%2010.6246%205.51758C11.9727%205.51758%2013.0576%206.60247%2015.2274%208.77225L15.2274%208.77226C17.3972%2010.942%2018.4821%2012.0269%2018.4821%2013.3751C18.4821%2014.7232%2017.3972%2015.8081%2015.2274%2017.9778L15.2274%2017.9779Z%22%2F%3E%3Cpath%20d%3D%22M5.25488%2014.1426L9.85769%2018.7454%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M18.2959%2012L19.8302%2010.441C21.2767%208.97109%2022%208.23615%2022%207.32289C22%206.40962%2021.2767%205.67469%2019.8302%204.20481C18.3837%202.73494%2017.6604%202%2016.7617%202C15.8629%202%2015.1396%202.73494%2013.6931%204.20481L12%205.92526%22%2F%3E%3Cpath%20d%3D%22M5.25467%2018.745C3.08489%2016.5752%202%2015.4903%202%2014.1422C2%2012.7941%203.08489%2011.7092%205.25467%209.53939L6.02181%208.77225C8.19159%206.60247%209.27648%205.51758%2010.6246%205.51758C11.9727%205.51758%2013.0576%206.60247%2015.2274%208.77225C17.3972%2010.942%2018.4821%2012.0269%2018.4821%2013.3751C18.4821%2014.7232%2017.3972%2015.8081%2015.2274%2017.9779L14.4603%2018.745C12.2905%2020.9148%2011.2056%2021.9997%209.85748%2021.9997C8.50935%2021.9997%207.42446%2020.9148%205.25467%2018.745Z%22%2F%3E%3Cpath%20d%3D%22M18.7173%207.40332L18.0102%208.11043%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M16.5962%205.28223L15.8891%205.98933%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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