ssd round icon
ssd-round-line-duotone from Solar by 480 Design · Line Duotone · Devices · CC-BY-4.0 Attribution required.
- Name
- ssd-round-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
airbuds-boldairbuds-case-boldairbuds-case-charge-boldairbuds-case-minimalistic-boldairbuds-case-open-boldairbuds-charge-boldairbuds-check-boldairbuds-left-boldairbuds-remove-boldairbuds-right-boldbinoculars-boldbluetooth-boldbluetooth-circle-boldbluetooth-square-boldbluetooth-wave-boldboombox-boldbot-boldcassette-2-boldcassette-boldcloud-storage-boldcpu-boldcpu-bolt-bolddevices-bolddiskette-bold
Use the ssd round 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-width="1.5"><path d="M21.5534 15.4813L19 5.11765C18.5 3.52941 17.6046 3 16.5 3H7.5C6.39543 3 5.5 3.52941 5 5.11765L2.44664 15.4813M2.44664 15.4813C2.16221 16.0172 2 16.6356 2 17.2941C2 19.3408 3.567 21 5.5 21H18.5C20.433 21 22 19.3408 22 17.2941C22 16.6356 21.8378 16.0172 21.5534 15.4813C20.9538 14.3515 19.8111 13.5882 18.5 13.5882H5.5C4.18893 13.5882 3.04623 14.3515 2.44664 15.4813Z"/><path stroke-linecap="round" d="M18 17V18" opacity=".5"/><path stroke-linecap="round" d="M15.5 17V18" opacity=".5"/><path stroke-linecap="round" d="M13 17V18" opacity=".5"/><path stroke-linecap="round" d="M10.5 17V18" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarSsdRoundLineDuotone(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" strokeWidth="1.5"><path d="M21.5534 15.4813L19 5.11765C18.5 3.52941 17.6046 3 16.5 3H7.5C6.39543 3 5.5 3.52941 5 5.11765L2.44664 15.4813M2.44664 15.4813C2.16221 16.0172 2 16.6356 2 17.2941C2 19.3408 3.567 21 5.5 21H18.5C20.433 21 22 19.3408 22 17.2941C22 16.6356 21.8378 16.0172 21.5534 15.4813C20.9538 14.3515 19.8111 13.5882 18.5 13.5882H5.5C4.18893 13.5882 3.04623 14.3515 2.44664 15.4813Z"/><path strokeLinecap="round" d="M18 17V18" opacity=".5"/><path strokeLinecap="round" d="M15.5 17V18" opacity=".5"/><path strokeLinecap="round" d="M13 17V18" opacity=".5"/><path strokeLinecap="round" d="M10.5 17V18" 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-width="1.5"><path d="M21.5534 15.4813L19 5.11765C18.5 3.52941 17.6046 3 16.5 3H7.5C6.39543 3 5.5 3.52941 5 5.11765L2.44664 15.4813M2.44664 15.4813C2.16221 16.0172 2 16.6356 2 17.2941C2 19.3408 3.567 21 5.5 21H18.5C20.433 21 22 19.3408 22 17.2941C22 16.6356 21.8378 16.0172 21.5534 15.4813C20.9538 14.3515 19.8111 13.5882 18.5 13.5882H5.5C4.18893 13.5882 3.04623 14.3515 2.44664 15.4813Z"/><path stroke-linecap="round" d="M18 17V18" opacity=".5"/><path stroke-linecap="round" d="M15.5 17V18" opacity=".5"/><path stroke-linecap="round" d="M13 17V18" opacity=".5"/><path stroke-linecap="round" d="M10.5 17V18" opacity=".5"/></g></svg> </template>
CSS
.icon-ssd-round-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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M21.5534%2015.4813L19%205.11765C18.5%203.52941%2017.6046%203%2016.5%203H7.5C6.39543%203%205.5%203.52941%205%205.11765L2.44664%2015.4813M2.44664%2015.4813C2.16221%2016.0172%202%2016.6356%202%2017.2941C2%2019.3408%203.567%2021%205.5%2021H18.5C20.433%2021%2022%2019.3408%2022%2017.2941C22%2016.6356%2021.8378%2016.0172%2021.5534%2015.4813C20.9538%2014.3515%2019.8111%2013.5882%2018.5%2013.5882H5.5C4.18893%2013.5882%203.04623%2014.3515%202.44664%2015.4813Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18%2017V18%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M15.5%2017V18%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13%2017V18%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10.5%2017V18%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M21.5534%2015.4813L19%205.11765C18.5%203.52941%2017.6046%203%2016.5%203H7.5C6.39543%203%205.5%203.52941%205%205.11765L2.44664%2015.4813M2.44664%2015.4813C2.16221%2016.0172%202%2016.6356%202%2017.2941C2%2019.3408%203.567%2021%205.5%2021H18.5C20.433%2021%2022%2019.3408%2022%2017.2941C22%2016.6356%2021.8378%2016.0172%2021.5534%2015.4813C20.9538%2014.3515%2019.8111%2013.5882%2018.5%2013.5882H5.5C4.18893%2013.5882%203.04623%2014.3515%202.44664%2015.4813Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18%2017V18%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M15.5%2017V18%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13%2017V18%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10.5%2017V18%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/ssd-round-line-duotone.svg?color=%231a73e8&size=48