Godaddy Studio Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Godaddy Studio 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/326574.svg" alt="Godaddy Studio icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326574.svg" alt="Godaddy Studio icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326574.svg" alt="Godaddy Studio icon" :width="24" :height="24" />
CSS background
.icon-godaddy-studio {
background-image: url('https://proicons.com/icon/326574.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="e" x="5.4995" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="e" d="M7.2606,41.829c3.949-1.8812,9.2388-6.5816,10.53-11.064,2.2947-7.9681-9.352-6.451-4.6998,1.6795,3.9036,6.8222,12.549,5.0849,16.888-1.7091,7.0332-11.013,1.4948-20.481-5.0582-18.115-7.2781,2.6278-3.9278,16.562,5.7179,17.023,5.5007.2631,11.862-6.1255,11.862-6.1255"/></svg>
Copied!