Spirit Airlines Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Spirit Airlines 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/347751.svg" alt="Spirit Airlines icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347751.svg" alt="Spirit Airlines icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347751.svg" alt="Spirit Airlines icon" :width="24" :height="24" />
CSS background
.icon-spirit-airlines {
background-image: url('https://proicons.com/icon/347751.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;}.c{fill:#fff;stroke-width:0px;}</style></defs><path class="b" d="M27.7222,23.447c.2534-1.4373,1.6241-2.6025,3.0614-2.6025h0"/><line class="b" x1="28.181" y1="20.8445" x2="26.965" y2="27.7411"/><path class="c" d="M26.715,17.6565c.0719-.4079-.2004-.7385-.6083-.7385s-.7968.3306-.8687.7385.2004.7385.6083.7385.7968-.3306.8687-.7385Z"/><line class="b" x1="25.4144" y1="20.8445" x2="24.1983" y2="27.7411"/><path class="c" d="M34.5042,17.6565c.0719-.4079-.2004-.7385-.6083-.7385s-.7968.3306-.8687.7385.2004.7385.6083.7385.7968-.3306.8687-.7385Z"/><line class="b" x1="33.2036" y1="20.8445" x2="31.9875" y2="27.7411"/><path class="b" d="M9.4377,27.1592c.4048.399.8856.5819,2.0378.5819h.5839c.9502,0,1.8565-.7719,2.0244-1.7241h0c.1679-.9522-.4662-1.7241-1.4164-1.7241h-1.1677c-.9502,0-1.5843-.7719-1.4164-1.7241h0c.1679-.9522,1.0743-1.7241,2.0244-1.7241h.5839c1.1521,0,1.633.1828,2.0378.5819"/><path class="b" d="M37.45,18.6975l-1.3652,7.7424c-.1267.7187.3531,1.3012,1.0718,1.3012h.3904"/><line class="b" x1="35.7051" y1="20.8445" x2="38.4377" y2="20.8445"/><path class="b" d="M16.8437,25.1386c-.2534,1.4373.7063,2.6025,2.1436,2.6025h0c1.4373,0,2.8079-1.1652,3.0614-2.6025l.2983-1.6916c.2534-1.4373-.7063-2.6025-2.1436-2.6025h0c-1.4373,0-2.8079,1.1652-3.0614,2.6025"/><line class="b" x1="17.6009" y1="20.8445" x2="15.7653" y2="31.2544"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!