square dashed icon
square-dashed-linear from Solar by 480 Design · Linear · UI · CC-BY-4.0 Attribution required.
- Name
- square-dashed-linear
- Set
- Solar
- Style
- Linear
- 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"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M18.6169 2.40487C19.4062 2.62149 20.0251 2.95402 20.5355 3.46447C21.0457 3.97463 21.3781 4.59312 21.5948 5.38184M14.2227 2.00736C13.5461 2 12.8076 2 12 2C11.1924 2 10.4539 2 9.7773 2.00736M21.5952 18.6167C21.3786 19.406 21.0461 20.0249 20.5356 20.5354C20.0254 21.0455 19.407 21.378 18.6182 21.5946M21.9926 14.2228C22 13.5461 22 12.8077 22 12C22 11.1924 22 10.454 21.9926 9.77734M5.3833 21.5952C4.59397 21.3786 3.97509 21.0461 3.46464 20.5356C2.95447 20.0254 2.62203 19.407 2.4054 18.6182M9.77725 21.9926C10.4539 22 11.1923 22 12 22C12.8076 22 13.546 22 14.2227 21.9926M2.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"/></svg>
React
import type { SVGProps } from "react";
export function SolarSquareDashedLinear(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M18.6169 2.40487C19.4062 2.62149 20.0251 2.95402 20.5355 3.46447C21.0457 3.97463 21.3781 4.59312 21.5948 5.38184M14.2227 2.00736C13.5461 2 12.8076 2 12 2C11.1924 2 10.4539 2 9.7773 2.00736M21.5952 18.6167C21.3786 19.406 21.0461 20.0249 20.5356 20.5354C20.0254 21.0455 19.407 21.378 18.6182 21.5946M21.9926 14.2228C22 13.5461 22 12.8077 22 12C22 11.1924 22 10.454 21.9926 9.77734M5.3833 21.5952C4.59397 21.3786 3.97509 21.0461 3.46464 20.5356C2.95447 20.0254 2.62203 19.407 2.4054 18.6182M9.77725 21.9926C10.4539 22 11.1923 22 12 22C12.8076 22 13.546 22 14.2227 21.9926M2.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"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M18.6169 2.40487C19.4062 2.62149 20.0251 2.95402 20.5355 3.46447C21.0457 3.97463 21.3781 4.59312 21.5948 5.38184M14.2227 2.00736C13.5461 2 12.8076 2 12 2C11.1924 2 10.4539 2 9.7773 2.00736M21.5952 18.6167C21.3786 19.406 21.0461 20.0249 20.5356 20.5354C20.0254 21.0455 19.407 21.378 18.6182 21.5946M21.9926 14.2228C22 13.5461 22 12.8077 22 12C22 11.1924 22 10.454 21.9926 9.77734M5.3833 21.5952C4.59397 21.3786 3.97509 21.0461 3.46464 20.5356C2.95447 20.0254 2.62203 19.407 2.4054 18.6182M9.77725 21.9926C10.4539 22 11.1923 22 12 22C12.8076 22 13.546 22 14.2227 21.9926M2.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"/></svg> </template>
CSS
.icon-square-dashed-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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M18.6169%202.40487C19.4062%202.62149%2020.0251%202.95402%2020.5355%203.46447C21.0457%203.97463%2021.3781%204.59312%2021.5948%205.38184M14.2227%202.00736C13.5461%202%2012.8076%202%2012%202C11.1924%202%2010.4539%202%209.7773%202.00736M21.5952%2018.6167C21.3786%2019.406%2021.0461%2020.0249%2020.5356%2020.5354C20.0254%2021.0455%2019.407%2021.378%2018.6182%2021.5946M21.9926%2014.2228C22%2013.5461%2022%2012.8077%2022%2012C22%2011.1924%2022%2010.454%2021.9926%209.77734M5.3833%2021.5952C4.59397%2021.3786%203.97509%2021.0461%203.46464%2020.5356C2.95447%2020.0254%202.62203%2019.407%202.4054%2018.6182M9.77725%2021.9926C10.4539%2022%2011.1923%2022%2012%2022C12.8076%2022%2013.546%2022%2014.2227%2021.9926M2.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%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M18.6169%202.40487C19.4062%202.62149%2020.0251%202.95402%2020.5355%203.46447C21.0457%203.97463%2021.3781%204.59312%2021.5948%205.38184M14.2227%202.00736C13.5461%202%2012.8076%202%2012%202C11.1924%202%2010.4539%202%209.7773%202.00736M21.5952%2018.6167C21.3786%2019.406%2021.0461%2020.0249%2020.5356%2020.5354C20.0254%2021.0455%2019.407%2021.378%2018.6182%2021.5946M21.9926%2014.2228C22%2013.5461%2022%2012.8077%2022%2012C22%2011.1924%2022%2010.454%2021.9926%209.77734M5.3833%2021.5952C4.59397%2021.3786%203.97509%2021.0461%203.46464%2020.5356C2.95447%2020.0254%202.62203%2019.407%202.4054%2018.6182M9.77725%2021.9926C10.4539%2022%2011.1923%2022%2012%2022C12.8076%2022%2013.546%2022%2014.2227%2021.9926M2.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%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/square-dashed-linear.svg?color=%231a73e8&size=48