Global Icon Pack Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Global Icon Pack 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/341095.svg" alt="Global Icon Pack icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341095.svg" alt="Global Icon Pack icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341095.svg" alt="Global Icon Pack icon" :width="24" :height="24" />
CSS background
.icon-global-icon-pack {
background-image: url('https://proicons.com/icon/341095.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="f" cx="24" cy="25.33242788" r="18.16757212"/><line class="f" x1="5.93142876" y1="23.42743084" x2="42.06310326" y2="23.42743084"/><path class="f" d="M17.62881628,17.04242865c.25586855-1.0234742-.27020286-1.85316398-1.17501339-1.85316398s-1.84572683.82968977-2.10159538,1.85316398.27020286,1.85316398,1.17501339,1.85316398,1.84572683-.82968977,2.10159538-1.85316398Z"/><line class="f" x1="15.9905119" y1="9.02159252" x2="13.11676486" y2="4.5"/><path class="f" d="M35.8824516,23.42936874v6.83313184c0,3.78057388-3.07810238,6.85867626-6.85867626,6.85867626h-10.05172852c-3.78057388,0-6.85867626-3.07810238-6.85867626-6.85867626v-6.83313184"/><path class="f" d="M32.05078889,23.42936874v6.83313184c0,1.67315938-1.35385416,3.02701354-3.02701354,3.02701354h-10.05172852c-1.67315938,0-3.02701354-1.35385416-3.02701354-3.02701354v-6.83313184"/><path class="f" d="M30.36571574,17.04242865c-.25586855-1.0234742.27020286-1.85316398,1.17501339-1.85316398s1.84572683.82968977,2.10159538,1.85316398-.27020286,1.85316398-1.17501339,1.85316398-1.84572683-.82968977-2.10159538-1.85316398Z"/><line class="f" x1="32.00402012" y1="9.02159252" x2="34.87776715" y2="4.5"/></svg>
Copied!