Form Group Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Form Group 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/321025.svg" alt="Form Group icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321025.svg" alt="Form Group icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321025.svg" alt="Form Group icon" :width="24" :height="24" />
CSS background
.icon-form-group {
background-image: url('https://proicons.com/icon/321025.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 width="320px" height="180px" viewBox="0 0 320 180" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>form-group</title>
<g id="form-group" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<rect id="Rectangle-25-Copy-22" fill="#F4F4F4" x="90" y="74" width="140" height="16"></rect>
<rect id="Rectangle-25-Copy-24" fill="#8D8D8D" x="90" y="89" width="140" height="1"></rect>
<rect id="Rectangle-25-Copy-23" stroke="#006AFF" stroke-width="1.14" fill="#F4F4F4" x="90.57" y="39.57" width="138.86" height="14.86"></rect>
<rect id="Rectangle-Copy-30" fill="#C6C6C6" x="104" y="112" width="27" height="3"></rect>
<rect id="Rectangle-Copy-34" fill="#C6C6C6" x="153" y="112" width="27" height="3"></rect>
<rect id="Rectangle-Copy-31" fill="#C6C6C6" x="91" y="32" width="33" height="3"></rect>
<rect id="Rectangle-Copy-32" fill="#C6C6C6" x="91" y="67" width="33" height="3"></rect>
<rect id="Rectangle-Copy-33" fill="#C6C6C6" x="91" y="102" width="33" height="3"></rect>
<rect id="Rectangle-Copy-24" fill="#0F6DFF" x="90" y="130" width="76" height="18"></rect>
<g id="icon-/-toggle-/-radio-button-/-checked-/-20" transform="translate(90.000000, 109.000000)" fill="#161616">
<path d="M4.5,0.5625 C2.3253788,0.5625 0.5625,2.3253788 0.5625,4.5 C0.5625,6.6746212 2.3253788,8.4375 4.5,8.4375 C6.6746212,8.4375 8.4375,6.6746212 8.4375,4.5 C8.4375,3.45571007 8.02265744,2.45419154 7.28423295,1.71576705 C6.54580846,0.977342559 5.54428993,0.5625 4.5,0.5625 Z M4.5,7.875 C2.63603897,7.875 1.125,6.36396103 1.125,4.5 C1.125,2.63603897 2.63603897,1.125 4.5,1.125 C6.36396103,1.125 7.875,2.63603897 7.875,4.5 C7.875,6.36396103 6.36396103,7.875 4.5,7.875 L4.5,7.875 Z M4.5,2.8125 C3.56801948,2.8125 2.8125,3.56801948 2.8125,4.5 C2.8125,5.43198052 3.56801948,6.1875 4.5,6.1875 C5.43198052,6.1875 6.1875,5.43198052 6.1875,4.5 C6.1875,3.56801948 5.43198052,2.8125 4.5,2.8125 Z" id="Fill"></path>
</g>
<g id="icon-/-toggle-/-radio-button-/-unchecked-/-20" transform="translate(139.000000, 109.000000)" fill="#161616">
<path d="M4.5,0.5625 C2.3253788,0.5625 0.5625,2.3253788 0.5625,4.5 C0.5625,6.6746212 2.3253788,8.4375 4.5,8.4375 C6.6746212,8.4375 8.4375,6.6746212 8.4375,4.5 C8.4375,3.45571007 8.02265744,2.45419154 7.28423295,1.71576705 C6.54580846,0.977342559 5.54428993,0.5625 4.5,0.5625 Z M4.5,7.875 C2.63603897,7.875 1.125,6.36396103 1.125,4.5 C1.125,2.63603897 2.63603897,1.125 4.5,1.125 C6.36396103,1.125 7.875,2.63603897 7.875,4.5 C7.875,6.36396103 6.36396103,7.875 4.5,7.875 L4.5,7.875 Z" id="Fill"></path>
</g>
<rect id="Rectangle-Copy-35" fill="#C6C6C6" x="202" y="112" width="27" height="3"></rect>
<g id="icon-/-toggle-/-radio-button-/-unchecked-/-20" transform="translate(188.000000, 109.000000)" fill="#161616">
<path d="M4.5,0.5625 C2.3253788,0.5625 0.5625,2.3253788 0.5625,4.5 C0.5625,6.6746212 2.3253788,8.4375 4.5,8.4375 C6.6746212,8.4375 8.4375,6.6746212 8.4375,4.5 C8.4375,3.45571007 8.02265744,2.45419154 7.28423295,1.71576705 C6.54580846,0.977342559 5.54428993,0.5625 4.5,0.5625 Z M4.5,7.875 C2.63603897,7.875 1.125,6.36396103 1.125,4.5 C1.125,2.63603897 2.63603897,1.125 4.5,1.125 C6.36396103,1.125 7.875,2.63603897 7.875,4.5 C7.875,6.36396103 6.36396103,7.875 4.5,7.875 L4.5,7.875 Z" id="Fill"></path>
</g>
</g>
</svg>
Copied!