Fosdem Companion Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fosdem Companion 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/340734.svg" alt="Fosdem Companion icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340734.svg" alt="Fosdem Companion icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340734.svg" alt="Fosdem Companion icon" :width="24" :height="24" />
CSS background
.icon-fosdem-companion {
background-image: url('https://proicons.com/icon/340734.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="f" d="m24.1859,12.6717c6.2476,0,11.318,5.0704,11.318,11.3283,0,6.2476-5.0704,11.318-11.318,11.318-6.2579,0-11.3283-5.0704-11.3283-11.318,0-6.2579,5.0704-11.3283,11.3283-11.3283Z"/><path id="c" class="f" d="m20.2205,21.1602c1.5903,0,2.8811,1.2702,2.8811,2.8398,0,1.5593-1.2908,2.8295-2.8811,2.8295s-2.8811-1.2702-2.8811-2.8295c0-1.5696,1.2908-2.8398,2.8811-2.8398Z"/><path id="d" class="f" d="m28.141,21.1602c1.5903,0,2.8811,1.2702,2.8811,2.8398,0,1.5593-1.2908,2.8295-2.8811,2.8295-1.58,0-2.8708-1.2702-2.8708-2.8295,0-1.5696,1.2908-2.8398,2.8708-2.8398Z"/><path id="e" class="f" d="m40.1302,30.1856c-.3442.9707-.895,2.0206-1.6523,3.1496l2.7262,3.6866-1.4354,1.7452-4.2133-2.0137c-.8812.8399-1.9896,1.6282-3.3252,2.3648l.5267,4.647-2.1273.7848-2.6436-3.8415c-1.0258.2754-2.2099.42-3.5524.4337l-1.6626,4.3578-2.2512-.2685-.5783-4.6263c-1.2323-.3167-2.4853-.7951-3.7589-1.4354l-3.5627,3.0154-1.8381-1.3115,1.7142-4.3475c-.8881-.8055-1.728-1.7899-2.5197-2.9534l-4.554,1.0017-1.012-2.024,3.5524-3.036c-.4131-1.0395-.6712-2.1238-.7745-3.2529l-4.5231-1.1359v-2.2719l4.5334-1.1153c.2478-1.3906.5611-2.6367.9397-3.7382l-3.4697-3.1186,1.0533-2.0034,4.5334,1.1153c.7297-1.0051,1.549-1.9173,2.4577-2.7366l-1.4767-4.3785,1.8898-1.2495,3.4078,3.0773c1.1359-.5645,2.2684-.9879,3.3975-1.2702l.6093-4.6883,2.2512-.2478,1.6316,4.3682c1.3493.0964,2.5472.2478,3.5937.4544l2.5817-3.8828,2.1376.7538-.4544,4.647c1.1428.6678,2.1583,1.3872,3.0464,2.1583l4.1203-2.1996,1.518,1.6832-2.6023,3.8828c.7366,1.1359,1.3287,2.2753,1.7762,3.4181l4.6676.062.5267,2.1996-4.1513,2.1479c.117,1.2048.1239,2.4027.0207,3.5937l4.1306,2.1789-.537,2.1996-4.6676.0207h0Z"/></svg>
Copied!