waze from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
waze
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.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 24 24"><path fill="currentColor" d="M13.218 0C9.915 0 6.835 1.49 4.723 4.148c-1.515 1.913-2.31 4.272-2.31 6.706v1.739c0 .894-.62 1.738-1.862 1.813c-.298.025-.547.224-.547.522c-.05.82.82 2.31 2.012 3.502c.82.844 1.788 1.515 2.832 2.036a3 3 0 0 0 2.955 3.528a2.966 2.966 0 0 0 2.931-2.385h2.509c.323 1.689 2.086 2.856 3.974 2.21c1.64-.546 2.36-2.409 1.763-3.924a13 13 0 0 0 1.838-1.465a10.73 10.73 0 0 0 3.18-7.65c0-2.882-1.118-5.589-3.155-7.625A10.9 10.9 0 0 0 13.218 0m0 1.217c2.558 0 4.967.994 6.78 2.807a9.53 9.53 0 0 1 2.807 6.78A9.53 9.53 0 0 1 20 17.585a9.65 9.65 0 0 1-6.78 2.807h-2.46a3.01 3.01 0 0 0-2.93-2.41a3.03 3.03 0 0 0-2.534 1.367v.024a9 9 0 0 1-2.41-1.788c-.844-.844-1.316-1.614-1.515-2.11a2.86 2.86 0 0 0 1.441-.846a2.96 2.96 0 0 0 .795-2.036v-1.789c0-2.11.696-4.197 2.012-5.861c1.863-2.385 4.62-3.726 7.6-3.726zm-2.41 5.986a1.19 1.19 0 0 0-1.191 1.192a1.19 1.19 0 0 0 1.192 1.193A1.19 1.19 0 0 0 12 8.395a1.19 1.19 0 0 0-1.192-1.192m7.204 0a1.19 1.19 0 0 0-1.192 1.192a1.19 1.19 0 0 0 1.192 1.193a1.19 1.19 0 0 0 1.192-1.193a1.19 1.19 0 0 0-1.192-1.192m-7.377 4.769a.596.596 0 0 0-.546.845a4.81 4.81 0 0 0 4.346 2.757a4.77 4.77 0 0 0 4.347-2.757a.596.596 0 0 0-.547-.845h-.025a.56.56 0 0 0-.521.348a3.59 3.59 0 0 1-3.254 2.061a3.59 3.59 0 0 1-3.254-2.061a.64.64 0 0 0-.546-.348"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsWaze(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.218 0C9.915 0 6.835 1.49 4.723 4.148c-1.515 1.913-2.31 4.272-2.31 6.706v1.739c0 .894-.62 1.738-1.862 1.813c-.298.025-.547.224-.547.522c-.05.82.82 2.31 2.012 3.502c.82.844 1.788 1.515 2.832 2.036a3 3 0 0 0 2.955 3.528a2.966 2.966 0 0 0 2.931-2.385h2.509c.323 1.689 2.086 2.856 3.974 2.21c1.64-.546 2.36-2.409 1.763-3.924a13 13 0 0 0 1.838-1.465a10.73 10.73 0 0 0 3.18-7.65c0-2.882-1.118-5.589-3.155-7.625A10.9 10.9 0 0 0 13.218 0m0 1.217c2.558 0 4.967.994 6.78 2.807a9.53 9.53 0 0 1 2.807 6.78A9.53 9.53 0 0 1 20 17.585a9.65 9.65 0 0 1-6.78 2.807h-2.46a3.01 3.01 0 0 0-2.93-2.41a3.03 3.03 0 0 0-2.534 1.367v.024a9 9 0 0 1-2.41-1.788c-.844-.844-1.316-1.614-1.515-2.11a2.86 2.86 0 0 0 1.441-.846a2.96 2.96 0 0 0 .795-2.036v-1.789c0-2.11.696-4.197 2.012-5.861c1.863-2.385 4.62-3.726 7.6-3.726zm-2.41 5.986a1.19 1.19 0 0 0-1.191 1.192a1.19 1.19 0 0 0 1.192 1.193A1.19 1.19 0 0 0 12 8.395a1.19 1.19 0 0 0-1.192-1.192m7.204 0a1.19 1.19 0 0 0-1.192 1.192a1.19 1.19 0 0 0 1.192 1.193a1.19 1.19 0 0 0 1.192-1.193a1.19 1.19 0 0 0-1.192-1.192m-7.377 4.769a.596.596 0 0 0-.546.845a4.81 4.81 0 0 0 4.346 2.757a4.77 4.77 0 0 0 4.347-2.757a.596.596 0 0 0-.547-.845h-.025a.56.56 0 0 0-.521.348a3.59 3.59 0 0 1-3.254 2.061a3.59 3.59 0 0 1-3.254-2.061a.64.64 0 0 0-.546-.348"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.218 0C9.915 0 6.835 1.49 4.723 4.148c-1.515 1.913-2.31 4.272-2.31 6.706v1.739c0 .894-.62 1.738-1.862 1.813c-.298.025-.547.224-.547.522c-.05.82.82 2.31 2.012 3.502c.82.844 1.788 1.515 2.832 2.036a3 3 0 0 0 2.955 3.528a2.966 2.966 0 0 0 2.931-2.385h2.509c.323 1.689 2.086 2.856 3.974 2.21c1.64-.546 2.36-2.409 1.763-3.924a13 13 0 0 0 1.838-1.465a10.73 10.73 0 0 0 3.18-7.65c0-2.882-1.118-5.589-3.155-7.625A10.9 10.9 0 0 0 13.218 0m0 1.217c2.558 0 4.967.994 6.78 2.807a9.53 9.53 0 0 1 2.807 6.78A9.53 9.53 0 0 1 20 17.585a9.65 9.65 0 0 1-6.78 2.807h-2.46a3.01 3.01 0 0 0-2.93-2.41a3.03 3.03 0 0 0-2.534 1.367v.024a9 9 0 0 1-2.41-1.788c-.844-.844-1.316-1.614-1.515-2.11a2.86 2.86 0 0 0 1.441-.846a2.96 2.96 0 0 0 .795-2.036v-1.789c0-2.11.696-4.197 2.012-5.861c1.863-2.385 4.62-3.726 7.6-3.726zm-2.41 5.986a1.19 1.19 0 0 0-1.191 1.192a1.19 1.19 0 0 0 1.192 1.193A1.19 1.19 0 0 0 12 8.395a1.19 1.19 0 0 0-1.192-1.192m7.204 0a1.19 1.19 0 0 0-1.192 1.192a1.19 1.19 0 0 0 1.192 1.193a1.19 1.19 0 0 0 1.192-1.193a1.19 1.19 0 0 0-1.192-1.192m-7.377 4.769a.596.596 0 0 0-.546.845a4.81 4.81 0 0 0 4.346 2.757a4.77 4.77 0 0 0 4.347-2.757a.596.596 0 0 0-.547-.845h-.025a.56.56 0 0 0-.521.348a3.59 3.59 0 0 1-3.254 2.061a3.59 3.59 0 0 1-3.254-2.061a.64.64 0 0 0-.546-.348"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.218%200C9.915%200%206.835%201.49%204.723%204.148c-1.515%201.913-2.31%204.272-2.31%206.706v1.739c0%20.894-.62%201.738-1.862%201.813c-.298.025-.547.224-.547.522c-.05.82.82%202.31%202.012%203.502c.82.844%201.788%201.515%202.832%202.036a3%203%200%200%200%202.955%203.528a2.966%202.966%200%200%200%202.931-2.385h2.509c.323%201.689%202.086%202.856%203.974%202.21c1.64-.546%202.36-2.409%201.763-3.924a13%2013%200%200%200%201.838-1.465a10.73%2010.73%200%200%200%203.18-7.65c0-2.882-1.118-5.589-3.155-7.625A10.9%2010.9%200%200%200%2013.218%200m0%201.217c2.558%200%204.967.994%206.78%202.807a9.53%209.53%200%200%201%202.807%206.78A9.53%209.53%200%200%201%2020%2017.585a9.65%209.65%200%200%201-6.78%202.807h-2.46a3.01%203.01%200%200%200-2.93-2.41a3.03%203.03%200%200%200-2.534%201.367v.024a9%209%200%200%201-2.41-1.788c-.844-.844-1.316-1.614-1.515-2.11a2.86%202.86%200%200%200%201.441-.846a2.96%202.96%200%200%200%20.795-2.036v-1.789c0-2.11.696-4.197%202.012-5.861c1.863-2.385%204.62-3.726%207.6-3.726zm-2.41%205.986a1.19%201.19%200%200%200-1.191%201.192a1.19%201.19%200%200%200%201.192%201.193A1.19%201.19%200%200%200%2012%208.395a1.19%201.19%200%200%200-1.192-1.192m7.204%200a1.19%201.19%200%200%200-1.192%201.192a1.19%201.19%200%200%200%201.192%201.193a1.19%201.19%200%200%200%201.192-1.193a1.19%201.19%200%200%200-1.192-1.192m-7.377%204.769a.596.596%200%200%200-.546.845a4.81%204.81%200%200%200%204.346%202.757a4.77%204.77%200%200%200%204.347-2.757a.596.596%200%200%200-.547-.845h-.025a.56.56%200%200%200-.521.348a3.59%203.59%200%200%201-3.254%202.061a3.59%203.59%200%200%201-3.254-2.061a.64.64%200%200%200-.546-.348%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.218%200C9.915%200%206.835%201.49%204.723%204.148c-1.515%201.913-2.31%204.272-2.31%206.706v1.739c0%20.894-.62%201.738-1.862%201.813c-.298.025-.547.224-.547.522c-.05.82.82%202.31%202.012%203.502c.82.844%201.788%201.515%202.832%202.036a3%203%200%200%200%202.955%203.528a2.966%202.966%200%200%200%202.931-2.385h2.509c.323%201.689%202.086%202.856%203.974%202.21c1.64-.546%202.36-2.409%201.763-3.924a13%2013%200%200%200%201.838-1.465a10.73%2010.73%200%200%200%203.18-7.65c0-2.882-1.118-5.589-3.155-7.625A10.9%2010.9%200%200%200%2013.218%200m0%201.217c2.558%200%204.967.994%206.78%202.807a9.53%209.53%200%200%201%202.807%206.78A9.53%209.53%200%200%201%2020%2017.585a9.65%209.65%200%200%201-6.78%202.807h-2.46a3.01%203.01%200%200%200-2.93-2.41a3.03%203.03%200%200%200-2.534%201.367v.024a9%209%200%200%201-2.41-1.788c-.844-.844-1.316-1.614-1.515-2.11a2.86%202.86%200%200%200%201.441-.846a2.96%202.96%200%200%200%20.795-2.036v-1.789c0-2.11.696-4.197%202.012-5.861c1.863-2.385%204.62-3.726%207.6-3.726zm-2.41%205.986a1.19%201.19%200%200%200-1.191%201.192a1.19%201.19%200%200%200%201.192%201.193A1.19%201.19%200%200%200%2012%208.395a1.19%201.19%200%200%200-1.192-1.192m7.204%200a1.19%201.19%200%200%200-1.192%201.192a1.19%201.19%200%200%200%201.192%201.193a1.19%201.19%200%200%200%201.192-1.193a1.19%201.19%200%200%200-1.192-1.192m-7.377%204.769a.596.596%200%200%200-.546.845a4.81%204.81%200%200%200%204.346%202.757a4.77%204.77%200%200%200%204.347-2.757a.596.596%200%200%200-.547-.845h-.025a.56.56%200%200%200-.521.348a3.59%203.59%200%200%201-3.254%202.061a3.59%203.59%200%200%201-3.254-2.061a.64.64%200%200%200-.546-.348%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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