looker icon logo
looker-icon from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- looker-icon
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×413
- License
- CC0
Use the looker icon logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 413"><path fill="#34a853" d="M127.128 0a36.088 36.088 0 0 0-29.935 56.22l15.413-15.393a15 15 0 0 1-.76-4.76c0-8.405 6.813-15.218 15.217-15.218s15.218 6.813 15.218 15.217s-6.813 15.218-15.218 15.218c-1.61.004-3.21-.253-4.739-.76l-15.392 15.391A36.066 36.066 0 1 0 127.128 0"/><path fill="#fbbc04" d="M112.78 105.112a56.07 56.07 0 0 0-11.24-33.784l-20 19.98c6.255 11.44 4.004 25.66-5.478 34.61l10.87 26.565a56.37 56.37 0 0 0 25.848-47.37"/><path fill="#ea4335" d="M56.887 133.787h-.522A28.697 28.697 0 1 1 72.127 81.11l19.805-19.805C72.674 45.694 45.478 44.49 24.915 58.34s-29.669 39.503-22.44 63.217c7.23 23.715 29.099 39.926 53.89 39.95a57.7 57.7 0 0 0 11.392-1.131z"/><path fill="#4285f4" d="M127.89 156.766a128 128 0 0 0-36.958 5.413l15.848 38.719a87.4 87.4 0 0 1 21.088-2.565c41.183.012 76.623 29.112 84.648 69.506c8.026 40.393-13.599 80.831-51.65 96.585c-38.05 15.754-81.931 2.437-104.808-31.808s-18.38-79.88 10.742-109a87.2 87.2 0 0 1 20.588-15.218l-15.674-38.61c-58.427 28.615-86.09 96.51-64.299 157.808c21.793 61.3 86.105 96.497 149.483 81.809s105.653-74.586 98.26-139.223c-7.394-64.636-62.102-113.44-127.16-113.438z"/></svg>
React
import type { SVGProps } from "react";
export function LogosLookerIcon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 413"><path fill="#34a853" d="M127.128 0a36.088 36.088 0 0 0-29.935 56.22l15.413-15.393a15 15 0 0 1-.76-4.76c0-8.405 6.813-15.218 15.217-15.218s15.218 6.813 15.218 15.217s-6.813 15.218-15.218 15.218c-1.61.004-3.21-.253-4.739-.76l-15.392 15.391A36.066 36.066 0 1 0 127.128 0"/><path fill="#fbbc04" d="M112.78 105.112a56.07 56.07 0 0 0-11.24-33.784l-20 19.98c6.255 11.44 4.004 25.66-5.478 34.61l10.87 26.565a56.37 56.37 0 0 0 25.848-47.37"/><path fill="#ea4335" d="M56.887 133.787h-.522A28.697 28.697 0 1 1 72.127 81.11l19.805-19.805C72.674 45.694 45.478 44.49 24.915 58.34s-29.669 39.503-22.44 63.217c7.23 23.715 29.099 39.926 53.89 39.95a57.7 57.7 0 0 0 11.392-1.131z"/><path fill="#4285f4" d="M127.89 156.766a128 128 0 0 0-36.958 5.413l15.848 38.719a87.4 87.4 0 0 1 21.088-2.565c41.183.012 76.623 29.112 84.648 69.506c8.026 40.393-13.599 80.831-51.65 96.585c-38.05 15.754-81.931 2.437-104.808-31.808s-18.38-79.88 10.742-109a87.2 87.2 0 0 1 20.588-15.218l-15.674-38.61c-58.427 28.615-86.09 96.51-64.299 157.808c21.793 61.3 86.105 96.497 149.483 81.809s105.653-74.586 98.26-139.223c-7.394-64.636-62.102-113.44-127.16-113.438z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 413"><path fill="#34a853" d="M127.128 0a36.088 36.088 0 0 0-29.935 56.22l15.413-15.393a15 15 0 0 1-.76-4.76c0-8.405 6.813-15.218 15.217-15.218s15.218 6.813 15.218 15.217s-6.813 15.218-15.218 15.218c-1.61.004-3.21-.253-4.739-.76l-15.392 15.391A36.066 36.066 0 1 0 127.128 0"/><path fill="#fbbc04" d="M112.78 105.112a56.07 56.07 0 0 0-11.24-33.784l-20 19.98c6.255 11.44 4.004 25.66-5.478 34.61l10.87 26.565a56.37 56.37 0 0 0 25.848-47.37"/><path fill="#ea4335" d="M56.887 133.787h-.522A28.697 28.697 0 1 1 72.127 81.11l19.805-19.805C72.674 45.694 45.478 44.49 24.915 58.34s-29.669 39.503-22.44 63.217c7.23 23.715 29.099 39.926 53.89 39.95a57.7 57.7 0 0 0 11.392-1.131z"/><path fill="#4285f4" d="M127.89 156.766a128 128 0 0 0-36.958 5.413l15.848 38.719a87.4 87.4 0 0 1 21.088-2.565c41.183.012 76.623 29.112 84.648 69.506c8.026 40.393-13.599 80.831-51.65 96.585c-38.05 15.754-81.931 2.437-104.808-31.808s-18.38-79.88 10.742-109a87.2 87.2 0 0 1 20.588-15.218l-15.674-38.61c-58.427 28.615-86.09 96.51-64.299 157.808c21.793 61.3 86.105 96.497 149.483 81.809s105.653-74.586 98.26-139.223c-7.394-64.636-62.102-113.44-127.16-113.438z"/></svg> </template>
CSS
.icon-looker-icon {
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%20413%22%3E%3Cpath%20fill%3D%22%2334a853%22%20d%3D%22M127.128%200a36.088%2036.088%200%200%200-29.935%2056.22l15.413-15.393a15%2015%200%200%201-.76-4.76c0-8.405%206.813-15.218%2015.217-15.218s15.218%206.813%2015.218%2015.217s-6.813%2015.218-15.218%2015.218c-1.61.004-3.21-.253-4.739-.76l-15.392%2015.391A36.066%2036.066%200%201%200%20127.128%200%22%2F%3E%3Cpath%20fill%3D%22%23fbbc04%22%20d%3D%22M112.78%20105.112a56.07%2056.07%200%200%200-11.24-33.784l-20%2019.98c6.255%2011.44%204.004%2025.66-5.478%2034.61l10.87%2026.565a56.37%2056.37%200%200%200%2025.848-47.37%22%2F%3E%3Cpath%20fill%3D%22%23ea4335%22%20d%3D%22M56.887%20133.787h-.522A28.697%2028.697%200%201%201%2072.127%2081.11l19.805-19.805C72.674%2045.694%2045.478%2044.49%2024.915%2058.34s-29.669%2039.503-22.44%2063.217c7.23%2023.715%2029.099%2039.926%2053.89%2039.95a57.7%2057.7%200%200%200%2011.392-1.131z%22%2F%3E%3Cpath%20fill%3D%22%234285f4%22%20d%3D%22M127.89%20156.766a128%20128%200%200%200-36.958%205.413l15.848%2038.719a87.4%2087.4%200%200%201%2021.088-2.565c41.183.012%2076.623%2029.112%2084.648%2069.506c8.026%2040.393-13.599%2080.831-51.65%2096.585c-38.05%2015.754-81.931%202.437-104.808-31.808s-18.38-79.88%2010.742-109a87.2%2087.2%200%200%201%2020.588-15.218l-15.674-38.61c-58.427%2028.615-86.09%2096.51-64.299%20157.808c21.793%2061.3%2086.105%2096.497%20149.483%2081.809s105.653-74.586%2098.26-139.223c-7.394-64.636-62.102-113.44-127.16-113.438z%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%20413%22%3E%3Cpath%20fill%3D%22%2334a853%22%20d%3D%22M127.128%200a36.088%2036.088%200%200%200-29.935%2056.22l15.413-15.393a15%2015%200%200%201-.76-4.76c0-8.405%206.813-15.218%2015.217-15.218s15.218%206.813%2015.218%2015.217s-6.813%2015.218-15.218%2015.218c-1.61.004-3.21-.253-4.739-.76l-15.392%2015.391A36.066%2036.066%200%201%200%20127.128%200%22%2F%3E%3Cpath%20fill%3D%22%23fbbc04%22%20d%3D%22M112.78%20105.112a56.07%2056.07%200%200%200-11.24-33.784l-20%2019.98c6.255%2011.44%204.004%2025.66-5.478%2034.61l10.87%2026.565a56.37%2056.37%200%200%200%2025.848-47.37%22%2F%3E%3Cpath%20fill%3D%22%23ea4335%22%20d%3D%22M56.887%20133.787h-.522A28.697%2028.697%200%201%201%2072.127%2081.11l19.805-19.805C72.674%2045.694%2045.478%2044.49%2024.915%2058.34s-29.669%2039.503-22.44%2063.217c7.23%2023.715%2029.099%2039.926%2053.89%2039.95a57.7%2057.7%200%200%200%2011.392-1.131z%22%2F%3E%3Cpath%20fill%3D%22%234285f4%22%20d%3D%22M127.89%20156.766a128%20128%200%200%200-36.958%205.413l15.848%2038.719a87.4%2087.4%200%200%201%2021.088-2.565c41.183.012%2076.623%2029.112%2084.648%2069.506c8.026%2040.393-13.599%2080.831-51.65%2096.585c-38.05%2015.754-81.931%202.437-104.808-31.808s-18.38-79.88%2010.742-109a87.2%2087.2%200%200%201%2020.588-15.218l-15.674-38.61c-58.427%2028.615-86.09%2096.51-64.299%20157.808c21.793%2061.3%2086.105%2096.497%20149.483%2081.809s105.653-74.586%2098.26-139.223c-7.394-64.636-62.102-113.44-127.16-113.438z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/looker-icon.svg?color=%231a73e8&size=48