flash drive icon

flash-drive-broken from Solar by 480 Design · Broken · Devices · CC-BY-4.0 Attribution required.

Name
flash-drive-broken
Set
Solar
Style
Broken
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="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="M15.2274 17.9779C17.3972 15.8081 18.4821 14.7232 18.4821 13.3751C18.4821 12.0269 17.3972 10.942 15.2274 8.77225C13.0576 6.60247 11.9727 5.51758 10.6246 5.51758C9.27648 5.51758 8.19159 6.60247 6.02181 8.77225L5.25467 9.53939C3.08489 11.7092 2 12.7941 2 14.1422C2 15.4903 3.08489 16.5752 5.25467 18.745C7.42446 20.9148 8.50935 21.9997 9.85748 21.9997C10.5782 21.9997 11.2237 21.6896 12 21.0694"/><path d="M5.25464 14.1426L9.85744 18.7454"/><path d="M18.7175 7.40332L18.0104 8.11043"/><path d="M16.5962 5.28223L15.8891 5.98933"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarFlashDriveBroken(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="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="M15.2274 17.9779C17.3972 15.8081 18.4821 14.7232 18.4821 13.3751C18.4821 12.0269 17.3972 10.942 15.2274 8.77225C13.0576 6.60247 11.9727 5.51758 10.6246 5.51758C9.27648 5.51758 8.19159 6.60247 6.02181 8.77225L5.25467 9.53939C3.08489 11.7092 2 12.7941 2 14.1422C2 15.4903 3.08489 16.5752 5.25467 18.745C7.42446 20.9148 8.50935 21.9997 9.85748 21.9997C10.5782 21.9997 11.2237 21.6896 12 21.0694"/><path d="M5.25464 14.1426L9.85744 18.7454"/><path d="M18.7175 7.40332L18.0104 8.11043"/><path d="M16.5962 5.28223L15.8891 5.98933"/></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="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="M15.2274 17.9779C17.3972 15.8081 18.4821 14.7232 18.4821 13.3751C18.4821 12.0269 17.3972 10.942 15.2274 8.77225C13.0576 6.60247 11.9727 5.51758 10.6246 5.51758C9.27648 5.51758 8.19159 6.60247 6.02181 8.77225L5.25467 9.53939C3.08489 11.7092 2 12.7941 2 14.1422C2 15.4903 3.08489 16.5752 5.25467 18.745C7.42446 20.9148 8.50935 21.9997 9.85748 21.9997C10.5782 21.9997 11.2237 21.6896 12 21.0694"/><path d="M5.25464 14.1426L9.85744 18.7454"/><path d="M18.7175 7.40332L18.0104 8.11043"/><path d="M16.5962 5.28223L15.8891 5.98933"/></g></svg>
</template>

CSS

.icon-flash-drive-broken {
  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%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%22M15.2274%2017.9779C17.3972%2015.8081%2018.4821%2014.7232%2018.4821%2013.3751C18.4821%2012.0269%2017.3972%2010.942%2015.2274%208.77225C13.0576%206.60247%2011.9727%205.51758%2010.6246%205.51758C9.27648%205.51758%208.19159%206.60247%206.02181%208.77225L5.25467%209.53939C3.08489%2011.7092%202%2012.7941%202%2014.1422C2%2015.4903%203.08489%2016.5752%205.25467%2018.745C7.42446%2020.9148%208.50935%2021.9997%209.85748%2021.9997C10.5782%2021.9997%2011.2237%2021.6896%2012%2021.0694%22%2F%3E%3Cpath%20d%3D%22M5.25464%2014.1426L9.85744%2018.7454%22%2F%3E%3Cpath%20d%3D%22M18.7175%207.40332L18.0104%208.11043%22%2F%3E%3Cpath%20d%3D%22M16.5962%205.28223L15.8891%205.98933%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%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%22M15.2274%2017.9779C17.3972%2015.8081%2018.4821%2014.7232%2018.4821%2013.3751C18.4821%2012.0269%2017.3972%2010.942%2015.2274%208.77225C13.0576%206.60247%2011.9727%205.51758%2010.6246%205.51758C9.27648%205.51758%208.19159%206.60247%206.02181%208.77225L5.25467%209.53939C3.08489%2011.7092%202%2012.7941%202%2014.1422C2%2015.4903%203.08489%2016.5752%205.25467%2018.745C7.42446%2020.9148%208.50935%2021.9997%209.85748%2021.9997C10.5782%2021.9997%2011.2237%2021.6896%2012%2021.0694%22%2F%3E%3Cpath%20d%3D%22M5.25464%2014.1426L9.85744%2018.7454%22%2F%3E%3Cpath%20d%3D%22M18.7175%207.40332L18.0104%208.11043%22%2F%3E%3Cpath%20d%3D%22M16.5962%205.28223L15.8891%205.98933%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-broken.svg?color=%231a73e8&size=48