dialpad square 02 icon
dialpad-square-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- dialpad-square-02
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the dialpad square 02 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-width="1.5" d="M2 4c0 .943 0 1.414.293 1.707S3.057 6 4 6s1.414 0 1.707-.293S6 4.943 6 4s0-1.414-.293-1.707S4.943 2 4 2s-1.414 0-1.707.293S2 3.057 2 4Zm0 8c0 .943 0 1.414.293 1.707S3.057 14 4 14s1.414 0 1.707-.293S6 12.943 6 12s0-1.414-.293-1.707S4.943 10 4 10s-1.414 0-1.707.293S2 11.057 2 12Zm8-8c0 .943 0 1.414.293 1.707S11.057 6 12 6s1.414 0 1.707-.293S14 4.943 14 4s0-1.414-.293-1.707S12.943 2 12 2s-1.414 0-1.707.293S10 3.057 10 4Zm0 8c0 .943 0 1.414.293 1.707S11.057 14 12 14s1.414 0 1.707-.293S14 12.943 14 12s0-1.414-.293-1.707S12.943 10 12 10s-1.414 0-1.707.293S10 11.057 10 12Zm0 8c0 .943 0 1.414.293 1.707S11.057 22 12 22s1.414 0 1.707-.293S14 20.943 14 20s0-1.414-.293-1.707S12.943 18 12 18s-1.414 0-1.707.293S10 19.057 10 20Zm8-16c0 .943 0 1.414.293 1.707S19.057 6 20 6s1.414 0 1.707-.293S22 4.943 22 4s0-1.414-.293-1.707S20.943 2 20 2s-1.414 0-1.707.293S18 3.057 18 4Zm0 8c0 .943 0 1.414.293 1.707S19.057 14 20 14s1.414 0 1.707-.293S22 12.943 22 12s0-1.414-.293-1.707S20.943 10 20 10s-1.414 0-1.707.293S18 11.057 18 12Z"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsDialpadSquare02(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" strokeWidth="1.5" d="M2 4c0 .943 0 1.414.293 1.707S3.057 6 4 6s1.414 0 1.707-.293S6 4.943 6 4s0-1.414-.293-1.707S4.943 2 4 2s-1.414 0-1.707.293S2 3.057 2 4Zm0 8c0 .943 0 1.414.293 1.707S3.057 14 4 14s1.414 0 1.707-.293S6 12.943 6 12s0-1.414-.293-1.707S4.943 10 4 10s-1.414 0-1.707.293S2 11.057 2 12Zm8-8c0 .943 0 1.414.293 1.707S11.057 6 12 6s1.414 0 1.707-.293S14 4.943 14 4s0-1.414-.293-1.707S12.943 2 12 2s-1.414 0-1.707.293S10 3.057 10 4Zm0 8c0 .943 0 1.414.293 1.707S11.057 14 12 14s1.414 0 1.707-.293S14 12.943 14 12s0-1.414-.293-1.707S12.943 10 12 10s-1.414 0-1.707.293S10 11.057 10 12Zm0 8c0 .943 0 1.414.293 1.707S11.057 22 12 22s1.414 0 1.707-.293S14 20.943 14 20s0-1.414-.293-1.707S12.943 18 12 18s-1.414 0-1.707.293S10 19.057 10 20Zm8-16c0 .943 0 1.414.293 1.707S19.057 6 20 6s1.414 0 1.707-.293S22 4.943 22 4s0-1.414-.293-1.707S20.943 2 20 2s-1.414 0-1.707.293S18 3.057 18 4Zm0 8c0 .943 0 1.414.293 1.707S19.057 14 20 14s1.414 0 1.707-.293S22 12.943 22 12s0-1.414-.293-1.707S20.943 10 20 10s-1.414 0-1.707.293S18 11.057 18 12Z"/></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-width="1.5" d="M2 4c0 .943 0 1.414.293 1.707S3.057 6 4 6s1.414 0 1.707-.293S6 4.943 6 4s0-1.414-.293-1.707S4.943 2 4 2s-1.414 0-1.707.293S2 3.057 2 4Zm0 8c0 .943 0 1.414.293 1.707S3.057 14 4 14s1.414 0 1.707-.293S6 12.943 6 12s0-1.414-.293-1.707S4.943 10 4 10s-1.414 0-1.707.293S2 11.057 2 12Zm8-8c0 .943 0 1.414.293 1.707S11.057 6 12 6s1.414 0 1.707-.293S14 4.943 14 4s0-1.414-.293-1.707S12.943 2 12 2s-1.414 0-1.707.293S10 3.057 10 4Zm0 8c0 .943 0 1.414.293 1.707S11.057 14 12 14s1.414 0 1.707-.293S14 12.943 14 12s0-1.414-.293-1.707S12.943 10 12 10s-1.414 0-1.707.293S10 11.057 10 12Zm0 8c0 .943 0 1.414.293 1.707S11.057 22 12 22s1.414 0 1.707-.293S14 20.943 14 20s0-1.414-.293-1.707S12.943 18 12 18s-1.414 0-1.707.293S10 19.057 10 20Zm8-16c0 .943 0 1.414.293 1.707S19.057 6 20 6s1.414 0 1.707-.293S22 4.943 22 4s0-1.414-.293-1.707S20.943 2 20 2s-1.414 0-1.707.293S18 3.057 18 4Zm0 8c0 .943 0 1.414.293 1.707S19.057 14 20 14s1.414 0 1.707-.293S22 12.943 22 12s0-1.414-.293-1.707S20.943 10 20 10s-1.414 0-1.707.293S18 11.057 18 12Z"/></svg> </template>
CSS
.icon-dialpad-square-02 {
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-width%3D%221.5%22%20d%3D%22M2%204c0%20.943%200%201.414.293%201.707S3.057%206%204%206s1.414%200%201.707-.293S6%204.943%206%204s0-1.414-.293-1.707S4.943%202%204%202s-1.414%200-1.707.293S2%203.057%202%204Zm0%208c0%20.943%200%201.414.293%201.707S3.057%2014%204%2014s1.414%200%201.707-.293S6%2012.943%206%2012s0-1.414-.293-1.707S4.943%2010%204%2010s-1.414%200-1.707.293S2%2011.057%202%2012Zm8-8c0%20.943%200%201.414.293%201.707S11.057%206%2012%206s1.414%200%201.707-.293S14%204.943%2014%204s0-1.414-.293-1.707S12.943%202%2012%202s-1.414%200-1.707.293S10%203.057%2010%204Zm0%208c0%20.943%200%201.414.293%201.707S11.057%2014%2012%2014s1.414%200%201.707-.293S14%2012.943%2014%2012s0-1.414-.293-1.707S12.943%2010%2012%2010s-1.414%200-1.707.293S10%2011.057%2010%2012Zm0%208c0%20.943%200%201.414.293%201.707S11.057%2022%2012%2022s1.414%200%201.707-.293S14%2020.943%2014%2020s0-1.414-.293-1.707S12.943%2018%2012%2018s-1.414%200-1.707.293S10%2019.057%2010%2020Zm8-16c0%20.943%200%201.414.293%201.707S19.057%206%2020%206s1.414%200%201.707-.293S22%204.943%2022%204s0-1.414-.293-1.707S20.943%202%2020%202s-1.414%200-1.707.293S18%203.057%2018%204Zm0%208c0%20.943%200%201.414.293%201.707S19.057%2014%2020%2014s1.414%200%201.707-.293S22%2012.943%2022%2012s0-1.414-.293-1.707S20.943%2010%2020%2010s-1.414%200-1.707.293S18%2011.057%2018%2012Z%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-width%3D%221.5%22%20d%3D%22M2%204c0%20.943%200%201.414.293%201.707S3.057%206%204%206s1.414%200%201.707-.293S6%204.943%206%204s0-1.414-.293-1.707S4.943%202%204%202s-1.414%200-1.707.293S2%203.057%202%204Zm0%208c0%20.943%200%201.414.293%201.707S3.057%2014%204%2014s1.414%200%201.707-.293S6%2012.943%206%2012s0-1.414-.293-1.707S4.943%2010%204%2010s-1.414%200-1.707.293S2%2011.057%202%2012Zm8-8c0%20.943%200%201.414.293%201.707S11.057%206%2012%206s1.414%200%201.707-.293S14%204.943%2014%204s0-1.414-.293-1.707S12.943%202%2012%202s-1.414%200-1.707.293S10%203.057%2010%204Zm0%208c0%20.943%200%201.414.293%201.707S11.057%2014%2012%2014s1.414%200%201.707-.293S14%2012.943%2014%2012s0-1.414-.293-1.707S12.943%2010%2012%2010s-1.414%200-1.707.293S10%2011.057%2010%2012Zm0%208c0%20.943%200%201.414.293%201.707S11.057%2022%2012%2022s1.414%200%201.707-.293S14%2020.943%2014%2020s0-1.414-.293-1.707S12.943%2018%2012%2018s-1.414%200-1.707.293S10%2019.057%2010%2020Zm8-16c0%20.943%200%201.414.293%201.707S19.057%206%2020%206s1.414%200%201.707-.293S22%204.943%2022%204s0-1.414-.293-1.707S20.943%202%2020%202s-1.414%200-1.707.293S18%203.057%2018%204Zm0%208c0%20.943%200%201.414.293%201.707S19.057%2014%2020%2014s1.414%200%201.707-.293S22%2012.943%2022%2012s0-1.414-.293-1.707S20.943%2010%2020%2010s-1.414%200-1.707.293S18%2011.057%2018%2012Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/dialpad-square-02.svg?color=%231a73e8&size=48