Parent Square Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Parent Square 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/330969.svg" alt="Parent Square icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330969.svg" alt="Parent Square icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330969.svg" alt="Parent Square icon" :width="24" :height="24" />
CSS background
.icon-parent-square {
background-image: url('https://proicons.com/icon/330969.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="b" x1="27.94" y1="37.5" x2="20.06" y2="37.5"/><line class="b" x1="27.94" y1="10.5" x2="20.06" y2="10.5"/><line class="b" x1="37.5" y1="27.94" x2="37.5" y2="20.06"/><line class="b" x1="10.5" y1="27.94" x2="10.5" y2="20.06"/><circle class="b" cx="13" cy="13" r="7.5"/><circle class="b" cx="13" cy="35" r="7.5"/><circle class="b" cx="35" cy="13" r="7.5"/><circle class="b" cx="35" cy="35" r="7.5"/><line class="b" x1="27.94" y1="32.5" x2="20.06" y2="32.5"/><line class="b" x1="27.94" y1="15.5" x2="20.06" y2="15.5"/><line class="b" x1="32.5" y1="27.94" x2="32.5" y2="20.06"/><line class="b" x1="15.5" y1="27.94" x2="15.5" y2="20.06"/></svg>
Copied!