fastlane logo
fastlane from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- fastlane
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×248
- License
- CC0
The same logo in other sets
Use the fastlane logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 248"><path fill="#0a7bff" d="M216.43 65.967c-10.7 0-20.401 4.255-27.523 11.156l-45.162-32.34c.282-1.18.447-2.406.447-3.674c0-8.741-7.086-15.828-15.828-15.828s-15.828 7.087-15.828 15.828c0 8.742 7.087 15.828 15.828 15.828c3.06 0 5.909-.884 8.33-2.388L191.98 94.78c4.31-8.99 13.816-15.99 24.452-15.99c14.77 0 26.746 11.974 26.746 26.745c0 11.804-7.647 21.822-18.257 25.37l3.629 12.309c15.926-5.118 27.45-20.052 27.45-37.68c0-21.852-17.714-39.568-39.568-39.568"/><path fill="#eb3d00" d="M89.565 27.53c-3.231 10.171-2.116 20.68 2.293 29.534L47.478 90.23a15.8 15.8 0 0 0-3.36-1.534c-8.31-2.64-17.186 1.957-19.825 10.267c-2.64 8.31 1.957 17.187 10.266 19.826c8.31 2.64 17.187-1.956 19.827-10.266a15.7 15.7 0 0 0 .245-8.64l54.942-40.407c-7.245-6.812-11.03-17.963-7.818-28.074c4.46-14.042 19.46-21.81 33.503-17.349c11.22 3.564 18.435 13.86 18.605 25.017l12.797.267c-.056-16.685-10.773-32.152-27.53-37.475c-20.774-6.599-42.966 4.892-49.565 25.667"/><path fill="#00bcd4" d="M16.264 134.488a39.44 39.44 0 0 0 28.644 7.258l17.508 52.324a15.6 15.6 0 0 0-2.499 2.67c-5.09 6.976-3.514 16.792 3.52 21.924c7.034 5.133 16.862 3.638 21.952-3.338s3.515-16.791-3.519-21.924a15.76 15.76 0 0 0-8.093-2.985L52.718 125.85c-8.703 4.644-20.428 4.649-28.987-1.596c-11.885-8.673-14.548-25.26-5.947-37.047c6.874-9.42 18.86-12.925 29.463-9.528l4.248-11.953C35.7 60.459 17.73 65.61 7.465 79.676c-12.725 17.44-8.786 41.98 8.8 54.812"/><path fill="#86c351" d="M218.85 195.98c-3.26-10.09-10.25-17.936-18.96-22.54l16.896-52.49a15.8 15.8 0 0 0 3.62-.703c8.285-2.677 12.843-11.53 10.181-19.772c-2.663-8.244-11.539-12.756-19.825-10.08s-12.845 11.53-10.182 19.773a15.54 15.54 0 0 0 4.801 7.124l-21.294 64.454c9.835 1.31 19.366 8.13 22.606 18.16c4.5 13.93-3.203 28.889-17.204 33.412c-11.189 3.615-23.015-.528-29.61-9.447l-10.563 7.192c9.703 13.45 27.371 19.746 44.08 14.348c20.714-6.692 32.11-28.823 25.453-49.431"/><path fill="#9032e9" d="M96.273 238.32c8.584-6.28 13.87-15.388 15.533-25.105l55.212-.563a15.8 15.8 0 0 0 1.799 3.21c5.13 7.013 14.975 8.538 21.988 3.408s8.538-14.975 3.408-21.988s-14.975-8.539-21.988-3.408a15.64 15.64 0 0 0-5.282 6.805l-67.966.173c1.819 9.742-1.698 20.937-10.231 27.18c-11.85 8.67-28.485 6.092-37.155-5.758c-6.928-9.47-6.673-21.995-.245-31.069L41.21 183.46c-9.772 13.453-10.252 32.2.093 46.34c12.827 17.533 37.438 21.347 54.97 8.52"/></svg>
React
import type { SVGProps } from "react";
export function LogosFastlane(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 248"><path fill="#0a7bff" d="M216.43 65.967c-10.7 0-20.401 4.255-27.523 11.156l-45.162-32.34c.282-1.18.447-2.406.447-3.674c0-8.741-7.086-15.828-15.828-15.828s-15.828 7.087-15.828 15.828c0 8.742 7.087 15.828 15.828 15.828c3.06 0 5.909-.884 8.33-2.388L191.98 94.78c4.31-8.99 13.816-15.99 24.452-15.99c14.77 0 26.746 11.974 26.746 26.745c0 11.804-7.647 21.822-18.257 25.37l3.629 12.309c15.926-5.118 27.45-20.052 27.45-37.68c0-21.852-17.714-39.568-39.568-39.568"/><path fill="#eb3d00" d="M89.565 27.53c-3.231 10.171-2.116 20.68 2.293 29.534L47.478 90.23a15.8 15.8 0 0 0-3.36-1.534c-8.31-2.64-17.186 1.957-19.825 10.267c-2.64 8.31 1.957 17.187 10.266 19.826c8.31 2.64 17.187-1.956 19.827-10.266a15.7 15.7 0 0 0 .245-8.64l54.942-40.407c-7.245-6.812-11.03-17.963-7.818-28.074c4.46-14.042 19.46-21.81 33.503-17.349c11.22 3.564 18.435 13.86 18.605 25.017l12.797.267c-.056-16.685-10.773-32.152-27.53-37.475c-20.774-6.599-42.966 4.892-49.565 25.667"/><path fill="#00bcd4" d="M16.264 134.488a39.44 39.44 0 0 0 28.644 7.258l17.508 52.324a15.6 15.6 0 0 0-2.499 2.67c-5.09 6.976-3.514 16.792 3.52 21.924c7.034 5.133 16.862 3.638 21.952-3.338s3.515-16.791-3.519-21.924a15.76 15.76 0 0 0-8.093-2.985L52.718 125.85c-8.703 4.644-20.428 4.649-28.987-1.596c-11.885-8.673-14.548-25.26-5.947-37.047c6.874-9.42 18.86-12.925 29.463-9.528l4.248-11.953C35.7 60.459 17.73 65.61 7.465 79.676c-12.725 17.44-8.786 41.98 8.8 54.812"/><path fill="#86c351" d="M218.85 195.98c-3.26-10.09-10.25-17.936-18.96-22.54l16.896-52.49a15.8 15.8 0 0 0 3.62-.703c8.285-2.677 12.843-11.53 10.181-19.772c-2.663-8.244-11.539-12.756-19.825-10.08s-12.845 11.53-10.182 19.773a15.54 15.54 0 0 0 4.801 7.124l-21.294 64.454c9.835 1.31 19.366 8.13 22.606 18.16c4.5 13.93-3.203 28.889-17.204 33.412c-11.189 3.615-23.015-.528-29.61-9.447l-10.563 7.192c9.703 13.45 27.371 19.746 44.08 14.348c20.714-6.692 32.11-28.823 25.453-49.431"/><path fill="#9032e9" d="M96.273 238.32c8.584-6.28 13.87-15.388 15.533-25.105l55.212-.563a15.8 15.8 0 0 0 1.799 3.21c5.13 7.013 14.975 8.538 21.988 3.408s8.538-14.975 3.408-21.988s-14.975-8.539-21.988-3.408a15.64 15.64 0 0 0-5.282 6.805l-67.966.173c1.819 9.742-1.698 20.937-10.231 27.18c-11.85 8.67-28.485 6.092-37.155-5.758c-6.928-9.47-6.673-21.995-.245-31.069L41.21 183.46c-9.772 13.453-10.252 32.2.093 46.34c12.827 17.533 37.438 21.347 54.97 8.52"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 248"><path fill="#0a7bff" d="M216.43 65.967c-10.7 0-20.401 4.255-27.523 11.156l-45.162-32.34c.282-1.18.447-2.406.447-3.674c0-8.741-7.086-15.828-15.828-15.828s-15.828 7.087-15.828 15.828c0 8.742 7.087 15.828 15.828 15.828c3.06 0 5.909-.884 8.33-2.388L191.98 94.78c4.31-8.99 13.816-15.99 24.452-15.99c14.77 0 26.746 11.974 26.746 26.745c0 11.804-7.647 21.822-18.257 25.37l3.629 12.309c15.926-5.118 27.45-20.052 27.45-37.68c0-21.852-17.714-39.568-39.568-39.568"/><path fill="#eb3d00" d="M89.565 27.53c-3.231 10.171-2.116 20.68 2.293 29.534L47.478 90.23a15.8 15.8 0 0 0-3.36-1.534c-8.31-2.64-17.186 1.957-19.825 10.267c-2.64 8.31 1.957 17.187 10.266 19.826c8.31 2.64 17.187-1.956 19.827-10.266a15.7 15.7 0 0 0 .245-8.64l54.942-40.407c-7.245-6.812-11.03-17.963-7.818-28.074c4.46-14.042 19.46-21.81 33.503-17.349c11.22 3.564 18.435 13.86 18.605 25.017l12.797.267c-.056-16.685-10.773-32.152-27.53-37.475c-20.774-6.599-42.966 4.892-49.565 25.667"/><path fill="#00bcd4" d="M16.264 134.488a39.44 39.44 0 0 0 28.644 7.258l17.508 52.324a15.6 15.6 0 0 0-2.499 2.67c-5.09 6.976-3.514 16.792 3.52 21.924c7.034 5.133 16.862 3.638 21.952-3.338s3.515-16.791-3.519-21.924a15.76 15.76 0 0 0-8.093-2.985L52.718 125.85c-8.703 4.644-20.428 4.649-28.987-1.596c-11.885-8.673-14.548-25.26-5.947-37.047c6.874-9.42 18.86-12.925 29.463-9.528l4.248-11.953C35.7 60.459 17.73 65.61 7.465 79.676c-12.725 17.44-8.786 41.98 8.8 54.812"/><path fill="#86c351" d="M218.85 195.98c-3.26-10.09-10.25-17.936-18.96-22.54l16.896-52.49a15.8 15.8 0 0 0 3.62-.703c8.285-2.677 12.843-11.53 10.181-19.772c-2.663-8.244-11.539-12.756-19.825-10.08s-12.845 11.53-10.182 19.773a15.54 15.54 0 0 0 4.801 7.124l-21.294 64.454c9.835 1.31 19.366 8.13 22.606 18.16c4.5 13.93-3.203 28.889-17.204 33.412c-11.189 3.615-23.015-.528-29.61-9.447l-10.563 7.192c9.703 13.45 27.371 19.746 44.08 14.348c20.714-6.692 32.11-28.823 25.453-49.431"/><path fill="#9032e9" d="M96.273 238.32c8.584-6.28 13.87-15.388 15.533-25.105l55.212-.563a15.8 15.8 0 0 0 1.799 3.21c5.13 7.013 14.975 8.538 21.988 3.408s8.538-14.975 3.408-21.988s-14.975-8.539-21.988-3.408a15.64 15.64 0 0 0-5.282 6.805l-67.966.173c1.819 9.742-1.698 20.937-10.231 27.18c-11.85 8.67-28.485 6.092-37.155-5.758c-6.928-9.47-6.673-21.995-.245-31.069L41.21 183.46c-9.772 13.453-10.252 32.2.093 46.34c12.827 17.533 37.438 21.347 54.97 8.52"/></svg> </template>
CSS
.icon-fastlane {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20256%20248%22%3E%3Cpath%20fill%3D%22%230a7bff%22%20d%3D%22M216.43%2065.967c-10.7%200-20.401%204.255-27.523%2011.156l-45.162-32.34c.282-1.18.447-2.406.447-3.674c0-8.741-7.086-15.828-15.828-15.828s-15.828%207.087-15.828%2015.828c0%208.742%207.087%2015.828%2015.828%2015.828c3.06%200%205.909-.884%208.33-2.388L191.98%2094.78c4.31-8.99%2013.816-15.99%2024.452-15.99c14.77%200%2026.746%2011.974%2026.746%2026.745c0%2011.804-7.647%2021.822-18.257%2025.37l3.629%2012.309c15.926-5.118%2027.45-20.052%2027.45-37.68c0-21.852-17.714-39.568-39.568-39.568%22%2F%3E%3Cpath%20fill%3D%22%23eb3d00%22%20d%3D%22M89.565%2027.53c-3.231%2010.171-2.116%2020.68%202.293%2029.534L47.478%2090.23a15.8%2015.8%200%200%200-3.36-1.534c-8.31-2.64-17.186%201.957-19.825%2010.267c-2.64%208.31%201.957%2017.187%2010.266%2019.826c8.31%202.64%2017.187-1.956%2019.827-10.266a15.7%2015.7%200%200%200%20.245-8.64l54.942-40.407c-7.245-6.812-11.03-17.963-7.818-28.074c4.46-14.042%2019.46-21.81%2033.503-17.349c11.22%203.564%2018.435%2013.86%2018.605%2025.017l12.797.267c-.056-16.685-10.773-32.152-27.53-37.475c-20.774-6.599-42.966%204.892-49.565%2025.667%22%2F%3E%3Cpath%20fill%3D%22%2300bcd4%22%20d%3D%22M16.264%20134.488a39.44%2039.44%200%200%200%2028.644%207.258l17.508%2052.324a15.6%2015.6%200%200%200-2.499%202.67c-5.09%206.976-3.514%2016.792%203.52%2021.924c7.034%205.133%2016.862%203.638%2021.952-3.338s3.515-16.791-3.519-21.924a15.76%2015.76%200%200%200-8.093-2.985L52.718%20125.85c-8.703%204.644-20.428%204.649-28.987-1.596c-11.885-8.673-14.548-25.26-5.947-37.047c6.874-9.42%2018.86-12.925%2029.463-9.528l4.248-11.953C35.7%2060.459%2017.73%2065.61%207.465%2079.676c-12.725%2017.44-8.786%2041.98%208.8%2054.812%22%2F%3E%3Cpath%20fill%3D%22%2386c351%22%20d%3D%22M218.85%20195.98c-3.26-10.09-10.25-17.936-18.96-22.54l16.896-52.49a15.8%2015.8%200%200%200%203.62-.703c8.285-2.677%2012.843-11.53%2010.181-19.772c-2.663-8.244-11.539-12.756-19.825-10.08s-12.845%2011.53-10.182%2019.773a15.54%2015.54%200%200%200%204.801%207.124l-21.294%2064.454c9.835%201.31%2019.366%208.13%2022.606%2018.16c4.5%2013.93-3.203%2028.889-17.204%2033.412c-11.189%203.615-23.015-.528-29.61-9.447l-10.563%207.192c9.703%2013.45%2027.371%2019.746%2044.08%2014.348c20.714-6.692%2032.11-28.823%2025.453-49.431%22%2F%3E%3Cpath%20fill%3D%22%239032e9%22%20d%3D%22M96.273%20238.32c8.584-6.28%2013.87-15.388%2015.533-25.105l55.212-.563a15.8%2015.8%200%200%200%201.799%203.21c5.13%207.013%2014.975%208.538%2021.988%203.408s8.538-14.975%203.408-21.988s-14.975-8.539-21.988-3.408a15.64%2015.64%200%200%200-5.282%206.805l-67.966.173c1.819%209.742-1.698%2020.937-10.231%2027.18c-11.85%208.67-28.485%206.092-37.155-5.758c-6.928-9.47-6.673-21.995-.245-31.069L41.21%20183.46c-9.772%2013.453-10.252%2032.2.093%2046.34c12.827%2017.533%2037.438%2021.347%2054.97%208.52%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20256%20248%22%3E%3Cpath%20fill%3D%22%230a7bff%22%20d%3D%22M216.43%2065.967c-10.7%200-20.401%204.255-27.523%2011.156l-45.162-32.34c.282-1.18.447-2.406.447-3.674c0-8.741-7.086-15.828-15.828-15.828s-15.828%207.087-15.828%2015.828c0%208.742%207.087%2015.828%2015.828%2015.828c3.06%200%205.909-.884%208.33-2.388L191.98%2094.78c4.31-8.99%2013.816-15.99%2024.452-15.99c14.77%200%2026.746%2011.974%2026.746%2026.745c0%2011.804-7.647%2021.822-18.257%2025.37l3.629%2012.309c15.926-5.118%2027.45-20.052%2027.45-37.68c0-21.852-17.714-39.568-39.568-39.568%22%2F%3E%3Cpath%20fill%3D%22%23eb3d00%22%20d%3D%22M89.565%2027.53c-3.231%2010.171-2.116%2020.68%202.293%2029.534L47.478%2090.23a15.8%2015.8%200%200%200-3.36-1.534c-8.31-2.64-17.186%201.957-19.825%2010.267c-2.64%208.31%201.957%2017.187%2010.266%2019.826c8.31%202.64%2017.187-1.956%2019.827-10.266a15.7%2015.7%200%200%200%20.245-8.64l54.942-40.407c-7.245-6.812-11.03-17.963-7.818-28.074c4.46-14.042%2019.46-21.81%2033.503-17.349c11.22%203.564%2018.435%2013.86%2018.605%2025.017l12.797.267c-.056-16.685-10.773-32.152-27.53-37.475c-20.774-6.599-42.966%204.892-49.565%2025.667%22%2F%3E%3Cpath%20fill%3D%22%2300bcd4%22%20d%3D%22M16.264%20134.488a39.44%2039.44%200%200%200%2028.644%207.258l17.508%2052.324a15.6%2015.6%200%200%200-2.499%202.67c-5.09%206.976-3.514%2016.792%203.52%2021.924c7.034%205.133%2016.862%203.638%2021.952-3.338s3.515-16.791-3.519-21.924a15.76%2015.76%200%200%200-8.093-2.985L52.718%20125.85c-8.703%204.644-20.428%204.649-28.987-1.596c-11.885-8.673-14.548-25.26-5.947-37.047c6.874-9.42%2018.86-12.925%2029.463-9.528l4.248-11.953C35.7%2060.459%2017.73%2065.61%207.465%2079.676c-12.725%2017.44-8.786%2041.98%208.8%2054.812%22%2F%3E%3Cpath%20fill%3D%22%2386c351%22%20d%3D%22M218.85%20195.98c-3.26-10.09-10.25-17.936-18.96-22.54l16.896-52.49a15.8%2015.8%200%200%200%203.62-.703c8.285-2.677%2012.843-11.53%2010.181-19.772c-2.663-8.244-11.539-12.756-19.825-10.08s-12.845%2011.53-10.182%2019.773a15.54%2015.54%200%200%200%204.801%207.124l-21.294%2064.454c9.835%201.31%2019.366%208.13%2022.606%2018.16c4.5%2013.93-3.203%2028.889-17.204%2033.412c-11.189%203.615-23.015-.528-29.61-9.447l-10.563%207.192c9.703%2013.45%2027.371%2019.746%2044.08%2014.348c20.714-6.692%2032.11-28.823%2025.453-49.431%22%2F%3E%3Cpath%20fill%3D%22%239032e9%22%20d%3D%22M96.273%20238.32c8.584-6.28%2013.87-15.388%2015.533-25.105l55.212-.563a15.8%2015.8%200%200%200%201.799%203.21c5.13%207.013%2014.975%208.538%2021.988%203.408s8.538-14.975%203.408-21.988s-14.975-8.539-21.988-3.408a15.64%2015.64%200%200%200-5.282%206.805l-67.966.173c1.819%209.742-1.698%2020.937-10.231%2027.18c-11.85%208.67-28.485%206.092-37.155-5.758c-6.928-9.47-6.673-21.995-.245-31.069L41.21%20183.46c-9.772%2013.453-10.252%2032.2.093%2046.34c12.827%2017.533%2037.438%2021.347%2054.97%208.52%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/fastlane.svg?color=%231a73e8&size=48