Gridle Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gridle icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/341337.svg" alt="Gridle icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341337.svg" alt="Gridle icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341337.svg" alt="Gridle icon" :width="24" :height="24" />
CSS background
.icon-gridle {
background-image: url('https://proicons.com/icon/341337.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.u{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><line id="c" class="u" x1="28.4907" y1="40.4675" x2="32.4907" y2="40.4675"/><line id="d" class="u" x1="28.4907" y1="32.4675" x2="32.4907" y2="32.4675"/><line id="e" class="u" x1="28.4907" y1="36.4675" x2="31.0907" y2="36.4675"/><line id="f" class="u" x1="28.4907" y1="32.4675" x2="28.4907" y2="40.4675"/></g><path id="g" class="u" d="M28.4907,28v-8h1.3c2.2,0,4,1.8,4,4h0c0,2.2-1.8,4-4,4h-1.3Z"/><g id="h"><path id="i" class="u" d="M28.4907,15.6314V7.6314h2.6c1.5,0,2.7,1.2,2.7,2.7s-1.2,2.7-2.7,2.7h-2.6"/></g><g id="j"><line id="k" class="u" x1="31.282" y1="13.0227" x2="33.7907" y2="15.6314"/></g><g id="l"><polyline id="m" class="u" points="14.9873 32.4675 14.9873 40.4675 18.9873 40.4675"/></g><line id="n" class="u" x1="14.9873" y1="20" x2="14.9873" y2="28"/><g id="o"><path id="p" class="u" d="M18.8873,10.3341c0-1.5-1.3-2.8-2.8-2.7-1.4.1-2.5,1.4-2.5,2.8v2.5c0,1.5,1.2,2.7,2.7,2.7h0c1.5,0,2.7-1.2,2.7-2.7h-2.7"/></g><path id="q" class="u" d="M24,5.5v37"/><path id="r" class="u" d="M5.5,17.8044l37,.0225"/><path id="s" class="u" d="M5.5,30.245l37-.0225"/><rect id="t" class="u" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!