square dashed icon
square-dashed-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.
- Name
- square-dashed-solid
- Set
- Myna UI Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
1 other variant in Myna UI Icons
The same icon in other sets
Related icons in Myna UI Icons
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="currentColor" d="M14.6 20a1 1 0 1 1 0 2H9.4a1 1 0 1 1 0-2zM2.982 17.925a1 1 0 0 1 1.345.437a3 3 0 0 0 1.31 1.31a1 1 0 0 1-.907 1.783a5 5 0 0 1-2.185-2.185a1 1 0 0 1 .437-1.345m16.69.437a1 1 0 0 1 1.783.908a5 5 0 0 1-2.185 2.185a1 1 0 0 1-.908-1.782a3 3 0 0 0 1.31-1.31M2 14.6V9.4a1 1 0 0 1 2 0v5.2a1 1 0 1 1-2 0m18 0V9.4a1 1 0 1 1 2 0v5.2a1 1 0 1 1-2 0M4.73 2.545a1 1 0 0 1 .908 1.782a3 3 0 0 0-1.31 1.31a1 1 0 0 1-1.783-.907A5 5 0 0 1 4.73 2.545m13.195.437a1 1 0 0 1 1.345-.437a5 5 0 0 1 2.185 2.185a1 1 0 0 1-1.782.908a3 3 0 0 0-1.31-1.31a1 1 0 0 1-.438-1.346M14.6 2a1 1 0 1 1 0 2H9.4a1 1 0 0 1 0-2z"/></svg>
React
import type { SVGProps } from "react";
export function MynauiSquareDashedSolid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.6 20a1 1 0 1 1 0 2H9.4a1 1 0 1 1 0-2zM2.982 17.925a1 1 0 0 1 1.345.437a3 3 0 0 0 1.31 1.31a1 1 0 0 1-.907 1.783a5 5 0 0 1-2.185-2.185a1 1 0 0 1 .437-1.345m16.69.437a1 1 0 0 1 1.783.908a5 5 0 0 1-2.185 2.185a1 1 0 0 1-.908-1.782a3 3 0 0 0 1.31-1.31M2 14.6V9.4a1 1 0 0 1 2 0v5.2a1 1 0 1 1-2 0m18 0V9.4a1 1 0 1 1 2 0v5.2a1 1 0 1 1-2 0M4.73 2.545a1 1 0 0 1 .908 1.782a3 3 0 0 0-1.31 1.31a1 1 0 0 1-1.783-.907A5 5 0 0 1 4.73 2.545m13.195.437a1 1 0 0 1 1.345-.437a5 5 0 0 1 2.185 2.185a1 1 0 0 1-1.782.908a3 3 0 0 0-1.31-1.31a1 1 0 0 1-.438-1.346M14.6 2a1 1 0 1 1 0 2H9.4a1 1 0 0 1 0-2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.6 20a1 1 0 1 1 0 2H9.4a1 1 0 1 1 0-2zM2.982 17.925a1 1 0 0 1 1.345.437a3 3 0 0 0 1.31 1.31a1 1 0 0 1-.907 1.783a5 5 0 0 1-2.185-2.185a1 1 0 0 1 .437-1.345m16.69.437a1 1 0 0 1 1.783.908a5 5 0 0 1-2.185 2.185a1 1 0 0 1-.908-1.782a3 3 0 0 0 1.31-1.31M2 14.6V9.4a1 1 0 0 1 2 0v5.2a1 1 0 1 1-2 0m18 0V9.4a1 1 0 1 1 2 0v5.2a1 1 0 1 1-2 0M4.73 2.545a1 1 0 0 1 .908 1.782a3 3 0 0 0-1.31 1.31a1 1 0 0 1-1.783-.907A5 5 0 0 1 4.73 2.545m13.195.437a1 1 0 0 1 1.345-.437a5 5 0 0 1 2.185 2.185a1 1 0 0 1-1.782.908a3 3 0 0 0-1.31-1.31a1 1 0 0 1-.438-1.346M14.6 2a1 1 0 1 1 0 2H9.4a1 1 0 0 1 0-2z"/></svg> </template>
CSS
.icon-square-dashed-solid {
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%22currentColor%22%20d%3D%22M14.6%2020a1%201%200%201%201%200%202H9.4a1%201%200%201%201%200-2zM2.982%2017.925a1%201%200%200%201%201.345.437a3%203%200%200%200%201.31%201.31a1%201%200%200%201-.907%201.783a5%205%200%200%201-2.185-2.185a1%201%200%200%201%20.437-1.345m16.69.437a1%201%200%200%201%201.783.908a5%205%200%200%201-2.185%202.185a1%201%200%200%201-.908-1.782a3%203%200%200%200%201.31-1.31M2%2014.6V9.4a1%201%200%200%201%202%200v5.2a1%201%200%201%201-2%200m18%200V9.4a1%201%200%201%201%202%200v5.2a1%201%200%201%201-2%200M4.73%202.545a1%201%200%200%201%20.908%201.782a3%203%200%200%200-1.31%201.31a1%201%200%200%201-1.783-.907A5%205%200%200%201%204.73%202.545m13.195.437a1%201%200%200%201%201.345-.437a5%205%200%200%201%202.185%202.185a1%201%200%200%201-1.782.908a3%203%200%200%200-1.31-1.31a1%201%200%200%201-.438-1.346M14.6%202a1%201%200%201%201%200%202H9.4a1%201%200%200%201%200-2z%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%22currentColor%22%20d%3D%22M14.6%2020a1%201%200%201%201%200%202H9.4a1%201%200%201%201%200-2zM2.982%2017.925a1%201%200%200%201%201.345.437a3%203%200%200%200%201.31%201.31a1%201%200%200%201-.907%201.783a5%205%200%200%201-2.185-2.185a1%201%200%200%201%20.437-1.345m16.69.437a1%201%200%200%201%201.783.908a5%205%200%200%201-2.185%202.185a1%201%200%200%201-.908-1.782a3%203%200%200%200%201.31-1.31M2%2014.6V9.4a1%201%200%200%201%202%200v5.2a1%201%200%201%201-2%200m18%200V9.4a1%201%200%201%201%202%200v5.2a1%201%200%201%201-2%200M4.73%202.545a1%201%200%200%201%20.908%201.782a3%203%200%200%200-1.31%201.31a1%201%200%200%201-1.783-.907A5%205%200%200%201%204.73%202.545m13.195.437a1%201%200%200%201%201.345-.437a5%205%200%200%201%202.185%202.185a1%201%200%200%201-1.782.908a3%203%200%200%200-1.31-1.31a1%201%200%200%201-.438-1.346M14.6%202a1%201%200%201%201%200%202H9.4a1%201%200%200%201%200-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/square-dashed-solid.svg?color=%231a73e8&size=48