bugatti logo
bugatti from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- bugatti
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the bugatti logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M0 2.978h18.593c.021.004.042.012.063.013q.654.027 1.279.218c1.459.451 2.507 1.367 3.117 2.772c.454 1.046.5 2.259.316 3.156a4.63 4.63 0 0 1-1.37 2.482l-.04.045c.021.026.052.04.077.061a4.77 4.77 0 0 1 1.951 3.564c.001.021.01.042.014.063v.79q-.01.04-.014.08c-.004.046-.002.093-.007.14a5.5 5.5 0 0 1-.21 1.047c-.398 1.278-1.167 2.262-2.336 2.924c-.836.474-1.744.686-2.7.687c-6.24.004-12.48.002-18.72.002v-4.74h2.988l.001 1.738c.134.016 7.226.01 7.286-.006v-4.668h-3.06v1.425c-.102.019-2.928.014-2.986-.004V8.912h2.986v1.424c.103.019 3.003.014 3.06-.003V5.976H3V7.51H.008Zm13.753 15.05h4.744c.254 0 .505-.023.75-.09c.77-.21 1.3-.683 1.546-1.447a2.6 2.6 0 0 0-.007-1.636a2.07 2.07 0 0 0-1.12-1.274a2.55 2.55 0 0 0-1.092-.239h-4.82zm.003-12.058v4.377h4.397a2.5 2.5 0 0 0 .723-.103c.678-.203 1.147-.63 1.376-1.304c.145-.428.163-.868.068-1.308c-.161-.742-.598-1.251-1.313-1.515a2.7 2.7 0 0 0-.947-.147Z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsBugatti(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="M0 2.978h18.593c.021.004.042.012.063.013q.654.027 1.279.218c1.459.451 2.507 1.367 3.117 2.772c.454 1.046.5 2.259.316 3.156a4.63 4.63 0 0 1-1.37 2.482l-.04.045c.021.026.052.04.077.061a4.77 4.77 0 0 1 1.951 3.564c.001.021.01.042.014.063v.79q-.01.04-.014.08c-.004.046-.002.093-.007.14a5.5 5.5 0 0 1-.21 1.047c-.398 1.278-1.167 2.262-2.336 2.924c-.836.474-1.744.686-2.7.687c-6.24.004-12.48.002-18.72.002v-4.74h2.988l.001 1.738c.134.016 7.226.01 7.286-.006v-4.668h-3.06v1.425c-.102.019-2.928.014-2.986-.004V8.912h2.986v1.424c.103.019 3.003.014 3.06-.003V5.976H3V7.51H.008Zm13.753 15.05h4.744c.254 0 .505-.023.75-.09c.77-.21 1.3-.683 1.546-1.447a2.6 2.6 0 0 0-.007-1.636a2.07 2.07 0 0 0-1.12-1.274a2.55 2.55 0 0 0-1.092-.239h-4.82zm.003-12.058v4.377h4.397a2.5 2.5 0 0 0 .723-.103c.678-.203 1.147-.63 1.376-1.304c.145-.428.163-.868.068-1.308c-.161-.742-.598-1.251-1.313-1.515a2.7 2.7 0 0 0-.947-.147Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M0 2.978h18.593c.021.004.042.012.063.013q.654.027 1.279.218c1.459.451 2.507 1.367 3.117 2.772c.454 1.046.5 2.259.316 3.156a4.63 4.63 0 0 1-1.37 2.482l-.04.045c.021.026.052.04.077.061a4.77 4.77 0 0 1 1.951 3.564c.001.021.01.042.014.063v.79q-.01.04-.014.08c-.004.046-.002.093-.007.14a5.5 5.5 0 0 1-.21 1.047c-.398 1.278-1.167 2.262-2.336 2.924c-.836.474-1.744.686-2.7.687c-6.24.004-12.48.002-18.72.002v-4.74h2.988l.001 1.738c.134.016 7.226.01 7.286-.006v-4.668h-3.06v1.425c-.102.019-2.928.014-2.986-.004V8.912h2.986v1.424c.103.019 3.003.014 3.06-.003V5.976H3V7.51H.008Zm13.753 15.05h4.744c.254 0 .505-.023.75-.09c.77-.21 1.3-.683 1.546-1.447a2.6 2.6 0 0 0-.007-1.636a2.07 2.07 0 0 0-1.12-1.274a2.55 2.55 0 0 0-1.092-.239h-4.82zm.003-12.058v4.377h4.397a2.5 2.5 0 0 0 .723-.103c.678-.203 1.147-.63 1.376-1.304c.145-.428.163-.868.068-1.308c-.161-.742-.598-1.251-1.313-1.515a2.7 2.7 0 0 0-.947-.147Z"/></svg> </template>
CSS
.icon-bugatti {
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%22M0%202.978h18.593c.021.004.042.012.063.013q.654.027%201.279.218c1.459.451%202.507%201.367%203.117%202.772c.454%201.046.5%202.259.316%203.156a4.63%204.63%200%200%201-1.37%202.482l-.04.045c.021.026.052.04.077.061a4.77%204.77%200%200%201%201.951%203.564c.001.021.01.042.014.063v.79q-.01.04-.014.08c-.004.046-.002.093-.007.14a5.5%205.5%200%200%201-.21%201.047c-.398%201.278-1.167%202.262-2.336%202.924c-.836.474-1.744.686-2.7.687c-6.24.004-12.48.002-18.72.002v-4.74h2.988l.001%201.738c.134.016%207.226.01%207.286-.006v-4.668h-3.06v1.425c-.102.019-2.928.014-2.986-.004V8.912h2.986v1.424c.103.019%203.003.014%203.06-.003V5.976H3V7.51H.008Zm13.753%2015.05h4.744c.254%200%20.505-.023.75-.09c.77-.21%201.3-.683%201.546-1.447a2.6%202.6%200%200%200-.007-1.636a2.07%202.07%200%200%200-1.12-1.274a2.55%202.55%200%200%200-1.092-.239h-4.82zm.003-12.058v4.377h4.397a2.5%202.5%200%200%200%20.723-.103c.678-.203%201.147-.63%201.376-1.304c.145-.428.163-.868.068-1.308c-.161-.742-.598-1.251-1.313-1.515a2.7%202.7%200%200%200-.947-.147Z%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%22M0%202.978h18.593c.021.004.042.012.063.013q.654.027%201.279.218c1.459.451%202.507%201.367%203.117%202.772c.454%201.046.5%202.259.316%203.156a4.63%204.63%200%200%201-1.37%202.482l-.04.045c.021.026.052.04.077.061a4.77%204.77%200%200%201%201.951%203.564c.001.021.01.042.014.063v.79q-.01.04-.014.08c-.004.046-.002.093-.007.14a5.5%205.5%200%200%201-.21%201.047c-.398%201.278-1.167%202.262-2.336%202.924c-.836.474-1.744.686-2.7.687c-6.24.004-12.48.002-18.72.002v-4.74h2.988l.001%201.738c.134.016%207.226.01%207.286-.006v-4.668h-3.06v1.425c-.102.019-2.928.014-2.986-.004V8.912h2.986v1.424c.103.019%203.003.014%203.06-.003V5.976H3V7.51H.008Zm13.753%2015.05h4.744c.254%200%20.505-.023.75-.09c.77-.21%201.3-.683%201.546-1.447a2.6%202.6%200%200%200-.007-1.636a2.07%202.07%200%200%200-1.12-1.274a2.55%202.55%200%200%200-1.092-.239h-4.82zm.003-12.058v4.377h4.397a2.5%202.5%200%200%200%20.723-.103c.678-.203%201.147-.63%201.376-1.304c.145-.428.163-.868.068-1.308c-.161-.742-.598-1.251-1.313-1.515a2.7%202.7%200%200%200-.947-.147Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/bugatti.svg?color=%231a73e8&size=48