grok logo
grok from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- grok
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 512×188
- License
- CC0
The same logo in other sets
Related icons in SVG Logos
Use the grok logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 188"><path d="M446.35 142.018V46.44h15.11v63.078l31.955-36.707h18.317l-28.746 31.458L512 142.019h-18.05l-23.5-32.437l-8.99-.064v32.5zm-45.818 1.607c-22.462 0-34.629-15.93-34.629-36.277c0-20.481 12.167-36.277 34.63-36.277c22.595 0 34.628 15.796 34.628 36.277c0 20.347-12.033 36.277-34.629 36.277m-18.852-36.277c0 15.796 8.557 23.693 18.852 23.693c10.43 0 18.853-7.897 18.853-23.693S410.96 83.52 400.532 83.52c-10.295 0-18.852 8.032-18.852 23.828m-57.827 34.67v-58.23l12.702-10.977h27.008v12.85h-24.6v56.357zm-57.77 1.768c-28.797 0-45.967-20.91-45.967-49.423c0-28.78 17.783-50.199 46.529-50.199c22.462 0 38.908 11.512 42.786 32.93h-17.248c-2.54-12.181-12.702-19.008-25.538-19.008c-20.724 0-29.816 17.938-29.816 36.277s9.092 36.143 29.816 36.143c19.788 0 28.48-14.323 29.147-26.237h-29.815v-13.86h45.058l-.074 7.246c0 26.929-10.974 46.131-44.878 46.131M48.759 43.42c20.982-20.99 51.664-26.632 77.695-16.705l1.767.7c5.84 2.173 10.93 5.263 14.901 8.137L121.08 45.743c-20.525-8.62-44.036-2.757-58.387 11.611c-19.407 19.413-23.328 53.077-.584 74.83L0 187.734c3.282-4.525 7.224-8.841 11.267-13.122l4.442-4.683l1.992-2.12c11.864-12.721 22.008-25.795 15.657-43.318l-.585-1.513c-11.147-27.115-4.656-58.891 15.986-79.557m119.894-16.489L195.553 0l-7.737 10.747c-16.113 22.7-23.265 36.99-16.126 67.724l-.05-.05c5.524 23.473-.383 49.502-19.457 68.598c-24.045 24.091-62.525 29.454-94.213 7.769l22.093-10.242c20.224 7.953 42.351 4.46 58.253-11.46c15.903-15.922 19.474-39.11 11.481-58.407c-1.518-3.659-6.074-4.578-9.261-2.222l-65.012 48.048l93.129-93.657z"/></svg>
React
import type { SVGProps } from "react";
export function LogosGrok(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 188"><path d="M446.35 142.018V46.44h15.11v63.078l31.955-36.707h18.317l-28.746 31.458L512 142.019h-18.05l-23.5-32.437l-8.99-.064v32.5zm-45.818 1.607c-22.462 0-34.629-15.93-34.629-36.277c0-20.481 12.167-36.277 34.63-36.277c22.595 0 34.628 15.796 34.628 36.277c0 20.347-12.033 36.277-34.629 36.277m-18.852-36.277c0 15.796 8.557 23.693 18.852 23.693c10.43 0 18.853-7.897 18.853-23.693S410.96 83.52 400.532 83.52c-10.295 0-18.852 8.032-18.852 23.828m-57.827 34.67v-58.23l12.702-10.977h27.008v12.85h-24.6v56.357zm-57.77 1.768c-28.797 0-45.967-20.91-45.967-49.423c0-28.78 17.783-50.199 46.529-50.199c22.462 0 38.908 11.512 42.786 32.93h-17.248c-2.54-12.181-12.702-19.008-25.538-19.008c-20.724 0-29.816 17.938-29.816 36.277s9.092 36.143 29.816 36.143c19.788 0 28.48-14.323 29.147-26.237h-29.815v-13.86h45.058l-.074 7.246c0 26.929-10.974 46.131-44.878 46.131M48.759 43.42c20.982-20.99 51.664-26.632 77.695-16.705l1.767.7c5.84 2.173 10.93 5.263 14.901 8.137L121.08 45.743c-20.525-8.62-44.036-2.757-58.387 11.611c-19.407 19.413-23.328 53.077-.584 74.83L0 187.734c3.282-4.525 7.224-8.841 11.267-13.122l4.442-4.683l1.992-2.12c11.864-12.721 22.008-25.795 15.657-43.318l-.585-1.513c-11.147-27.115-4.656-58.891 15.986-79.557m119.894-16.489L195.553 0l-7.737 10.747c-16.113 22.7-23.265 36.99-16.126 67.724l-.05-.05c5.524 23.473-.383 49.502-19.457 68.598c-24.045 24.091-62.525 29.454-94.213 7.769l22.093-10.242c20.224 7.953 42.351 4.46 58.253-11.46c15.903-15.922 19.474-39.11 11.481-58.407c-1.518-3.659-6.074-4.578-9.261-2.222l-65.012 48.048l93.129-93.657z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 188"><path d="M446.35 142.018V46.44h15.11v63.078l31.955-36.707h18.317l-28.746 31.458L512 142.019h-18.05l-23.5-32.437l-8.99-.064v32.5zm-45.818 1.607c-22.462 0-34.629-15.93-34.629-36.277c0-20.481 12.167-36.277 34.63-36.277c22.595 0 34.628 15.796 34.628 36.277c0 20.347-12.033 36.277-34.629 36.277m-18.852-36.277c0 15.796 8.557 23.693 18.852 23.693c10.43 0 18.853-7.897 18.853-23.693S410.96 83.52 400.532 83.52c-10.295 0-18.852 8.032-18.852 23.828m-57.827 34.67v-58.23l12.702-10.977h27.008v12.85h-24.6v56.357zm-57.77 1.768c-28.797 0-45.967-20.91-45.967-49.423c0-28.78 17.783-50.199 46.529-50.199c22.462 0 38.908 11.512 42.786 32.93h-17.248c-2.54-12.181-12.702-19.008-25.538-19.008c-20.724 0-29.816 17.938-29.816 36.277s9.092 36.143 29.816 36.143c19.788 0 28.48-14.323 29.147-26.237h-29.815v-13.86h45.058l-.074 7.246c0 26.929-10.974 46.131-44.878 46.131M48.759 43.42c20.982-20.99 51.664-26.632 77.695-16.705l1.767.7c5.84 2.173 10.93 5.263 14.901 8.137L121.08 45.743c-20.525-8.62-44.036-2.757-58.387 11.611c-19.407 19.413-23.328 53.077-.584 74.83L0 187.734c3.282-4.525 7.224-8.841 11.267-13.122l4.442-4.683l1.992-2.12c11.864-12.721 22.008-25.795 15.657-43.318l-.585-1.513c-11.147-27.115-4.656-58.891 15.986-79.557m119.894-16.489L195.553 0l-7.737 10.747c-16.113 22.7-23.265 36.99-16.126 67.724l-.05-.05c5.524 23.473-.383 49.502-19.457 68.598c-24.045 24.091-62.525 29.454-94.213 7.769l22.093-10.242c20.224 7.953 42.351 4.46 58.253-11.46c15.903-15.922 19.474-39.11 11.481-58.407c-1.518-3.659-6.074-4.578-9.261-2.222l-65.012 48.048l93.129-93.657z"/></svg> </template>
CSS
.icon-grok {
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%20188%22%3E%3Cpath%20d%3D%22M446.35%20142.018V46.44h15.11v63.078l31.955-36.707h18.317l-28.746%2031.458L512%20142.019h-18.05l-23.5-32.437l-8.99-.064v32.5zm-45.818%201.607c-22.462%200-34.629-15.93-34.629-36.277c0-20.481%2012.167-36.277%2034.63-36.277c22.595%200%2034.628%2015.796%2034.628%2036.277c0%2020.347-12.033%2036.277-34.629%2036.277m-18.852-36.277c0%2015.796%208.557%2023.693%2018.852%2023.693c10.43%200%2018.853-7.897%2018.853-23.693S410.96%2083.52%20400.532%2083.52c-10.295%200-18.852%208.032-18.852%2023.828m-57.827%2034.67v-58.23l12.702-10.977h27.008v12.85h-24.6v56.357zm-57.77%201.768c-28.797%200-45.967-20.91-45.967-49.423c0-28.78%2017.783-50.199%2046.529-50.199c22.462%200%2038.908%2011.512%2042.786%2032.93h-17.248c-2.54-12.181-12.702-19.008-25.538-19.008c-20.724%200-29.816%2017.938-29.816%2036.277s9.092%2036.143%2029.816%2036.143c19.788%200%2028.48-14.323%2029.147-26.237h-29.815v-13.86h45.058l-.074%207.246c0%2026.929-10.974%2046.131-44.878%2046.131M48.759%2043.42c20.982-20.99%2051.664-26.632%2077.695-16.705l1.767.7c5.84%202.173%2010.93%205.263%2014.901%208.137L121.08%2045.743c-20.525-8.62-44.036-2.757-58.387%2011.611c-19.407%2019.413-23.328%2053.077-.584%2074.83L0%20187.734c3.282-4.525%207.224-8.841%2011.267-13.122l4.442-4.683l1.992-2.12c11.864-12.721%2022.008-25.795%2015.657-43.318l-.585-1.513c-11.147-27.115-4.656-58.891%2015.986-79.557m119.894-16.489L195.553%200l-7.737%2010.747c-16.113%2022.7-23.265%2036.99-16.126%2067.724l-.05-.05c5.524%2023.473-.383%2049.502-19.457%2068.598c-24.045%2024.091-62.525%2029.454-94.213%207.769l22.093-10.242c20.224%207.953%2042.351%204.46%2058.253-11.46c15.903-15.922%2019.474-39.11%2011.481-58.407c-1.518-3.659-6.074-4.578-9.261-2.222l-65.012%2048.048l93.129-93.657z%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%20188%22%3E%3Cpath%20d%3D%22M446.35%20142.018V46.44h15.11v63.078l31.955-36.707h18.317l-28.746%2031.458L512%20142.019h-18.05l-23.5-32.437l-8.99-.064v32.5zm-45.818%201.607c-22.462%200-34.629-15.93-34.629-36.277c0-20.481%2012.167-36.277%2034.63-36.277c22.595%200%2034.628%2015.796%2034.628%2036.277c0%2020.347-12.033%2036.277-34.629%2036.277m-18.852-36.277c0%2015.796%208.557%2023.693%2018.852%2023.693c10.43%200%2018.853-7.897%2018.853-23.693S410.96%2083.52%20400.532%2083.52c-10.295%200-18.852%208.032-18.852%2023.828m-57.827%2034.67v-58.23l12.702-10.977h27.008v12.85h-24.6v56.357zm-57.77%201.768c-28.797%200-45.967-20.91-45.967-49.423c0-28.78%2017.783-50.199%2046.529-50.199c22.462%200%2038.908%2011.512%2042.786%2032.93h-17.248c-2.54-12.181-12.702-19.008-25.538-19.008c-20.724%200-29.816%2017.938-29.816%2036.277s9.092%2036.143%2029.816%2036.143c19.788%200%2028.48-14.323%2029.147-26.237h-29.815v-13.86h45.058l-.074%207.246c0%2026.929-10.974%2046.131-44.878%2046.131M48.759%2043.42c20.982-20.99%2051.664-26.632%2077.695-16.705l1.767.7c5.84%202.173%2010.93%205.263%2014.901%208.137L121.08%2045.743c-20.525-8.62-44.036-2.757-58.387%2011.611c-19.407%2019.413-23.328%2053.077-.584%2074.83L0%20187.734c3.282-4.525%207.224-8.841%2011.267-13.122l4.442-4.683l1.992-2.12c11.864-12.721%2022.008-25.795%2015.657-43.318l-.585-1.513c-11.147-27.115-4.656-58.891%2015.986-79.557m119.894-16.489L195.553%200l-7.737%2010.747c-16.113%2022.7-23.265%2036.99-16.126%2067.724l-.05-.05c5.524%2023.473-.383%2049.502-19.457%2068.598c-24.045%2024.091-62.525%2029.454-94.213%207.769l22.093-10.242c20.224%207.953%2042.351%204.46%2058.253-11.46c15.903-15.922%2019.474-39.11%2011.481-58.407c-1.518-3.659-6.074-4.578-9.261-2.222l-65.012%2048.048l93.129-93.657z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/grok.svg?color=%231a73e8&size=48