Canaveral 900 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Canaveral 900 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/337979.svg" alt="Canaveral 900 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337979.svg" alt="Canaveral 900 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337979.svg" alt="Canaveral 900 icon" :width="24" :height="24" />
CSS background
.icon-canaveral-900 {
background-image: url('https://proicons.com/icon/337979.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M5.5,36.8013l37-4.1172M14.4202,35.6527c-5.7045-5.3212-6.0152-14.2593-.694-19.9638,5.3212-5.7045,14.2593-6.0152,19.9638-.694,5.0549,4.7153,5.9545,12.3963,2.1259,18.152"/><path class="b" d="M24.0584,16.4085c4.9187,0,8.913,3.9932,8.913,8.9202.0011,4.9219-3.988,8.9129-8.9099,8.914h-.0031c-4.927,0-8.9213-3.987-8.9213-8.914s3.9937-8.9202,8.9202-8.9202c.0003,0,.0007,0,.001,0Z"/><path class="b" d="M24.1038,21.4894c2.1546-.0011,3.9022,1.7446,3.9034,3.8993.0011,2.1546-1.7446,3.9022-3.8993,3.9034h-.0041c-2.1519-.0034-3.8942-1.7494-3.8931-3.9013-.0011-2.1523,1.7418-3.8985,3.8941-3.9013h-.001Z"/></svg>
Copied!