waze from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
waze
Set
Font Awesome 6 Brands
Style
Regular
Viewbox
512×512
License
CC BY 4.0

The same logo in other sets

Use the waze logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M502.17 201.67C516.69 287.53 471.23 369.59 389 409.8c13 34.1-12.4 70.2-48.32 70.2a51.68 51.68 0 0 1-51.57-49c-6.44.19-64.2 0-76.33-.64A51.69 51.69 0 0 1 159 479.92c-33.86-1.36-57.95-34.84-47-67.92c-37.21-13.11-72.54-34.87-99.62-70.8c-13-17.28-.48-41.8 20.84-41.8c46.31 0 32.22-54.17 43.15-110.26C94.8 95.2 193.12 32 288.09 32c102.48 0 197.15 70.67 214.08 169.67M373.51 388.28c42-19.18 81.33-56.71 96.29-102.14c40.48-123.09-64.15-228-181.71-228c-83.45 0-170.32 55.42-186.07 136c-9.53 48.91 5 131.35-68.75 131.35C58.21 358.6 91.6 378.11 127 389.54c24.66-21.8 63.87-15.47 79.83 14.34c14.22 1 79.19 1.18 87.9.82a51.69 51.69 0 0 1 78.78-16.42M205.12 187.13c0-34.74 50.84-34.75 50.84 0s-50.84 34.74-50.84 0m116.57 0c0-34.74 50.86-34.75 50.86 0s-50.86 34.75-50.86 0m-122.61 70.69c-3.44-16.94 22.18-22.18 25.62-5.21l.06.28c4.14 21.42 29.85 44 64.12 43.07c35.68-.94 59.25-22.21 64.11-42.77c4.46-16.05 28.6-10.36 25.47 6c-5.23 22.18-31.21 62-91.46 62.9c-42.55 0-80.88-27.84-87.9-64.25z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6BrandsWaze(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M502.17 201.67C516.69 287.53 471.23 369.59 389 409.8c13 34.1-12.4 70.2-48.32 70.2a51.68 51.68 0 0 1-51.57-49c-6.44.19-64.2 0-76.33-.64A51.69 51.69 0 0 1 159 479.92c-33.86-1.36-57.95-34.84-47-67.92c-37.21-13.11-72.54-34.87-99.62-70.8c-13-17.28-.48-41.8 20.84-41.8c46.31 0 32.22-54.17 43.15-110.26C94.8 95.2 193.12 32 288.09 32c102.48 0 197.15 70.67 214.08 169.67M373.51 388.28c42-19.18 81.33-56.71 96.29-102.14c40.48-123.09-64.15-228-181.71-228c-83.45 0-170.32 55.42-186.07 136c-9.53 48.91 5 131.35-68.75 131.35C58.21 358.6 91.6 378.11 127 389.54c24.66-21.8 63.87-15.47 79.83 14.34c14.22 1 79.19 1.18 87.9.82a51.69 51.69 0 0 1 78.78-16.42M205.12 187.13c0-34.74 50.84-34.75 50.84 0s-50.84 34.74-50.84 0m116.57 0c0-34.74 50.86-34.75 50.86 0s-50.86 34.75-50.86 0m-122.61 70.69c-3.44-16.94 22.18-22.18 25.62-5.21l.06.28c4.14 21.42 29.85 44 64.12 43.07c35.68-.94 59.25-22.21 64.11-42.77c4.46-16.05 28.6-10.36 25.47 6c-5.23 22.18-31.21 62-91.46 62.9c-42.55 0-80.88-27.84-87.9-64.25z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M502.17 201.67C516.69 287.53 471.23 369.59 389 409.8c13 34.1-12.4 70.2-48.32 70.2a51.68 51.68 0 0 1-51.57-49c-6.44.19-64.2 0-76.33-.64A51.69 51.69 0 0 1 159 479.92c-33.86-1.36-57.95-34.84-47-67.92c-37.21-13.11-72.54-34.87-99.62-70.8c-13-17.28-.48-41.8 20.84-41.8c46.31 0 32.22-54.17 43.15-110.26C94.8 95.2 193.12 32 288.09 32c102.48 0 197.15 70.67 214.08 169.67M373.51 388.28c42-19.18 81.33-56.71 96.29-102.14c40.48-123.09-64.15-228-181.71-228c-83.45 0-170.32 55.42-186.07 136c-9.53 48.91 5 131.35-68.75 131.35C58.21 358.6 91.6 378.11 127 389.54c24.66-21.8 63.87-15.47 79.83 14.34c14.22 1 79.19 1.18 87.9.82a51.69 51.69 0 0 1 78.78-16.42M205.12 187.13c0-34.74 50.84-34.75 50.84 0s-50.84 34.74-50.84 0m116.57 0c0-34.74 50.86-34.75 50.86 0s-50.86 34.75-50.86 0m-122.61 70.69c-3.44-16.94 22.18-22.18 25.62-5.21l.06.28c4.14 21.42 29.85 44 64.12 43.07c35.68-.94 59.25-22.21 64.11-42.77c4.46-16.05 28.6-10.36 25.47 6c-5.23 22.18-31.21 62-91.46 62.9c-42.55 0-80.88-27.84-87.9-64.25z"/></svg>
</template>

CSS

.icon-waze {
  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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M502.17%20201.67C516.69%20287.53%20471.23%20369.59%20389%20409.8c13%2034.1-12.4%2070.2-48.32%2070.2a51.68%2051.68%200%200%201-51.57-49c-6.44.19-64.2%200-76.33-.64A51.69%2051.69%200%200%201%20159%20479.92c-33.86-1.36-57.95-34.84-47-67.92c-37.21-13.11-72.54-34.87-99.62-70.8c-13-17.28-.48-41.8%2020.84-41.8c46.31%200%2032.22-54.17%2043.15-110.26C94.8%2095.2%20193.12%2032%20288.09%2032c102.48%200%20197.15%2070.67%20214.08%20169.67M373.51%20388.28c42-19.18%2081.33-56.71%2096.29-102.14c40.48-123.09-64.15-228-181.71-228c-83.45%200-170.32%2055.42-186.07%20136c-9.53%2048.91%205%20131.35-68.75%20131.35C58.21%20358.6%2091.6%20378.11%20127%20389.54c24.66-21.8%2063.87-15.47%2079.83%2014.34c14.22%201%2079.19%201.18%2087.9.82a51.69%2051.69%200%200%201%2078.78-16.42M205.12%20187.13c0-34.74%2050.84-34.75%2050.84%200s-50.84%2034.74-50.84%200m116.57%200c0-34.74%2050.86-34.75%2050.86%200s-50.86%2034.75-50.86%200m-122.61%2070.69c-3.44-16.94%2022.18-22.18%2025.62-5.21l.06.28c4.14%2021.42%2029.85%2044%2064.12%2043.07c35.68-.94%2059.25-22.21%2064.11-42.77c4.46-16.05%2028.6-10.36%2025.47%206c-5.23%2022.18-31.21%2062-91.46%2062.9c-42.55%200-80.88-27.84-87.9-64.25z%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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M502.17%20201.67C516.69%20287.53%20471.23%20369.59%20389%20409.8c13%2034.1-12.4%2070.2-48.32%2070.2a51.68%2051.68%200%200%201-51.57-49c-6.44.19-64.2%200-76.33-.64A51.69%2051.69%200%200%201%20159%20479.92c-33.86-1.36-57.95-34.84-47-67.92c-37.21-13.11-72.54-34.87-99.62-70.8c-13-17.28-.48-41.8%2020.84-41.8c46.31%200%2032.22-54.17%2043.15-110.26C94.8%2095.2%20193.12%2032%20288.09%2032c102.48%200%20197.15%2070.67%20214.08%20169.67M373.51%20388.28c42-19.18%2081.33-56.71%2096.29-102.14c40.48-123.09-64.15-228-181.71-228c-83.45%200-170.32%2055.42-186.07%20136c-9.53%2048.91%205%20131.35-68.75%20131.35C58.21%20358.6%2091.6%20378.11%20127%20389.54c24.66-21.8%2063.87-15.47%2079.83%2014.34c14.22%201%2079.19%201.18%2087.9.82a51.69%2051.69%200%200%201%2078.78-16.42M205.12%20187.13c0-34.74%2050.84-34.75%2050.84%200s-50.84%2034.74-50.84%200m116.57%200c0-34.74%2050.86-34.75%2050.86%200s-50.86%2034.75-50.86%200m-122.61%2070.69c-3.44-16.94%2022.18-22.18%2025.62-5.21l.06.28c4.14%2021.42%2029.85%2044%2064.12%2043.07c35.68-.94%2059.25-22.21%2064.11-42.77c4.46-16.05%2028.6-10.36%2025.47%206c-5.23%2022.18-31.21%2062-91.46%2062.9c-42.55%200-80.88-27.84-87.9-64.25z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-brands/waze.svg?color=%231a73e8&size=48