Variable Group Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Variable 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/307491.svg" alt="Variable Group icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307491.svg" alt="Variable Group icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307491.svg" alt="Variable Group icon" :width="24" :height="24" />
CSS background
.icon-variable-group {
background-image: url('https://proicons.com/icon/307491.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M4.93262 7.02051V7.02344C5.19752 7.10241 5.34736 7.37962 5.26855 7.64453C5.08956 8.24352 5 8.86896 5 9.50195C5 10.135 5.08955 10.7604 5.26855 11.3594C5.34739 11.6243 5.19754 11.9025 4.93262 11.9814C4.88479 11.9953 4.83687 12.0019 4.79004 12.002C4.57404 12.002 4.37455 11.8615 4.31055 11.6445C4.10365 10.9527 4 10.2318 4 9.50098C4 8.77016 4.10365 8.04926 4.31055 7.35742C4.3895 7.09358 4.66577 6.94083 4.93262 7.02051Z"/><path d="M11.0674 7.01953C11.3342 6.93984 11.6105 7.0926 11.6895 7.35645V7.35449C11.8963 8.04632 12 8.76724 12 9.49805C12 10.2289 11.8964 10.9498 11.6895 11.6416C11.6255 11.8586 11.426 11.999 11.21 11.999C11.163 11.999 11.1153 11.9915 11.0674 11.9775C10.8025 11.8986 10.6526 11.6214 10.7314 11.3564C10.9104 10.7575 11 10.132 11 9.49902C11 8.86602 10.9104 8.2406 10.7314 7.6416C10.6526 7.37668 10.8025 7.09851 11.0674 7.01953Z"/><path d="M9.14844 7.64648C9.34344 7.45148 9.66147 7.45148 9.85547 7.64648C10.0488 7.84137 10.0498 8.15766 9.85547 8.35254L8.64453 9.56348L9.0791 10.2148L9.14844 10.1465C9.34344 9.95148 9.66047 9.95148 9.85547 10.1465C10.0498 10.3414 10.0498 10.6577 9.85547 10.8525L9.35547 11.3525C9.26047 11.4465 9.13298 11.499 9.00098 11.499C8.98601 11.499 8.97104 11.4981 8.95508 11.4971H8.95215C8.80324 11.4831 8.66797 11.4022 8.58496 11.2773L7.92285 10.2842L6.85352 11.3525C6.75552 11.4495 6.62799 11.499 6.5 11.499C6.372 11.499 6.24351 11.4505 6.14551 11.3525C5.95098 11.1575 5.95262 10.8413 6.14746 10.6465L7.35742 9.43555L6.92285 8.78418L6.85352 8.85254C6.65852 9.04754 6.34246 9.04753 6.14746 8.85254C5.95246 8.65754 5.95246 8.34148 6.14746 8.14648L6.64746 7.64648C6.75342 7.54053 6.89787 7.491 7.0498 7.50195C7.19872 7.51594 7.33398 7.59681 7.41699 7.72168L8.0791 8.71484L9.14844 7.64648Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M12 1C13.657 1 15 2.343 15 4V12C15 13.657 13.657 15 12 15H4C2.343 15 1 13.657 1 12V4C1 2.343 2.343 1 4 1H12ZM2 5V12C2 13.105 2.895 14 4 14H12C13.105 14 14 13.105 14 12V5H2ZM4 2C2.895 2 2 2.895 2 4H14C14 2.895 13.105 2 12 2H4Z"/></svg>
Copied!