Boostcamp Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Boostcamp 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/337439.svg" alt="Boostcamp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337439.svg" alt="Boostcamp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337439.svg" alt="Boostcamp icon" :width="24" :height="24" />
CSS background
.icon-boostcamp {
background-image: url('https://proicons.com/icon/337439.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>.i{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><g><path id="c" class="i" d="M11.83,39.5208l6.6367-3.9903-.1326,7.9695-6.5042-3.9792Z"/><path id="d" class="i" d="M22.0688,35.5213l2.7142,4.6048,1.035-4.6241-3.7492,.0193Z"/><path id="e" class="i" d="M15.7798,24.6017l-1.9572-3.9986,14.8285-8.3661-12.8713,12.3648Z"/><path id="f" class="i" d="M29.6152,8.8915l2.0324,1.1936,2.8883-2.5403-.4242,3.9432,2.1038,1.2193-.1345-8.2073-6.4659,4.3915Z"/><path id="g" class="i" d="M11.7844,31.8206l14.848-.0047,5.2743-19.3179L11.7844,31.8206Z"/><path id="h" class="i" d="M29.4803,31.8641l4.6914-17.2813-.0734,17.2741-4.618,.0072Z"/></g></g></svg>
Copied!