ssd square icon
ssd-square-linear from Solar by 480 Design · Linear · Devices · CC-BY-4.0 Attribution required.
- Name
- ssd-square-linear
- Set
- Solar
- Style
- Linear
- 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 square 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 stroke-linecap="round" d="M19 17V18"/><path stroke-linecap="round" d="M16.5 17V18"/><path stroke-linecap="round" d="M14 17V18"/><path stroke-linecap="round" d="M11.5 17V18"/><path d="M21.8515 14.9557L19 5.11765C18.5 3.52941 17.6046 3 16.5 3H7.5C6.39543 3 5.5 3.52941 5 5.11765L2.14849 14.9557M2 17.2941C2 15.807 2 15.0635 2.33706 14.5294C2.48298 14.2982 2.67048 14.0996 2.88886 13.9451C3.39331 13.5882 4.09554 13.5882 5.5 13.5882H18.5C19.9045 13.5882 20.6067 13.5882 21.1111 13.9451C21.3295 14.0996 21.517 14.2982 21.6629 14.5294C22 15.0635 22 15.807 22 17.2941C22 18.7812 22 19.5247 21.6629 20.0589C21.517 20.2901 21.3295 20.4886 21.1111 20.6431C20.6067 21 19.9045 21 18.5 21H5.5C4.09554 21 3.39331 21 2.88886 20.6431C2.67048 20.4886 2.48298 20.2901 2.33706 20.0589C2 19.5247 2 18.7812 2 17.2941Z"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarSsdSquareLinear(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 strokeLinecap="round" d="M19 17V18"/><path strokeLinecap="round" d="M16.5 17V18"/><path strokeLinecap="round" d="M14 17V18"/><path strokeLinecap="round" d="M11.5 17V18"/><path d="M21.8515 14.9557L19 5.11765C18.5 3.52941 17.6046 3 16.5 3H7.5C6.39543 3 5.5 3.52941 5 5.11765L2.14849 14.9557M2 17.2941C2 15.807 2 15.0635 2.33706 14.5294C2.48298 14.2982 2.67048 14.0996 2.88886 13.9451C3.39331 13.5882 4.09554 13.5882 5.5 13.5882H18.5C19.9045 13.5882 20.6067 13.5882 21.1111 13.9451C21.3295 14.0996 21.517 14.2982 21.6629 14.5294C22 15.0635 22 15.807 22 17.2941C22 18.7812 22 19.5247 21.6629 20.0589C21.517 20.2901 21.3295 20.4886 21.1111 20.6431C20.6067 21 19.9045 21 18.5 21H5.5C4.09554 21 3.39331 21 2.88886 20.6431C2.67048 20.4886 2.48298 20.2901 2.33706 20.0589C2 19.5247 2 18.7812 2 17.2941Z"/></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 stroke-linecap="round" d="M19 17V18"/><path stroke-linecap="round" d="M16.5 17V18"/><path stroke-linecap="round" d="M14 17V18"/><path stroke-linecap="round" d="M11.5 17V18"/><path d="M21.8515 14.9557L19 5.11765C18.5 3.52941 17.6046 3 16.5 3H7.5C6.39543 3 5.5 3.52941 5 5.11765L2.14849 14.9557M2 17.2941C2 15.807 2 15.0635 2.33706 14.5294C2.48298 14.2982 2.67048 14.0996 2.88886 13.9451C3.39331 13.5882 4.09554 13.5882 5.5 13.5882H18.5C19.9045 13.5882 20.6067 13.5882 21.1111 13.9451C21.3295 14.0996 21.517 14.2982 21.6629 14.5294C22 15.0635 22 15.807 22 17.2941C22 18.7812 22 19.5247 21.6629 20.0589C21.517 20.2901 21.3295 20.4886 21.1111 20.6431C20.6067 21 19.9045 21 18.5 21H5.5C4.09554 21 3.39331 21 2.88886 20.6431C2.67048 20.4886 2.48298 20.2901 2.33706 20.0589C2 19.5247 2 18.7812 2 17.2941Z"/></g></svg> </template>
CSS
.icon-ssd-square-linear {
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%20stroke-linecap%3D%22round%22%20d%3D%22M19%2017V18%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16.5%2017V18%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14%2017V18%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11.5%2017V18%22%2F%3E%3Cpath%20d%3D%22M21.8515%2014.9557L19%205.11765C18.5%203.52941%2017.6046%203%2016.5%203H7.5C6.39543%203%205.5%203.52941%205%205.11765L2.14849%2014.9557M2%2017.2941C2%2015.807%202%2015.0635%202.33706%2014.5294C2.48298%2014.2982%202.67048%2014.0996%202.88886%2013.9451C3.39331%2013.5882%204.09554%2013.5882%205.5%2013.5882H18.5C19.9045%2013.5882%2020.6067%2013.5882%2021.1111%2013.9451C21.3295%2014.0996%2021.517%2014.2982%2021.6629%2014.5294C22%2015.0635%2022%2015.807%2022%2017.2941C22%2018.7812%2022%2019.5247%2021.6629%2020.0589C21.517%2020.2901%2021.3295%2020.4886%2021.1111%2020.6431C20.6067%2021%2019.9045%2021%2018.5%2021H5.5C4.09554%2021%203.39331%2021%202.88886%2020.6431C2.67048%2020.4886%202.48298%2020.2901%202.33706%2020.0589C2%2019.5247%202%2018.7812%202%2017.2941Z%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%20stroke-linecap%3D%22round%22%20d%3D%22M19%2017V18%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16.5%2017V18%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14%2017V18%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11.5%2017V18%22%2F%3E%3Cpath%20d%3D%22M21.8515%2014.9557L19%205.11765C18.5%203.52941%2017.6046%203%2016.5%203H7.5C6.39543%203%205.5%203.52941%205%205.11765L2.14849%2014.9557M2%2017.2941C2%2015.807%202%2015.0635%202.33706%2014.5294C2.48298%2014.2982%202.67048%2014.0996%202.88886%2013.9451C3.39331%2013.5882%204.09554%2013.5882%205.5%2013.5882H18.5C19.9045%2013.5882%2020.6067%2013.5882%2021.1111%2013.9451C21.3295%2014.0996%2021.517%2014.2982%2021.6629%2014.5294C22%2015.0635%2022%2015.807%2022%2017.2941C22%2018.7812%2022%2019.5247%2021.6629%2020.0589C21.517%2020.2901%2021.3295%2020.4886%2021.1111%2020.6431C20.6067%2021%2019.9045%2021%2018.5%2021H5.5C4.09554%2021%203.39331%2021%202.88886%2020.6431C2.67048%2020.4886%202.48298%2020.2901%202.33706%2020.0589C2%2019.5247%202%2018.7812%202%2017.2941Z%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-square-linear.svg?color=%231a73e8&size=48