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

Name
adidas
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

The same logo in other sets

Use the adidas logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m24 19.535l-8.697-15.07l-4.659 2.687l7.145 12.383Zm-8.287 0L9.969 9.59L5.31 12.277l4.192 7.258ZM4.658 14.723l2.776 4.812H1.223L0 17.41Z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsAdidas(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="m24 19.535l-8.697-15.07l-4.659 2.687l7.145 12.383Zm-8.287 0L9.969 9.59L5.31 12.277l4.192 7.258ZM4.658 14.723l2.776 4.812H1.223L0 17.41Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m24 19.535l-8.697-15.07l-4.659 2.687l7.145 12.383Zm-8.287 0L9.969 9.59L5.31 12.277l4.192 7.258ZM4.658 14.723l2.776 4.812H1.223L0 17.41Z"/></svg>
</template>

CSS

.icon-adidas {
  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%22m24%2019.535l-8.697-15.07l-4.659%202.687l7.145%2012.383Zm-8.287%200L9.969%209.59L5.31%2012.277l4.192%207.258ZM4.658%2014.723l2.776%204.812H1.223L0%2017.41Z%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%22m24%2019.535l-8.697-15.07l-4.659%202.687l7.145%2012.383Zm-8.287%200L9.969%209.59L5.31%2012.277l4.192%207.258ZM4.658%2014.723l2.776%204.812H1.223L0%2017.41Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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