fastlane logo
fastlane from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.
- Name
- fastlane
- Set
- Material Icon Theme
- Style
- Color
- Viewbox
- 300×300
- License
- MIT
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 300 300"><path fill="#2979ff" d="M242.745 89.48c-11.223 0-21.398 4.463-28.867 11.7l-47.366-33.917c.295-1.238.469-2.524.469-3.854c0-9.167-7.432-16.6-16.6-16.6s-16.601 7.433-16.601 16.6c0 9.169 7.433 16.6 16.6 16.6c3.21 0 6.197-.927 8.738-2.504L217.1 119.7c4.52-9.428 14.49-16.77 25.645-16.77c15.492 0 28.051 12.558 28.051 28.05c0 12.38-8.02 22.887-19.148 26.608l3.806 12.91c16.703-5.368 28.79-21.03 28.79-39.518c0-22.92-18.579-41.5-41.5-41.5"/><path fill="#e64a19" d="M109.689 49.166c-3.389 10.669-2.22 21.69 2.405 30.977l-46.546 34.784a16.6 16.6 0 0 0-3.523-1.609c-8.716-2.768-18.026 2.053-20.794 10.768s2.053 18.026 10.767 20.794c8.716 2.769 18.026-2.052 20.795-10.767a16.46 16.46 0 0 0 .257-9.062l57.623-42.379c-7.598-7.144-11.567-18.84-8.2-29.444c4.68-14.727 20.411-22.874 35.139-18.195c11.768 3.738 19.334 14.535 19.513 26.238l13.421.28c-.059-17.5-11.299-33.721-28.873-39.304c-21.788-6.921-45.063 5.13-51.984 26.92"/><path fill="#00bcd4" d="M32.81 161.347a41.37 41.37 0 0 0 30.043 7.612l18.362 54.878a16.3 16.3 0 0 0-2.621 2.8c-5.338 7.316-3.686 17.611 3.692 22.994c7.377 5.383 17.685 3.815 23.023-3.501c5.34-7.316 3.687-17.61-3.69-22.994a16.53 16.53 0 0 0-8.489-3.13l-22.086-67.718c-9.128 4.87-21.425 4.875-30.402-1.674c-12.465-9.097-15.258-26.492-6.237-38.855c7.21-9.88 19.78-13.556 30.9-9.993l4.456-12.536c-16.566-5.525-35.414-.121-46.179 14.631c-13.346 18.291-9.214 44.029 9.229 57.486"/><path fill="#8bc34a" d="M245.283 225.838c-3.42-10.583-10.75-18.811-19.884-23.64l17.72-55.05a16.6 16.6 0 0 0 3.796-.739c8.69-2.808 13.47-12.093 10.679-20.737c-2.793-8.646-12.102-13.378-20.793-10.57c-8.69 2.806-13.472 12.09-10.679 20.736a16.3 16.3 0 0 0 5.036 7.472l-22.334 67.6c10.315 1.374 20.312 8.527 23.71 19.046c4.72 14.61-3.36 30.298-18.044 35.042c-11.735 3.791-24.138-.554-31.055-9.908l-11.078 7.543c10.176 14.106 28.706 20.71 46.23 15.048c21.726-7.019 33.678-30.23 26.696-51.843"/><path fill="#a0f" d="M116.724 270.244c9.003-6.587 14.547-16.139 16.291-26.33l57.906-.59a16.5 16.5 0 0 0 1.887 3.366c5.382 7.355 15.706 8.955 23.061 3.574s8.955-15.705 3.575-23.06c-5.382-7.356-15.706-8.956-23.061-3.575a16.4 16.4 0 0 0-5.54 7.137l-71.283.182c1.908 10.217-1.78 21.958-10.73 28.506c-12.428 9.093-29.875 6.39-38.968-6.039c-7.266-9.932-6.999-23.068-.257-32.585l-10.631-8.123c-10.249 14.11-10.752 33.77.098 48.601c13.453 18.389 39.265 22.389 57.652 8.936"/></svg>
React
import type { SVGProps } from "react";
export function MaterialIconThemeFastlane(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 300 300"><path fill="#2979ff" d="M242.745 89.48c-11.223 0-21.398 4.463-28.867 11.7l-47.366-33.917c.295-1.238.469-2.524.469-3.854c0-9.167-7.432-16.6-16.6-16.6s-16.601 7.433-16.601 16.6c0 9.169 7.433 16.6 16.6 16.6c3.21 0 6.197-.927 8.738-2.504L217.1 119.7c4.52-9.428 14.49-16.77 25.645-16.77c15.492 0 28.051 12.558 28.051 28.05c0 12.38-8.02 22.887-19.148 26.608l3.806 12.91c16.703-5.368 28.79-21.03 28.79-39.518c0-22.92-18.579-41.5-41.5-41.5"/><path fill="#e64a19" d="M109.689 49.166c-3.389 10.669-2.22 21.69 2.405 30.977l-46.546 34.784a16.6 16.6 0 0 0-3.523-1.609c-8.716-2.768-18.026 2.053-20.794 10.768s2.053 18.026 10.767 20.794c8.716 2.769 18.026-2.052 20.795-10.767a16.46 16.46 0 0 0 .257-9.062l57.623-42.379c-7.598-7.144-11.567-18.84-8.2-29.444c4.68-14.727 20.411-22.874 35.139-18.195c11.768 3.738 19.334 14.535 19.513 26.238l13.421.28c-.059-17.5-11.299-33.721-28.873-39.304c-21.788-6.921-45.063 5.13-51.984 26.92"/><path fill="#00bcd4" d="M32.81 161.347a41.37 41.37 0 0 0 30.043 7.612l18.362 54.878a16.3 16.3 0 0 0-2.621 2.8c-5.338 7.316-3.686 17.611 3.692 22.994c7.377 5.383 17.685 3.815 23.023-3.501c5.34-7.316 3.687-17.61-3.69-22.994a16.53 16.53 0 0 0-8.489-3.13l-22.086-67.718c-9.128 4.87-21.425 4.875-30.402-1.674c-12.465-9.097-15.258-26.492-6.237-38.855c7.21-9.88 19.78-13.556 30.9-9.993l4.456-12.536c-16.566-5.525-35.414-.121-46.179 14.631c-13.346 18.291-9.214 44.029 9.229 57.486"/><path fill="#8bc34a" d="M245.283 225.838c-3.42-10.583-10.75-18.811-19.884-23.64l17.72-55.05a16.6 16.6 0 0 0 3.796-.739c8.69-2.808 13.47-12.093 10.679-20.737c-2.793-8.646-12.102-13.378-20.793-10.57c-8.69 2.806-13.472 12.09-10.679 20.736a16.3 16.3 0 0 0 5.036 7.472l-22.334 67.6c10.315 1.374 20.312 8.527 23.71 19.046c4.72 14.61-3.36 30.298-18.044 35.042c-11.735 3.791-24.138-.554-31.055-9.908l-11.078 7.543c10.176 14.106 28.706 20.71 46.23 15.048c21.726-7.019 33.678-30.23 26.696-51.843"/><path fill="#a0f" d="M116.724 270.244c9.003-6.587 14.547-16.139 16.291-26.33l57.906-.59a16.5 16.5 0 0 0 1.887 3.366c5.382 7.355 15.706 8.955 23.061 3.574s8.955-15.705 3.575-23.06c-5.382-7.356-15.706-8.956-23.061-3.575a16.4 16.4 0 0 0-5.54 7.137l-71.283.182c1.908 10.217-1.78 21.958-10.73 28.506c-12.428 9.093-29.875 6.39-38.968-6.039c-7.266-9.932-6.999-23.068-.257-32.585l-10.631-8.123c-10.249 14.11-10.752 33.77.098 48.601c13.453 18.389 39.265 22.389 57.652 8.936"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 300 300"><path fill="#2979ff" d="M242.745 89.48c-11.223 0-21.398 4.463-28.867 11.7l-47.366-33.917c.295-1.238.469-2.524.469-3.854c0-9.167-7.432-16.6-16.6-16.6s-16.601 7.433-16.601 16.6c0 9.169 7.433 16.6 16.6 16.6c3.21 0 6.197-.927 8.738-2.504L217.1 119.7c4.52-9.428 14.49-16.77 25.645-16.77c15.492 0 28.051 12.558 28.051 28.05c0 12.38-8.02 22.887-19.148 26.608l3.806 12.91c16.703-5.368 28.79-21.03 28.79-39.518c0-22.92-18.579-41.5-41.5-41.5"/><path fill="#e64a19" d="M109.689 49.166c-3.389 10.669-2.22 21.69 2.405 30.977l-46.546 34.784a16.6 16.6 0 0 0-3.523-1.609c-8.716-2.768-18.026 2.053-20.794 10.768s2.053 18.026 10.767 20.794c8.716 2.769 18.026-2.052 20.795-10.767a16.46 16.46 0 0 0 .257-9.062l57.623-42.379c-7.598-7.144-11.567-18.84-8.2-29.444c4.68-14.727 20.411-22.874 35.139-18.195c11.768 3.738 19.334 14.535 19.513 26.238l13.421.28c-.059-17.5-11.299-33.721-28.873-39.304c-21.788-6.921-45.063 5.13-51.984 26.92"/><path fill="#00bcd4" d="M32.81 161.347a41.37 41.37 0 0 0 30.043 7.612l18.362 54.878a16.3 16.3 0 0 0-2.621 2.8c-5.338 7.316-3.686 17.611 3.692 22.994c7.377 5.383 17.685 3.815 23.023-3.501c5.34-7.316 3.687-17.61-3.69-22.994a16.53 16.53 0 0 0-8.489-3.13l-22.086-67.718c-9.128 4.87-21.425 4.875-30.402-1.674c-12.465-9.097-15.258-26.492-6.237-38.855c7.21-9.88 19.78-13.556 30.9-9.993l4.456-12.536c-16.566-5.525-35.414-.121-46.179 14.631c-13.346 18.291-9.214 44.029 9.229 57.486"/><path fill="#8bc34a" d="M245.283 225.838c-3.42-10.583-10.75-18.811-19.884-23.64l17.72-55.05a16.6 16.6 0 0 0 3.796-.739c8.69-2.808 13.47-12.093 10.679-20.737c-2.793-8.646-12.102-13.378-20.793-10.57c-8.69 2.806-13.472 12.09-10.679 20.736a16.3 16.3 0 0 0 5.036 7.472l-22.334 67.6c10.315 1.374 20.312 8.527 23.71 19.046c4.72 14.61-3.36 30.298-18.044 35.042c-11.735 3.791-24.138-.554-31.055-9.908l-11.078 7.543c10.176 14.106 28.706 20.71 46.23 15.048c21.726-7.019 33.678-30.23 26.696-51.843"/><path fill="#a0f" d="M116.724 270.244c9.003-6.587 14.547-16.139 16.291-26.33l57.906-.59a16.5 16.5 0 0 0 1.887 3.366c5.382 7.355 15.706 8.955 23.061 3.574s8.955-15.705 3.575-23.06c-5.382-7.356-15.706-8.956-23.061-3.575a16.4 16.4 0 0 0-5.54 7.137l-71.283.182c1.908 10.217-1.78 21.958-10.73 28.506c-12.428 9.093-29.875 6.39-38.968-6.039c-7.266-9.932-6.999-23.068-.257-32.585l-10.631-8.123c-10.249 14.11-10.752 33.77.098 48.601c13.453 18.389 39.265 22.389 57.652 8.936"/></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%20300%20300%22%3E%3Cpath%20fill%3D%22%232979ff%22%20d%3D%22M242.745%2089.48c-11.223%200-21.398%204.463-28.867%2011.7l-47.366-33.917c.295-1.238.469-2.524.469-3.854c0-9.167-7.432-16.6-16.6-16.6s-16.601%207.433-16.601%2016.6c0%209.169%207.433%2016.6%2016.6%2016.6c3.21%200%206.197-.927%208.738-2.504L217.1%20119.7c4.52-9.428%2014.49-16.77%2025.645-16.77c15.492%200%2028.051%2012.558%2028.051%2028.05c0%2012.38-8.02%2022.887-19.148%2026.608l3.806%2012.91c16.703-5.368%2028.79-21.03%2028.79-39.518c0-22.92-18.579-41.5-41.5-41.5%22%2F%3E%3Cpath%20fill%3D%22%23e64a19%22%20d%3D%22M109.689%2049.166c-3.389%2010.669-2.22%2021.69%202.405%2030.977l-46.546%2034.784a16.6%2016.6%200%200%200-3.523-1.609c-8.716-2.768-18.026%202.053-20.794%2010.768s2.053%2018.026%2010.767%2020.794c8.716%202.769%2018.026-2.052%2020.795-10.767a16.46%2016.46%200%200%200%20.257-9.062l57.623-42.379c-7.598-7.144-11.567-18.84-8.2-29.444c4.68-14.727%2020.411-22.874%2035.139-18.195c11.768%203.738%2019.334%2014.535%2019.513%2026.238l13.421.28c-.059-17.5-11.299-33.721-28.873-39.304c-21.788-6.921-45.063%205.13-51.984%2026.92%22%2F%3E%3Cpath%20fill%3D%22%2300bcd4%22%20d%3D%22M32.81%20161.347a41.37%2041.37%200%200%200%2030.043%207.612l18.362%2054.878a16.3%2016.3%200%200%200-2.621%202.8c-5.338%207.316-3.686%2017.611%203.692%2022.994c7.377%205.383%2017.685%203.815%2023.023-3.501c5.34-7.316%203.687-17.61-3.69-22.994a16.53%2016.53%200%200%200-8.489-3.13l-22.086-67.718c-9.128%204.87-21.425%204.875-30.402-1.674c-12.465-9.097-15.258-26.492-6.237-38.855c7.21-9.88%2019.78-13.556%2030.9-9.993l4.456-12.536c-16.566-5.525-35.414-.121-46.179%2014.631c-13.346%2018.291-9.214%2044.029%209.229%2057.486%22%2F%3E%3Cpath%20fill%3D%22%238bc34a%22%20d%3D%22M245.283%20225.838c-3.42-10.583-10.75-18.811-19.884-23.64l17.72-55.05a16.6%2016.6%200%200%200%203.796-.739c8.69-2.808%2013.47-12.093%2010.679-20.737c-2.793-8.646-12.102-13.378-20.793-10.57c-8.69%202.806-13.472%2012.09-10.679%2020.736a16.3%2016.3%200%200%200%205.036%207.472l-22.334%2067.6c10.315%201.374%2020.312%208.527%2023.71%2019.046c4.72%2014.61-3.36%2030.298-18.044%2035.042c-11.735%203.791-24.138-.554-31.055-9.908l-11.078%207.543c10.176%2014.106%2028.706%2020.71%2046.23%2015.048c21.726-7.019%2033.678-30.23%2026.696-51.843%22%2F%3E%3Cpath%20fill%3D%22%23a0f%22%20d%3D%22M116.724%20270.244c9.003-6.587%2014.547-16.139%2016.291-26.33l57.906-.59a16.5%2016.5%200%200%200%201.887%203.366c5.382%207.355%2015.706%208.955%2023.061%203.574s8.955-15.705%203.575-23.06c-5.382-7.356-15.706-8.956-23.061-3.575a16.4%2016.4%200%200%200-5.54%207.137l-71.283.182c1.908%2010.217-1.78%2021.958-10.73%2028.506c-12.428%209.093-29.875%206.39-38.968-6.039c-7.266-9.932-6.999-23.068-.257-32.585l-10.631-8.123c-10.249%2014.11-10.752%2033.77.098%2048.601c13.453%2018.389%2039.265%2022.389%2057.652%208.936%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%20300%20300%22%3E%3Cpath%20fill%3D%22%232979ff%22%20d%3D%22M242.745%2089.48c-11.223%200-21.398%204.463-28.867%2011.7l-47.366-33.917c.295-1.238.469-2.524.469-3.854c0-9.167-7.432-16.6-16.6-16.6s-16.601%207.433-16.601%2016.6c0%209.169%207.433%2016.6%2016.6%2016.6c3.21%200%206.197-.927%208.738-2.504L217.1%20119.7c4.52-9.428%2014.49-16.77%2025.645-16.77c15.492%200%2028.051%2012.558%2028.051%2028.05c0%2012.38-8.02%2022.887-19.148%2026.608l3.806%2012.91c16.703-5.368%2028.79-21.03%2028.79-39.518c0-22.92-18.579-41.5-41.5-41.5%22%2F%3E%3Cpath%20fill%3D%22%23e64a19%22%20d%3D%22M109.689%2049.166c-3.389%2010.669-2.22%2021.69%202.405%2030.977l-46.546%2034.784a16.6%2016.6%200%200%200-3.523-1.609c-8.716-2.768-18.026%202.053-20.794%2010.768s2.053%2018.026%2010.767%2020.794c8.716%202.769%2018.026-2.052%2020.795-10.767a16.46%2016.46%200%200%200%20.257-9.062l57.623-42.379c-7.598-7.144-11.567-18.84-8.2-29.444c4.68-14.727%2020.411-22.874%2035.139-18.195c11.768%203.738%2019.334%2014.535%2019.513%2026.238l13.421.28c-.059-17.5-11.299-33.721-28.873-39.304c-21.788-6.921-45.063%205.13-51.984%2026.92%22%2F%3E%3Cpath%20fill%3D%22%2300bcd4%22%20d%3D%22M32.81%20161.347a41.37%2041.37%200%200%200%2030.043%207.612l18.362%2054.878a16.3%2016.3%200%200%200-2.621%202.8c-5.338%207.316-3.686%2017.611%203.692%2022.994c7.377%205.383%2017.685%203.815%2023.023-3.501c5.34-7.316%203.687-17.61-3.69-22.994a16.53%2016.53%200%200%200-8.489-3.13l-22.086-67.718c-9.128%204.87-21.425%204.875-30.402-1.674c-12.465-9.097-15.258-26.492-6.237-38.855c7.21-9.88%2019.78-13.556%2030.9-9.993l4.456-12.536c-16.566-5.525-35.414-.121-46.179%2014.631c-13.346%2018.291-9.214%2044.029%209.229%2057.486%22%2F%3E%3Cpath%20fill%3D%22%238bc34a%22%20d%3D%22M245.283%20225.838c-3.42-10.583-10.75-18.811-19.884-23.64l17.72-55.05a16.6%2016.6%200%200%200%203.796-.739c8.69-2.808%2013.47-12.093%2010.679-20.737c-2.793-8.646-12.102-13.378-20.793-10.57c-8.69%202.806-13.472%2012.09-10.679%2020.736a16.3%2016.3%200%200%200%205.036%207.472l-22.334%2067.6c10.315%201.374%2020.312%208.527%2023.71%2019.046c4.72%2014.61-3.36%2030.298-18.044%2035.042c-11.735%203.791-24.138-.554-31.055-9.908l-11.078%207.543c10.176%2014.106%2028.706%2020.71%2046.23%2015.048c21.726-7.019%2033.678-30.23%2026.696-51.843%22%2F%3E%3Cpath%20fill%3D%22%23a0f%22%20d%3D%22M116.724%20270.244c9.003-6.587%2014.547-16.139%2016.291-26.33l57.906-.59a16.5%2016.5%200%200%200%201.887%203.366c5.382%207.355%2015.706%208.955%2023.061%203.574s8.955-15.705%203.575-23.06c-5.382-7.356-15.706-8.956-23.061-3.575a16.4%2016.4%200%200%200-5.54%207.137l-71.283.182c1.908%2010.217-1.78%2021.958-10.73%2028.506c-12.428%209.093-29.875%206.39-38.968-6.039c-7.266-9.932-6.999-23.068-.257-32.585l-10.631-8.123c-10.249%2014.11-10.752%2033.77.098%2048.601c13.453%2018.389%2039.265%2022.389%2057.652%208.936%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-icon-theme/fastlane.svg?color=%231a73e8&size=48