square dashed icon
square-dashed from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- square-dashed
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
square-01square-activitysquare-arrow-data-transfer-diagonalsquare-arrow-data-transfer-horizontalsquare-arrow-data-transfer-verticalsquare-arrow-diagonal-01square-arrow-diagonal-02square-arrow-down-01square-arrow-down-02square-arrow-down-03square-arrow-down-doublesquare-arrow-down-leftsquare-arrow-down-rightsquare-arrow-expand-01square-arrow-expand-02square-arrow-horizontalsquare-arrow-left-01square-arrow-left-02square-arrow-left-03square-arrow-left-doublesquare-arrow-left-rightsquare-arrow-move-down-leftsquare-arrow-move-down-rightsquare-arrow-move-left-down
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="M6.292 2.751c-1.039.194-1.804.536-2.409 1.14c-.604.605-.946 1.37-1.14 2.409m14.95-3.549c1.038.194 1.803.536 2.408 1.14c.605.605.947 1.37 1.14 2.409m-7.349-3.795q-.875-.006-1.9-.005q-1.024-.001-1.9.005M21.487 10.1q.006.875.005 1.9q.001 1.025-.005 1.9m-18.99-3.8q-.006.875-.005 1.9q-.001 1.025.005 1.9m.247 3.8c.193 1.04.535 1.804 1.14 2.409s1.369.946 2.408 1.14M21.241 17.7c-.194 1.04-.535 1.804-1.14 2.409s-1.37.946-2.409 1.14m-3.8.246q-.875.006-1.9.005q-1.024.001-1.9-.005"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsSquareDashed(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="M6.292 2.751c-1.039.194-1.804.536-2.409 1.14c-.604.605-.946 1.37-1.14 2.409m14.95-3.549c1.038.194 1.803.536 2.408 1.14c.605.605.947 1.37 1.14 2.409m-7.349-3.795q-.875-.006-1.9-.005q-1.024-.001-1.9.005M21.487 10.1q.006.875.005 1.9q.001 1.025-.005 1.9m-18.99-3.8q-.006.875-.005 1.9q-.001 1.025.005 1.9m.247 3.8c.193 1.04.535 1.804 1.14 2.409s1.369.946 2.408 1.14M21.241 17.7c-.194 1.04-.535 1.804-1.14 2.409s-1.37.946-2.409 1.14m-3.8.246q-.875.006-1.9.005q-1.024.001-1.9-.005"/></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="M6.292 2.751c-1.039.194-1.804.536-2.409 1.14c-.604.605-.946 1.37-1.14 2.409m14.95-3.549c1.038.194 1.803.536 2.408 1.14c.605.605.947 1.37 1.14 2.409m-7.349-3.795q-.875-.006-1.9-.005q-1.024-.001-1.9.005M21.487 10.1q.006.875.005 1.9q.001 1.025-.005 1.9m-18.99-3.8q-.006.875-.005 1.9q-.001 1.025.005 1.9m.247 3.8c.193 1.04.535 1.804 1.14 2.409s1.369.946 2.408 1.14M21.241 17.7c-.194 1.04-.535 1.804-1.14 2.409s-1.37.946-2.409 1.14m-3.8.246q-.875.006-1.9.005q-1.024.001-1.9-.005"/></svg> </template>
CSS
.icon-square-dashed {
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%22M6.292%202.751c-1.039.194-1.804.536-2.409%201.14c-.604.605-.946%201.37-1.14%202.409m14.95-3.549c1.038.194%201.803.536%202.408%201.14c.605.605.947%201.37%201.14%202.409m-7.349-3.795q-.875-.006-1.9-.005q-1.024-.001-1.9.005M21.487%2010.1q.006.875.005%201.9q.001%201.025-.005%201.9m-18.99-3.8q-.006.875-.005%201.9q-.001%201.025.005%201.9m.247%203.8c.193%201.04.535%201.804%201.14%202.409s1.369.946%202.408%201.14M21.241%2017.7c-.194%201.04-.535%201.804-1.14%202.409s-1.37.946-2.409%201.14m-3.8.246q-.875.006-1.9.005q-1.024.001-1.9-.005%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%22M6.292%202.751c-1.039.194-1.804.536-2.409%201.14c-.604.605-.946%201.37-1.14%202.409m14.95-3.549c1.038.194%201.803.536%202.408%201.14c.605.605.947%201.37%201.14%202.409m-7.349-3.795q-.875-.006-1.9-.005q-1.024-.001-1.9.005M21.487%2010.1q.006.875.005%201.9q.001%201.025-.005%201.9m-18.99-3.8q-.006.875-.005%201.9q-.001%201.025.005%201.9m.247%203.8c.193%201.04.535%201.804%201.14%202.409s1.369.946%202.408%201.14M21.241%2017.7c-.194%201.04-.535%201.804-1.14%202.409s-1.37.946-2.409%201.14m-3.8.246q-.875.006-1.9.005q-1.024.001-1.9-.005%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/square-dashed.svg?color=%231a73e8&size=48