speedcurve logo
speedcurve from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- speedcurve
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×256
- License
- CC0
Use the speedcurve logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#4295c2" d="M60.041 162.473c11.41.062 20.895-4.332 29.1-12.125c21.014-19.96 42.109-39.834 63.229-59.683c22.604-21.245 55.503-23.616 80.2-5.868c27.733 19.932 31.658 58.66 7.417 82.641c-24.652 24.388-50.28 47.787-75.49 71.61c-3.1 2.928-6.107 5.978-9.408 8.664c-20.397 16.597-51.905 6.95-57.953-17.868c-3.012-12.363.677-23.022 9.88-31.734c17.655-16.71 35.353-33.375 53.033-50.057c8.065-7.61 15.969-15.403 24.306-22.702c2.36-2.066 9.37-7.692 15.752-1.31c6.381 6.382 2.84 11.71-.376 14.742c-12.724 11.994-25.425 24.01-38.145 36.006c-12.72 11.998-25.467 23.966-38.172 35.979c-7.221 6.827-8.133 14.48-2.536 20.557c5.73 6.22 15.277 6.265 22.102-.152c26.718-25.125 53.447-50.238 80.007-75.53c11.382-10.837 15.035-24.1 9.17-38.872c-5.913-14.893-17.778-22.433-33.544-23.688c-12.33-.98-22.746 3.46-31.68 11.946a13877 13877 0 0 1-63.555 59.97c-24.209 22.706-60.722 23.382-84.814 1.682c-23.43-21.105-25.1-56.538-2.619-78.613C43.223 61.28 71.198 35.193 99.225 9.183c10.185-9.452 22.747-11.392 35.835-6.81c12.339 4.319 20.231 13.048 22.323 26.163c1.822 11.428-2.41 20.862-10.719 28.679c-19.567 18.41-39.095 36.864-58.643 55.296c-5.48 5.169-10.894 10.415-16.493 15.453c-4.421 3.976-10.67 3.969-14.733.294c-4.604-4.165-4.326-10.347.847-15.24c16.107-15.243 32.265-30.432 48.4-45.645c8.275-7.801 16.56-15.591 24.81-23.419c6.78-6.434 7.643-13.725 2.362-19.401c-5.461-5.87-14.471-5.84-20.953.274q-39.099 36.86-78.1 73.822C21.7 110.462 18.115 124.905 23.91 139.215c5.677 14.015 20.057 23.275 36.132 23.258"/></svg>
React
import type { SVGProps } from "react";
export function LogosSpeedcurve(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#4295c2" d="M60.041 162.473c11.41.062 20.895-4.332 29.1-12.125c21.014-19.96 42.109-39.834 63.229-59.683c22.604-21.245 55.503-23.616 80.2-5.868c27.733 19.932 31.658 58.66 7.417 82.641c-24.652 24.388-50.28 47.787-75.49 71.61c-3.1 2.928-6.107 5.978-9.408 8.664c-20.397 16.597-51.905 6.95-57.953-17.868c-3.012-12.363.677-23.022 9.88-31.734c17.655-16.71 35.353-33.375 53.033-50.057c8.065-7.61 15.969-15.403 24.306-22.702c2.36-2.066 9.37-7.692 15.752-1.31c6.381 6.382 2.84 11.71-.376 14.742c-12.724 11.994-25.425 24.01-38.145 36.006c-12.72 11.998-25.467 23.966-38.172 35.979c-7.221 6.827-8.133 14.48-2.536 20.557c5.73 6.22 15.277 6.265 22.102-.152c26.718-25.125 53.447-50.238 80.007-75.53c11.382-10.837 15.035-24.1 9.17-38.872c-5.913-14.893-17.778-22.433-33.544-23.688c-12.33-.98-22.746 3.46-31.68 11.946a13877 13877 0 0 1-63.555 59.97c-24.209 22.706-60.722 23.382-84.814 1.682c-23.43-21.105-25.1-56.538-2.619-78.613C43.223 61.28 71.198 35.193 99.225 9.183c10.185-9.452 22.747-11.392 35.835-6.81c12.339 4.319 20.231 13.048 22.323 26.163c1.822 11.428-2.41 20.862-10.719 28.679c-19.567 18.41-39.095 36.864-58.643 55.296c-5.48 5.169-10.894 10.415-16.493 15.453c-4.421 3.976-10.67 3.969-14.733.294c-4.604-4.165-4.326-10.347.847-15.24c16.107-15.243 32.265-30.432 48.4-45.645c8.275-7.801 16.56-15.591 24.81-23.419c6.78-6.434 7.643-13.725 2.362-19.401c-5.461-5.87-14.471-5.84-20.953.274q-39.099 36.86-78.1 73.822C21.7 110.462 18.115 124.905 23.91 139.215c5.677 14.015 20.057 23.275 36.132 23.258"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#4295c2" d="M60.041 162.473c11.41.062 20.895-4.332 29.1-12.125c21.014-19.96 42.109-39.834 63.229-59.683c22.604-21.245 55.503-23.616 80.2-5.868c27.733 19.932 31.658 58.66 7.417 82.641c-24.652 24.388-50.28 47.787-75.49 71.61c-3.1 2.928-6.107 5.978-9.408 8.664c-20.397 16.597-51.905 6.95-57.953-17.868c-3.012-12.363.677-23.022 9.88-31.734c17.655-16.71 35.353-33.375 53.033-50.057c8.065-7.61 15.969-15.403 24.306-22.702c2.36-2.066 9.37-7.692 15.752-1.31c6.381 6.382 2.84 11.71-.376 14.742c-12.724 11.994-25.425 24.01-38.145 36.006c-12.72 11.998-25.467 23.966-38.172 35.979c-7.221 6.827-8.133 14.48-2.536 20.557c5.73 6.22 15.277 6.265 22.102-.152c26.718-25.125 53.447-50.238 80.007-75.53c11.382-10.837 15.035-24.1 9.17-38.872c-5.913-14.893-17.778-22.433-33.544-23.688c-12.33-.98-22.746 3.46-31.68 11.946a13877 13877 0 0 1-63.555 59.97c-24.209 22.706-60.722 23.382-84.814 1.682c-23.43-21.105-25.1-56.538-2.619-78.613C43.223 61.28 71.198 35.193 99.225 9.183c10.185-9.452 22.747-11.392 35.835-6.81c12.339 4.319 20.231 13.048 22.323 26.163c1.822 11.428-2.41 20.862-10.719 28.679c-19.567 18.41-39.095 36.864-58.643 55.296c-5.48 5.169-10.894 10.415-16.493 15.453c-4.421 3.976-10.67 3.969-14.733.294c-4.604-4.165-4.326-10.347.847-15.24c16.107-15.243 32.265-30.432 48.4-45.645c8.275-7.801 16.56-15.591 24.81-23.419c6.78-6.434 7.643-13.725 2.362-19.401c-5.461-5.87-14.471-5.84-20.953.274q-39.099 36.86-78.1 73.822C21.7 110.462 18.115 124.905 23.91 139.215c5.677 14.015 20.057 23.275 36.132 23.258"/></svg> </template>
CSS
.icon-speedcurve {
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%20256%22%3E%3Cpath%20fill%3D%22%234295c2%22%20d%3D%22M60.041%20162.473c11.41.062%2020.895-4.332%2029.1-12.125c21.014-19.96%2042.109-39.834%2063.229-59.683c22.604-21.245%2055.503-23.616%2080.2-5.868c27.733%2019.932%2031.658%2058.66%207.417%2082.641c-24.652%2024.388-50.28%2047.787-75.49%2071.61c-3.1%202.928-6.107%205.978-9.408%208.664c-20.397%2016.597-51.905%206.95-57.953-17.868c-3.012-12.363.677-23.022%209.88-31.734c17.655-16.71%2035.353-33.375%2053.033-50.057c8.065-7.61%2015.969-15.403%2024.306-22.702c2.36-2.066%209.37-7.692%2015.752-1.31c6.381%206.382%202.84%2011.71-.376%2014.742c-12.724%2011.994-25.425%2024.01-38.145%2036.006c-12.72%2011.998-25.467%2023.966-38.172%2035.979c-7.221%206.827-8.133%2014.48-2.536%2020.557c5.73%206.22%2015.277%206.265%2022.102-.152c26.718-25.125%2053.447-50.238%2080.007-75.53c11.382-10.837%2015.035-24.1%209.17-38.872c-5.913-14.893-17.778-22.433-33.544-23.688c-12.33-.98-22.746%203.46-31.68%2011.946a13877%2013877%200%200%201-63.555%2059.97c-24.209%2022.706-60.722%2023.382-84.814%201.682c-23.43-21.105-25.1-56.538-2.619-78.613C43.223%2061.28%2071.198%2035.193%2099.225%209.183c10.185-9.452%2022.747-11.392%2035.835-6.81c12.339%204.319%2020.231%2013.048%2022.323%2026.163c1.822%2011.428-2.41%2020.862-10.719%2028.679c-19.567%2018.41-39.095%2036.864-58.643%2055.296c-5.48%205.169-10.894%2010.415-16.493%2015.453c-4.421%203.976-10.67%203.969-14.733.294c-4.604-4.165-4.326-10.347.847-15.24c16.107-15.243%2032.265-30.432%2048.4-45.645c8.275-7.801%2016.56-15.591%2024.81-23.419c6.78-6.434%207.643-13.725%202.362-19.401c-5.461-5.87-14.471-5.84-20.953.274q-39.099%2036.86-78.1%2073.822C21.7%20110.462%2018.115%20124.905%2023.91%20139.215c5.677%2014.015%2020.057%2023.275%2036.132%2023.258%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%20256%22%3E%3Cpath%20fill%3D%22%234295c2%22%20d%3D%22M60.041%20162.473c11.41.062%2020.895-4.332%2029.1-12.125c21.014-19.96%2042.109-39.834%2063.229-59.683c22.604-21.245%2055.503-23.616%2080.2-5.868c27.733%2019.932%2031.658%2058.66%207.417%2082.641c-24.652%2024.388-50.28%2047.787-75.49%2071.61c-3.1%202.928-6.107%205.978-9.408%208.664c-20.397%2016.597-51.905%206.95-57.953-17.868c-3.012-12.363.677-23.022%209.88-31.734c17.655-16.71%2035.353-33.375%2053.033-50.057c8.065-7.61%2015.969-15.403%2024.306-22.702c2.36-2.066%209.37-7.692%2015.752-1.31c6.381%206.382%202.84%2011.71-.376%2014.742c-12.724%2011.994-25.425%2024.01-38.145%2036.006c-12.72%2011.998-25.467%2023.966-38.172%2035.979c-7.221%206.827-8.133%2014.48-2.536%2020.557c5.73%206.22%2015.277%206.265%2022.102-.152c26.718-25.125%2053.447-50.238%2080.007-75.53c11.382-10.837%2015.035-24.1%209.17-38.872c-5.913-14.893-17.778-22.433-33.544-23.688c-12.33-.98-22.746%203.46-31.68%2011.946a13877%2013877%200%200%201-63.555%2059.97c-24.209%2022.706-60.722%2023.382-84.814%201.682c-23.43-21.105-25.1-56.538-2.619-78.613C43.223%2061.28%2071.198%2035.193%2099.225%209.183c10.185-9.452%2022.747-11.392%2035.835-6.81c12.339%204.319%2020.231%2013.048%2022.323%2026.163c1.822%2011.428-2.41%2020.862-10.719%2028.679c-19.567%2018.41-39.095%2036.864-58.643%2055.296c-5.48%205.169-10.894%2010.415-16.493%2015.453c-4.421%203.976-10.67%203.969-14.733.294c-4.604-4.165-4.326-10.347.847-15.24c16.107-15.243%2032.265-30.432%2048.4-45.645c8.275-7.801%2016.56-15.591%2024.81-23.419c6.78-6.434%207.643-13.725%202.362-19.401c-5.461-5.87-14.471-5.84-20.953.274q-39.099%2036.86-78.1%2073.822C21.7%20110.462%2018.115%20124.905%2023.91%20139.215c5.677%2014.015%2020.057%2023.275%2036.132%2023.258%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/speedcurve.svg?color=%231a73e8&size=48