qwik logo
qwik from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- qwik
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 512×162
- License
- CC0
The same logo in other sets
Related icons in SVG Logos
Use the qwik logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 162"><path d="M251.259 142.825h-19.631v-34.28c-6.485 4.455-13.802 6.653-21.654 6.653c-10.649 0-18.56-2.911-23.498-8.97c-4.938-6.001-7.436-16.695-7.436-31.964c0-15.625 2.915-26.438 8.804-32.735c6.009-6.357 15.646-9.447 28.912-9.447c12.552 0 23.973 1.723 34.503 5.11zm-19.631-92.92c-4.462-1.366-9.46-2.02-14.872-2.02c-6.663 0-11.422 1.724-14.1 5.229c-2.617 3.564-4.044 10.337-4.044 20.378c0 9.446 1.249 15.744 3.866 19.19c2.618 3.386 7.139 5.109 13.802 5.109c8.685 0 15.348-3.565 15.348-8.02zm47.77-15.744c6.96 19.309 12.85 38.618 17.966 58.105c6.782-19.963 12.552-39.271 17.012-58.105h17.194c6.484 19.309 11.898 38.618 16.24 58.105c7.734-21.151 13.802-40.519 18.263-58.105h19.333c-8.208 27.686-17.31 54.064-27.363 78.958H334.96l-.79-4.103c-2.634-13.244-6.524-28.899-11.583-47.228c-3.569 15.744-8.508 32.913-14.992 51.33h-23.08c-7.734-28.754-16.122-55.014-25.045-78.957zm127.843-10.99c-8.686 0-11.126-2.14-11.126-10.992c0-7.647 2.34-9.618 10.31-9.737l.816-.006c8.685 0 11.122 1.842 11.122 9.743c0 8.852-2.437 10.991-11.122 10.991m-9.759 10.99h19.634v78.958h-19.634zm89.593 0h22.782l-2.281 3.226c-12.708 17.874-21.694 28.86-26.808 32.956c4.461 2.911 16.418 18.239 31.232 42.835h-22.607l-4.795-7.24c-15.21-22.85-22.843-32.97-26.793-34.645v41.885h-19.63V0h19.63v71.234q6.693-4.901 29.27-37.073"/><path fill="#18b6f6" d="m125.616 161.064l-27.245-27.092l-.417.06v-.297L40.012 76.522L54.29 62.737l-8.388-48.122L6.104 63.927c-6.782 6.832-8.03 17.942-3.153 26.14l24.866 41.232c3.808 6.357 10.708 10.16 18.144 10.1l12.315-.12z"/><path fill="#ac7ef4" d="m140.486 62.976l-5.473-10.1l-2.855-5.169l-1.13-2.02l-.12.12l-14.99-25.964C112.17 13.308 105.15 9.268 97.534 9.327l-13.144.357l-39.205.119c-7.435.06-14.217 3.98-17.965 10.337L3.365 67.432l42.653-52.936l55.92 61.431l-9.935 10.04l5.949 48.065l.06-.12v.12h-.12l.12.118l4.64 4.516l22.546 22.041c.951.891 2.498-.178 1.844-1.307l-13.92-27.388l24.27-44.856l.774-.891c.297-.357.595-.713.833-1.07c4.76-6.475 5.413-15.15 1.487-22.22"/><path fill="#fff" d="M102.115 75.69L46.018 14.556l7.971 47.885l-14.277 13.843l58.12 57.688l-5.235-47.885z"/></svg>
React
import type { SVGProps } from "react";
export function LogosQwik(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 162"><path d="M251.259 142.825h-19.631v-34.28c-6.485 4.455-13.802 6.653-21.654 6.653c-10.649 0-18.56-2.911-23.498-8.97c-4.938-6.001-7.436-16.695-7.436-31.964c0-15.625 2.915-26.438 8.804-32.735c6.009-6.357 15.646-9.447 28.912-9.447c12.552 0 23.973 1.723 34.503 5.11zm-19.631-92.92c-4.462-1.366-9.46-2.02-14.872-2.02c-6.663 0-11.422 1.724-14.1 5.229c-2.617 3.564-4.044 10.337-4.044 20.378c0 9.446 1.249 15.744 3.866 19.19c2.618 3.386 7.139 5.109 13.802 5.109c8.685 0 15.348-3.565 15.348-8.02zm47.77-15.744c6.96 19.309 12.85 38.618 17.966 58.105c6.782-19.963 12.552-39.271 17.012-58.105h17.194c6.484 19.309 11.898 38.618 16.24 58.105c7.734-21.151 13.802-40.519 18.263-58.105h19.333c-8.208 27.686-17.31 54.064-27.363 78.958H334.96l-.79-4.103c-2.634-13.244-6.524-28.899-11.583-47.228c-3.569 15.744-8.508 32.913-14.992 51.33h-23.08c-7.734-28.754-16.122-55.014-25.045-78.957zm127.843-10.99c-8.686 0-11.126-2.14-11.126-10.992c0-7.647 2.34-9.618 10.31-9.737l.816-.006c8.685 0 11.122 1.842 11.122 9.743c0 8.852-2.437 10.991-11.122 10.991m-9.759 10.99h19.634v78.958h-19.634zm89.593 0h22.782l-2.281 3.226c-12.708 17.874-21.694 28.86-26.808 32.956c4.461 2.911 16.418 18.239 31.232 42.835h-22.607l-4.795-7.24c-15.21-22.85-22.843-32.97-26.793-34.645v41.885h-19.63V0h19.63v71.234q6.693-4.901 29.27-37.073"/><path fill="#18b6f6" d="m125.616 161.064l-27.245-27.092l-.417.06v-.297L40.012 76.522L54.29 62.737l-8.388-48.122L6.104 63.927c-6.782 6.832-8.03 17.942-3.153 26.14l24.866 41.232c3.808 6.357 10.708 10.16 18.144 10.1l12.315-.12z"/><path fill="#ac7ef4" d="m140.486 62.976l-5.473-10.1l-2.855-5.169l-1.13-2.02l-.12.12l-14.99-25.964C112.17 13.308 105.15 9.268 97.534 9.327l-13.144.357l-39.205.119c-7.435.06-14.217 3.98-17.965 10.337L3.365 67.432l42.653-52.936l55.92 61.431l-9.935 10.04l5.949 48.065l.06-.12v.12h-.12l.12.118l4.64 4.516l22.546 22.041c.951.891 2.498-.178 1.844-1.307l-13.92-27.388l24.27-44.856l.774-.891c.297-.357.595-.713.833-1.07c4.76-6.475 5.413-15.15 1.487-22.22"/><path fill="#fff" d="M102.115 75.69L46.018 14.556l7.971 47.885l-14.277 13.843l58.12 57.688l-5.235-47.885z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 162"><path d="M251.259 142.825h-19.631v-34.28c-6.485 4.455-13.802 6.653-21.654 6.653c-10.649 0-18.56-2.911-23.498-8.97c-4.938-6.001-7.436-16.695-7.436-31.964c0-15.625 2.915-26.438 8.804-32.735c6.009-6.357 15.646-9.447 28.912-9.447c12.552 0 23.973 1.723 34.503 5.11zm-19.631-92.92c-4.462-1.366-9.46-2.02-14.872-2.02c-6.663 0-11.422 1.724-14.1 5.229c-2.617 3.564-4.044 10.337-4.044 20.378c0 9.446 1.249 15.744 3.866 19.19c2.618 3.386 7.139 5.109 13.802 5.109c8.685 0 15.348-3.565 15.348-8.02zm47.77-15.744c6.96 19.309 12.85 38.618 17.966 58.105c6.782-19.963 12.552-39.271 17.012-58.105h17.194c6.484 19.309 11.898 38.618 16.24 58.105c7.734-21.151 13.802-40.519 18.263-58.105h19.333c-8.208 27.686-17.31 54.064-27.363 78.958H334.96l-.79-4.103c-2.634-13.244-6.524-28.899-11.583-47.228c-3.569 15.744-8.508 32.913-14.992 51.33h-23.08c-7.734-28.754-16.122-55.014-25.045-78.957zm127.843-10.99c-8.686 0-11.126-2.14-11.126-10.992c0-7.647 2.34-9.618 10.31-9.737l.816-.006c8.685 0 11.122 1.842 11.122 9.743c0 8.852-2.437 10.991-11.122 10.991m-9.759 10.99h19.634v78.958h-19.634zm89.593 0h22.782l-2.281 3.226c-12.708 17.874-21.694 28.86-26.808 32.956c4.461 2.911 16.418 18.239 31.232 42.835h-22.607l-4.795-7.24c-15.21-22.85-22.843-32.97-26.793-34.645v41.885h-19.63V0h19.63v71.234q6.693-4.901 29.27-37.073"/><path fill="#18b6f6" d="m125.616 161.064l-27.245-27.092l-.417.06v-.297L40.012 76.522L54.29 62.737l-8.388-48.122L6.104 63.927c-6.782 6.832-8.03 17.942-3.153 26.14l24.866 41.232c3.808 6.357 10.708 10.16 18.144 10.1l12.315-.12z"/><path fill="#ac7ef4" d="m140.486 62.976l-5.473-10.1l-2.855-5.169l-1.13-2.02l-.12.12l-14.99-25.964C112.17 13.308 105.15 9.268 97.534 9.327l-13.144.357l-39.205.119c-7.435.06-14.217 3.98-17.965 10.337L3.365 67.432l42.653-52.936l55.92 61.431l-9.935 10.04l5.949 48.065l.06-.12v.12h-.12l.12.118l4.64 4.516l22.546 22.041c.951.891 2.498-.178 1.844-1.307l-13.92-27.388l24.27-44.856l.774-.891c.297-.357.595-.713.833-1.07c4.76-6.475 5.413-15.15 1.487-22.22"/><path fill="#fff" d="M102.115 75.69L46.018 14.556l7.971 47.885l-14.277 13.843l58.12 57.688l-5.235-47.885z"/></svg> </template>
CSS
.icon-qwik {
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%20512%20162%22%3E%3Cpath%20d%3D%22M251.259%20142.825h-19.631v-34.28c-6.485%204.455-13.802%206.653-21.654%206.653c-10.649%200-18.56-2.911-23.498-8.97c-4.938-6.001-7.436-16.695-7.436-31.964c0-15.625%202.915-26.438%208.804-32.735c6.009-6.357%2015.646-9.447%2028.912-9.447c12.552%200%2023.973%201.723%2034.503%205.11zm-19.631-92.92c-4.462-1.366-9.46-2.02-14.872-2.02c-6.663%200-11.422%201.724-14.1%205.229c-2.617%203.564-4.044%2010.337-4.044%2020.378c0%209.446%201.249%2015.744%203.866%2019.19c2.618%203.386%207.139%205.109%2013.802%205.109c8.685%200%2015.348-3.565%2015.348-8.02zm47.77-15.744c6.96%2019.309%2012.85%2038.618%2017.966%2058.105c6.782-19.963%2012.552-39.271%2017.012-58.105h17.194c6.484%2019.309%2011.898%2038.618%2016.24%2058.105c7.734-21.151%2013.802-40.519%2018.263-58.105h19.333c-8.208%2027.686-17.31%2054.064-27.363%2078.958H334.96l-.79-4.103c-2.634-13.244-6.524-28.899-11.583-47.228c-3.569%2015.744-8.508%2032.913-14.992%2051.33h-23.08c-7.734-28.754-16.122-55.014-25.045-78.957zm127.843-10.99c-8.686%200-11.126-2.14-11.126-10.992c0-7.647%202.34-9.618%2010.31-9.737l.816-.006c8.685%200%2011.122%201.842%2011.122%209.743c0%208.852-2.437%2010.991-11.122%2010.991m-9.759%2010.99h19.634v78.958h-19.634zm89.593%200h22.782l-2.281%203.226c-12.708%2017.874-21.694%2028.86-26.808%2032.956c4.461%202.911%2016.418%2018.239%2031.232%2042.835h-22.607l-4.795-7.24c-15.21-22.85-22.843-32.97-26.793-34.645v41.885h-19.63V0h19.63v71.234q6.693-4.901%2029.27-37.073%22%2F%3E%3Cpath%20fill%3D%22%2318b6f6%22%20d%3D%22m125.616%20161.064l-27.245-27.092l-.417.06v-.297L40.012%2076.522L54.29%2062.737l-8.388-48.122L6.104%2063.927c-6.782%206.832-8.03%2017.942-3.153%2026.14l24.866%2041.232c3.808%206.357%2010.708%2010.16%2018.144%2010.1l12.315-.12z%22%2F%3E%3Cpath%20fill%3D%22%23ac7ef4%22%20d%3D%22m140.486%2062.976l-5.473-10.1l-2.855-5.169l-1.13-2.02l-.12.12l-14.99-25.964C112.17%2013.308%20105.15%209.268%2097.534%209.327l-13.144.357l-39.205.119c-7.435.06-14.217%203.98-17.965%2010.337L3.365%2067.432l42.653-52.936l55.92%2061.431l-9.935%2010.04l5.949%2048.065l.06-.12v.12h-.12l.12.118l4.64%204.516l22.546%2022.041c.951.891%202.498-.178%201.844-1.307l-13.92-27.388l24.27-44.856l.774-.891c.297-.357.595-.713.833-1.07c4.76-6.475%205.413-15.15%201.487-22.22%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M102.115%2075.69L46.018%2014.556l7.971%2047.885l-14.277%2013.843l58.12%2057.688l-5.235-47.885z%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%20512%20162%22%3E%3Cpath%20d%3D%22M251.259%20142.825h-19.631v-34.28c-6.485%204.455-13.802%206.653-21.654%206.653c-10.649%200-18.56-2.911-23.498-8.97c-4.938-6.001-7.436-16.695-7.436-31.964c0-15.625%202.915-26.438%208.804-32.735c6.009-6.357%2015.646-9.447%2028.912-9.447c12.552%200%2023.973%201.723%2034.503%205.11zm-19.631-92.92c-4.462-1.366-9.46-2.02-14.872-2.02c-6.663%200-11.422%201.724-14.1%205.229c-2.617%203.564-4.044%2010.337-4.044%2020.378c0%209.446%201.249%2015.744%203.866%2019.19c2.618%203.386%207.139%205.109%2013.802%205.109c8.685%200%2015.348-3.565%2015.348-8.02zm47.77-15.744c6.96%2019.309%2012.85%2038.618%2017.966%2058.105c6.782-19.963%2012.552-39.271%2017.012-58.105h17.194c6.484%2019.309%2011.898%2038.618%2016.24%2058.105c7.734-21.151%2013.802-40.519%2018.263-58.105h19.333c-8.208%2027.686-17.31%2054.064-27.363%2078.958H334.96l-.79-4.103c-2.634-13.244-6.524-28.899-11.583-47.228c-3.569%2015.744-8.508%2032.913-14.992%2051.33h-23.08c-7.734-28.754-16.122-55.014-25.045-78.957zm127.843-10.99c-8.686%200-11.126-2.14-11.126-10.992c0-7.647%202.34-9.618%2010.31-9.737l.816-.006c8.685%200%2011.122%201.842%2011.122%209.743c0%208.852-2.437%2010.991-11.122%2010.991m-9.759%2010.99h19.634v78.958h-19.634zm89.593%200h22.782l-2.281%203.226c-12.708%2017.874-21.694%2028.86-26.808%2032.956c4.461%202.911%2016.418%2018.239%2031.232%2042.835h-22.607l-4.795-7.24c-15.21-22.85-22.843-32.97-26.793-34.645v41.885h-19.63V0h19.63v71.234q6.693-4.901%2029.27-37.073%22%2F%3E%3Cpath%20fill%3D%22%2318b6f6%22%20d%3D%22m125.616%20161.064l-27.245-27.092l-.417.06v-.297L40.012%2076.522L54.29%2062.737l-8.388-48.122L6.104%2063.927c-6.782%206.832-8.03%2017.942-3.153%2026.14l24.866%2041.232c3.808%206.357%2010.708%2010.16%2018.144%2010.1l12.315-.12z%22%2F%3E%3Cpath%20fill%3D%22%23ac7ef4%22%20d%3D%22m140.486%2062.976l-5.473-10.1l-2.855-5.169l-1.13-2.02l-.12.12l-14.99-25.964C112.17%2013.308%20105.15%209.268%2097.534%209.327l-13.144.357l-39.205.119c-7.435.06-14.217%203.98-17.965%2010.337L3.365%2067.432l42.653-52.936l55.92%2061.431l-9.935%2010.04l5.949%2048.065l.06-.12v.12h-.12l.12.118l4.64%204.516l22.546%2022.041c.951.891%202.498-.178%201.844-1.307l-13.92-27.388l24.27-44.856l.774-.891c.297-.357.595-.713.833-1.07c4.76-6.475%205.413-15.15%201.487-22.22%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M102.115%2075.69L46.018%2014.556l7.971%2047.885l-14.277%2013.843l58.12%2057.688l-5.235-47.885z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/qwik.svg?color=%231a73e8&size=48