Cebu Pacific Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cebu Pacific 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/338097.svg" alt="Cebu Pacific icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338097.svg" alt="Cebu Pacific icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338097.svg" alt="Cebu Pacific icon" :width="24" :height="24" />
CSS background
.icon-cebu-pacific {
background-image: url('https://proicons.com/icon/338097.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="m36.983 15.023c0 .62522-.33355 1.2029-.875 1.5155-.54145.31261-1.2085.31261-1.75 0"/><path class="d" d="m10.011 27.139c3.6292 4.0118 11.519-1.9157 13.998-4.4462"/><path class="d" d="m4.5 18.715c2.1353 5.1599 10.987 5.1653 20.43.91826"/><path class="d" d="m9.4714 12.656c.00657 3.9475 6.1062 5.6542 12.324 4.7623"/><path class="d" d="m17.515 35.344c10.61-17.515 28.076-19.655 25.784-13.732"/><path class="d" d="m23.188 31.353c2.7793-4.6934 14.608-14.45 19.194-12.335"/><path class="d" d="m27.209 16c5.3664-1.1599 12.189-1.7726 12.333.4451"/></svg>
Copied!