Stargon Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Stargon 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/347852.svg" alt="Stargon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347852.svg" alt="Stargon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347852.svg" alt="Stargon icon" :width="24" :height="24" />
CSS background
.icon-stargon {
background-image: url('https://proicons.com/icon/347852.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="M23.9987,3.1802c-3.3293,0-5.0009,8.9108-7.6943,10.8672-2.6934,1.9569-11.6839.7933-12.7132,3.9596-.3407,1.0485.3083,2.2273,1.3606,3.4485.1506.1579.3017.3136.4543.4521.0467.0424.0926.0838.1398.1223.3709.3028,1.2029.3289,1.6118.0764.0957-.0591.1933-.126.2905-.1966.1733-.1258.3474-.265.522-.404l1.6883-1.3431c.5569-.4434,1.3628-.3516,1.8062.2053.4405.5532.3526,1.3522-.1944,1.7975l-1.8389,1.4633c-.5569.4434-.6487,1.2493-.2053,1.8062.4434.5569,1.2493.6487,1.8062.2053l6.6023-5.2569c.5567-.4399,1.3572-.3481,1.7996.2075.4398.5523.3548,1.3497-.19,1.7953l-6.8665,5.4666c-.5569.4434-.6487,1.2493-.2053,1.8062.4409.5537,1.2387.6467,1.7953.2118l.0022-.0022h.0021l.0022-.0022h.0022l.0022-.0021.7469-.5941c.5554-.4164,1.3402-.3196,1.7756.2271.443.5563.3523,1.3603-.2031,1.804l-4.949,3.9421c-.5554.4437-.6483,1.2476-.2053,1.804.4434.5569,1.2472.6487,1.804.2053l8.8409-7.0369c.5565-.4351,1.3543-.3419,1.7953.2118.4434.5569.3516,1.3606-.2053,1.804l-9.9587,7.9324c-.3038.242-.608.484-.843.7054-.3396.3198-.0421.967.4434,1.0024.4095.0299.8938.0111,1.3017-.0393.8153-.1007,1.3192-.3239,1.8214-.546,2.7716-1.3753,5.8849-3.5577,7.8559-3.5577,3.3293,0,9.921,6.2288,12.6146,4.272,2.6934-1.9569-1.1925-10.1501-.1638-13.3163s8.9874-7.5114,7.9586-10.6778c-1.0294-3.1659-10.0225-2.0028-12.7151-3.9596-2.6934-1.9569-4.3651-10.8672-7.6943-10.8672l-.0002.0006ZM13.5771,17.4205c.37.0065.7334.1716.9828.4848.4434.5568.3515,1.3606-.2053,1.804-.5568.4434-1.3628.3537-1.8062-.2031-.4434-.5568-.3515-1.3628.2053-1.8062.2436-.194.5356-.2846.8234-.2796h0ZM18.5173,26.5497c.4023-.0228.808.1446,1.0789.4848.4417.5548.3526,1.3574-.1987,1.8018l-.0131.0087c-.5566.4377-1.3579.3451-1.7996-.2097-.4421-.5552-.3515-1.3576.2009-1.8018l.0044-.0044.0153-.0131.0087-.0066.0131-.0087c.2081-.1538.4488-.2375.6902-.2512h0Z"/></svg>
Copied!