usb flash drive icon
usb-flash-drive-outline from Material Design Icons by Pictogrammers · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- usb-flash-drive-outline
- Set
- Material Design Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Material Design Icons
Related icons in Material Design Icons
Use the usb flash drive icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 13c1.66 0 3 1.34 3 3s-1.34 3-3 3s-3-1.34-3-3s1.34-3 3-3m0 2c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1M9.77 4.33l.73.75l3.79-3.79c.18-.18.43-.29.71-.29s.53.11.71.29l7.07 7.07v.01a1.02 1.02 0 0 1-.12 1.39l-3.73 3.74l.74.73l-6.72 6.72A6.98 6.98 0 0 1 8 23c-3.87 0-7-3.13-7-7c0-1.93.78-3.68 2.05-4.95zm1.77 15.21l5.3-5.31l-7.07-7.07l-5.31 5.3C3.56 13.37 3 14.62 3 16c0 2.76 2.24 5 5 5c1.38 0 2.63-.56 3.54-1.46m3.53-14.85L16.5 6.1l-1.43 1.4l-1.41-1.4zM17.9 7.5l1.41 1.43l-1.41 1.41l-1.4-1.41zM20.59 9L15 3.41L11.93 6.5l5.57 5.58z"/></svg>
React
import type { SVGProps } from "react";
export function MdiUsbFlashDriveOutline(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" d="M8 13c1.66 0 3 1.34 3 3s-1.34 3-3 3s-3-1.34-3-3s1.34-3 3-3m0 2c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1M9.77 4.33l.73.75l3.79-3.79c.18-.18.43-.29.71-.29s.53.11.71.29l7.07 7.07v.01a1.02 1.02 0 0 1-.12 1.39l-3.73 3.74l.74.73l-6.72 6.72A6.98 6.98 0 0 1 8 23c-3.87 0-7-3.13-7-7c0-1.93.78-3.68 2.05-4.95zm1.77 15.21l5.3-5.31l-7.07-7.07l-5.31 5.3C3.56 13.37 3 14.62 3 16c0 2.76 2.24 5 5 5c1.38 0 2.63-.56 3.54-1.46m3.53-14.85L16.5 6.1l-1.43 1.4l-1.41-1.4zM17.9 7.5l1.41 1.43l-1.41 1.41l-1.4-1.41zM20.59 9L15 3.41L11.93 6.5l5.57 5.58z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 13c1.66 0 3 1.34 3 3s-1.34 3-3 3s-3-1.34-3-3s1.34-3 3-3m0 2c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1M9.77 4.33l.73.75l3.79-3.79c.18-.18.43-.29.71-.29s.53.11.71.29l7.07 7.07v.01a1.02 1.02 0 0 1-.12 1.39l-3.73 3.74l.74.73l-6.72 6.72A6.98 6.98 0 0 1 8 23c-3.87 0-7-3.13-7-7c0-1.93.78-3.68 2.05-4.95zm1.77 15.21l5.3-5.31l-7.07-7.07l-5.31 5.3C3.56 13.37 3 14.62 3 16c0 2.76 2.24 5 5 5c1.38 0 2.63-.56 3.54-1.46m3.53-14.85L16.5 6.1l-1.43 1.4l-1.41-1.4zM17.9 7.5l1.41 1.43l-1.41 1.41l-1.4-1.41zM20.59 9L15 3.41L11.93 6.5l5.57 5.58z"/></svg> </template>
CSS
.icon-usb-flash-drive-outline {
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%20d%3D%22M8%2013c1.66%200%203%201.34%203%203s-1.34%203-3%203s-3-1.34-3-3s1.34-3%203-3m0%202c-.55%200-1%20.45-1%201s.45%201%201%201s1-.45%201-1s-.45-1-1-1M9.77%204.33l.73.75l3.79-3.79c.18-.18.43-.29.71-.29s.53.11.71.29l7.07%207.07v.01a1.02%201.02%200%200%201-.12%201.39l-3.73%203.74l.74.73l-6.72%206.72A6.98%206.98%200%200%201%208%2023c-3.87%200-7-3.13-7-7c0-1.93.78-3.68%202.05-4.95zm1.77%2015.21l5.3-5.31l-7.07-7.07l-5.31%205.3C3.56%2013.37%203%2014.62%203%2016c0%202.76%202.24%205%205%205c1.38%200%202.63-.56%203.54-1.46m3.53-14.85L16.5%206.1l-1.43%201.4l-1.41-1.4zM17.9%207.5l1.41%201.43l-1.41%201.41l-1.4-1.41zM20.59%209L15%203.41L11.93%206.5l5.57%205.58z%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%20d%3D%22M8%2013c1.66%200%203%201.34%203%203s-1.34%203-3%203s-3-1.34-3-3s1.34-3%203-3m0%202c-.55%200-1%20.45-1%201s.45%201%201%201s1-.45%201-1s-.45-1-1-1M9.77%204.33l.73.75l3.79-3.79c.18-.18.43-.29.71-.29s.53.11.71.29l7.07%207.07v.01a1.02%201.02%200%200%201-.12%201.39l-3.73%203.74l.74.73l-6.72%206.72A6.98%206.98%200%200%201%208%2023c-3.87%200-7-3.13-7-7c0-1.93.78-3.68%202.05-4.95zm1.77%2015.21l5.3-5.31l-7.07-7.07l-5.31%205.3C3.56%2013.37%203%2014.62%203%2016c0%202.76%202.24%205%205%205c1.38%200%202.63-.56%203.54-1.46m3.53-14.85L16.5%206.1l-1.43%201.4l-1.41-1.4zM17.9%207.5l1.41%201.43l-1.41%201.41l-1.4-1.41zM20.59%209L15%203.41L11.93%206.5l5.57%205.58z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/usb-flash-drive-outline.svg?color=%231a73e8&size=48