Gall And Gall Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gall And Gall 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/340916.svg" alt="Gall And Gall icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340916.svg" alt="Gall And Gall icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340916.svg" alt="Gall And Gall icon" :width="24" :height="24" />
CSS background
.icon-gall-and-gall {
background-image: url('https://proicons.com/icon/340916.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M18.5523,21.949c0-2.2236-1.8026-4.0261-4.0261-4.0261h0c-2.2236,0-4.0261,1.8026-4.0261,4.0261v4.1021c0,2.2236,1.8026,4.0261,4.0261,4.0261h0c2.2236,0,4.0261-1.8026,4.0261-4.0261h-4.0261"/><path class="c" d="M37.5,21.949c0-2.2236-1.8026-4.0261-4.0261-4.0261h0c-2.2236,0-4.0261,1.8026-4.0261,4.0261v4.1021c0,2.2236,1.8026,4.0261,4.0261,4.0261h0c2.2236,0,4.0261-1.8026,4.0261-4.0261h-4.0261"/><path class="c" d="M27.4233,30.0772h-.6906c-.4575,0-.8874-.2189-1.1565-.5888l-2.8346-3.8964c-.3644-.4782-1.005-1.1079-1.005-2.0408,0-.8807.7153-1.6464,1.7103-1.6464.9691,0,1.6562.7657,1.6562,1.6464,0,.9327-.7557,1.7301-2.1523,1.995-1.5569.2954-2.53,1.1496-2.53,2.5578,0,1.1385.7177,1.9732,2.1525,1.9732,1.8861,0,2.9962-1.7885,4.6357-3.9865"/><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!