square dashed icon
square-dashed-line-duotone from Solar by 480 Design · Line Duotone · UI · CC-BY-4.0 Attribution required.
- Name
- square-dashed-line-duotone
- Set
- Solar
- Style
- Line Duotone
- Category
- UI
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
More ui icons from Solar
accessibility-boldadd-boldadd-circle-boldadd-square-boldaugmented-reality-boldballoon-boldbattery-charge-boldbattery-charge-minimalistic-boldbattery-full-boldbattery-full-minimalistic-boldbattery-half-boldbattery-half-minimalistic-boldbattery-low-boldbattery-low-minimalistic-boldblocks-boldbody-boldbolt-boldbolt-circle-boldbox-boldbox-minimalistic-boldbroom-boldcat-boldcheck-circle-boldcheck-square-bold
Use the square dashed 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-linejoin="round" stroke-width="1.5"><path d="M18.6168 2.40479C19.4061 2.62141 20.025 2.95394 20.5355 3.46438C21.0456 3.97455 21.3781 4.59304 21.5947 5.38176M21.5953 18.6167C21.3787 19.406 21.0462 20.0249 20.5357 20.5354C20.0256 21.0455 19.4071 21.378 18.6184 21.5946M21.9928 14.2228C22.0001 13.5461 22.0001 12.8077 22.0001 12C22.0001 11.1924 22.0001 10.454 21.9928 9.77734M5.38342 21.5952C4.59409 21.3786 3.97521 21.0461 3.46476 20.5356C2.95459 20.0254 2.62215 19.407 2.40552 18.6182M9.77737 21.9926C10.454 22 11.1924 22 12.0001 22C12.8077 22 13.5461 22 14.2228 21.9926"/><path d="M14.2228 2.00736C13.5461 2 12.8077 2 12 2C11.1924 2 10.454 2 9.77734 2.00736M2.40478 5.3833C2.62141 4.59397 2.95394 3.97509 3.46438 3.46464C3.97455 2.95447 4.59304 2.62203 5.38176 2.4054M2.00736 9.77725C2 10.4539 2 11.1923 2 12C2 12.8076 2 13.546 2.00736 14.2227" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarSquareDashedLineDuotone(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" strokeLinejoin="round" strokeWidth="1.5"><path d="M18.6168 2.40479C19.4061 2.62141 20.025 2.95394 20.5355 3.46438C21.0456 3.97455 21.3781 4.59304 21.5947 5.38176M21.5953 18.6167C21.3787 19.406 21.0462 20.0249 20.5357 20.5354C20.0256 21.0455 19.4071 21.378 18.6184 21.5946M21.9928 14.2228C22.0001 13.5461 22.0001 12.8077 22.0001 12C22.0001 11.1924 22.0001 10.454 21.9928 9.77734M5.38342 21.5952C4.59409 21.3786 3.97521 21.0461 3.46476 20.5356C2.95459 20.0254 2.62215 19.407 2.40552 18.6182M9.77737 21.9926C10.454 22 11.1924 22 12.0001 22C12.8077 22 13.5461 22 14.2228 21.9926"/><path d="M14.2228 2.00736C13.5461 2 12.8077 2 12 2C11.1924 2 10.454 2 9.77734 2.00736M2.40478 5.3833C2.62141 4.59397 2.95394 3.97509 3.46438 3.46464C3.97455 2.95447 4.59304 2.62203 5.38176 2.4054M2.00736 9.77725C2 10.4539 2 11.1923 2 12C2 12.8076 2 13.546 2.00736 14.2227" 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-linejoin="round" stroke-width="1.5"><path d="M18.6168 2.40479C19.4061 2.62141 20.025 2.95394 20.5355 3.46438C21.0456 3.97455 21.3781 4.59304 21.5947 5.38176M21.5953 18.6167C21.3787 19.406 21.0462 20.0249 20.5357 20.5354C20.0256 21.0455 19.4071 21.378 18.6184 21.5946M21.9928 14.2228C22.0001 13.5461 22.0001 12.8077 22.0001 12C22.0001 11.1924 22.0001 10.454 21.9928 9.77734M5.38342 21.5952C4.59409 21.3786 3.97521 21.0461 3.46476 20.5356C2.95459 20.0254 2.62215 19.407 2.40552 18.6182M9.77737 21.9926C10.454 22 11.1924 22 12.0001 22C12.8077 22 13.5461 22 14.2228 21.9926"/><path d="M14.2228 2.00736C13.5461 2 12.8077 2 12 2C11.1924 2 10.454 2 9.77734 2.00736M2.40478 5.3833C2.62141 4.59397 2.95394 3.97509 3.46438 3.46464C3.97455 2.95447 4.59304 2.62203 5.38176 2.4054M2.00736 9.77725C2 10.4539 2 11.1923 2 12C2 12.8076 2 13.546 2.00736 14.2227" opacity=".5"/></g></svg> </template>
CSS
.icon-square-dashed-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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M18.6168%202.40479C19.4061%202.62141%2020.025%202.95394%2020.5355%203.46438C21.0456%203.97455%2021.3781%204.59304%2021.5947%205.38176M21.5953%2018.6167C21.3787%2019.406%2021.0462%2020.0249%2020.5357%2020.5354C20.0256%2021.0455%2019.4071%2021.378%2018.6184%2021.5946M21.9928%2014.2228C22.0001%2013.5461%2022.0001%2012.8077%2022.0001%2012C22.0001%2011.1924%2022.0001%2010.454%2021.9928%209.77734M5.38342%2021.5952C4.59409%2021.3786%203.97521%2021.0461%203.46476%2020.5356C2.95459%2020.0254%202.62215%2019.407%202.40552%2018.6182M9.77737%2021.9926C10.454%2022%2011.1924%2022%2012.0001%2022C12.8077%2022%2013.5461%2022%2014.2228%2021.9926%22%2F%3E%3Cpath%20d%3D%22M14.2228%202.00736C13.5461%202%2012.8077%202%2012%202C11.1924%202%2010.454%202%209.77734%202.00736M2.40478%205.3833C2.62141%204.59397%202.95394%203.97509%203.46438%203.46464C3.97455%202.95447%204.59304%202.62203%205.38176%202.4054M2.00736%209.77725C2%2010.4539%202%2011.1923%202%2012C2%2012.8076%202%2013.546%202.00736%2014.2227%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M18.6168%202.40479C19.4061%202.62141%2020.025%202.95394%2020.5355%203.46438C21.0456%203.97455%2021.3781%204.59304%2021.5947%205.38176M21.5953%2018.6167C21.3787%2019.406%2021.0462%2020.0249%2020.5357%2020.5354C20.0256%2021.0455%2019.4071%2021.378%2018.6184%2021.5946M21.9928%2014.2228C22.0001%2013.5461%2022.0001%2012.8077%2022.0001%2012C22.0001%2011.1924%2022.0001%2010.454%2021.9928%209.77734M5.38342%2021.5952C4.59409%2021.3786%203.97521%2021.0461%203.46476%2020.5356C2.95459%2020.0254%202.62215%2019.407%202.40552%2018.6182M9.77737%2021.9926C10.454%2022%2011.1924%2022%2012.0001%2022C12.8077%2022%2013.5461%2022%2014.2228%2021.9926%22%2F%3E%3Cpath%20d%3D%22M14.2228%202.00736C13.5461%202%2012.8077%202%2012%202C11.1924%202%2010.454%202%209.77734%202.00736M2.40478%205.3833C2.62141%204.59397%202.95394%203.97509%203.46438%203.46464C3.97455%202.95447%204.59304%202.62203%205.38176%202.4054M2.00736%209.77725C2%2010.4539%202%2011.1923%202%2012C2%2012.8076%202%2013.546%202.00736%2014.2227%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/square-dashed-line-duotone.svg?color=%231a73e8&size=48