dbt icon logo

dbt-icon from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.

Name
dbt-icon
Set
SVG Logos
Style
Color
Viewbox
256×256
License
CC0

Use the dbt icon logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#ff694a" d="M245.121 10.647c6.018 5.787 9.953 13.425 10.879 21.758c0 3.472-.926 5.787-3.01 10.185c-2.082 4.397-27.775 48.839-35.413 61.106c-4.398 7.176-6.713 15.74-6.713 24.072c0 8.565 2.315 16.898 6.713 24.073c7.638 12.268 33.33 56.94 35.414 61.338c2.083 4.398 3.009 6.48 3.009 9.953c-.926 8.333-4.63 15.971-10.647 21.526c-5.787 6.018-13.425 9.953-21.527 10.648c-3.471 0-5.786-.926-9.953-3.01s-49.533-27.08-61.8-34.719c-.927-.463-1.852-1.157-3.01-1.62L88.42 180.08c1.388 11.573 6.48 22.683 14.813 30.784c1.62 1.62 3.24 3.01 5.093 4.398c-1.39.694-3.01 1.39-4.398 2.315c-12.268 7.638-56.94 33.33-61.338 35.414c-4.398 2.083-6.481 3.009-10.185 3.009c-8.333-.926-15.971-4.63-21.526-10.647C4.86 239.566.926 231.928 0 223.595c.231-3.472 1.157-6.944 3.01-9.953c2.082-4.398 27.775-49.07 35.413-61.338c4.398-7.176 6.713-15.508 6.713-24.072s-2.315-16.898-6.713-24.073C30.785 91.429 4.861 46.756 3.009 42.358C1.157 39.348.231 35.877 0 32.405c.926-8.333 4.63-15.971 10.647-21.758C16.434 4.63 24.072.926 32.405 0c3.472.231 6.944 1.157 10.185 3.01c3.703 1.62 36.34 20.6 53.7 30.784l3.934 2.315q2.083 1.388 3.472 2.083l1.852 1.157l61.8 36.571c-1.388-13.888-8.563-26.618-19.674-35.182c1.39-.694 3.01-1.39 4.398-2.315c12.268-7.638 56.94-33.562 61.338-35.414C216.42 1.157 219.891.231 223.595 0a35.43 35.43 0 0 1 21.526 10.647m-113.88 133.787l13.193-13.194c1.852-1.851 1.852-4.629 0-6.48l-13.194-13.194c-1.851-1.852-4.629-1.852-6.48 0l-13.194 13.194c-1.852 1.851-1.852 4.629 0 6.48l13.194 13.194c1.62 1.62 4.629 1.62 6.48 0"/></svg>

React

import type { SVGProps } from "react";

export function LogosDbtIcon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#ff694a" d="M245.121 10.647c6.018 5.787 9.953 13.425 10.879 21.758c0 3.472-.926 5.787-3.01 10.185c-2.082 4.397-27.775 48.839-35.413 61.106c-4.398 7.176-6.713 15.74-6.713 24.072c0 8.565 2.315 16.898 6.713 24.073c7.638 12.268 33.33 56.94 35.414 61.338c2.083 4.398 3.009 6.48 3.009 9.953c-.926 8.333-4.63 15.971-10.647 21.526c-5.787 6.018-13.425 9.953-21.527 10.648c-3.471 0-5.786-.926-9.953-3.01s-49.533-27.08-61.8-34.719c-.927-.463-1.852-1.157-3.01-1.62L88.42 180.08c1.388 11.573 6.48 22.683 14.813 30.784c1.62 1.62 3.24 3.01 5.093 4.398c-1.39.694-3.01 1.39-4.398 2.315c-12.268 7.638-56.94 33.33-61.338 35.414c-4.398 2.083-6.481 3.009-10.185 3.009c-8.333-.926-15.971-4.63-21.526-10.647C4.86 239.566.926 231.928 0 223.595c.231-3.472 1.157-6.944 3.01-9.953c2.082-4.398 27.775-49.07 35.413-61.338c4.398-7.176 6.713-15.508 6.713-24.072s-2.315-16.898-6.713-24.073C30.785 91.429 4.861 46.756 3.009 42.358C1.157 39.348.231 35.877 0 32.405c.926-8.333 4.63-15.971 10.647-21.758C16.434 4.63 24.072.926 32.405 0c3.472.231 6.944 1.157 10.185 3.01c3.703 1.62 36.34 20.6 53.7 30.784l3.934 2.315q2.083 1.388 3.472 2.083l1.852 1.157l61.8 36.571c-1.388-13.888-8.563-26.618-19.674-35.182c1.39-.694 3.01-1.39 4.398-2.315c12.268-7.638 56.94-33.562 61.338-35.414C216.42 1.157 219.891.231 223.595 0a35.43 35.43 0 0 1 21.526 10.647m-113.88 133.787l13.193-13.194c1.852-1.851 1.852-4.629 0-6.48l-13.194-13.194c-1.851-1.852-4.629-1.852-6.48 0l-13.194 13.194c-1.852 1.851-1.852 4.629 0 6.48l13.194 13.194c1.62 1.62 4.629 1.62 6.48 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#ff694a" d="M245.121 10.647c6.018 5.787 9.953 13.425 10.879 21.758c0 3.472-.926 5.787-3.01 10.185c-2.082 4.397-27.775 48.839-35.413 61.106c-4.398 7.176-6.713 15.74-6.713 24.072c0 8.565 2.315 16.898 6.713 24.073c7.638 12.268 33.33 56.94 35.414 61.338c2.083 4.398 3.009 6.48 3.009 9.953c-.926 8.333-4.63 15.971-10.647 21.526c-5.787 6.018-13.425 9.953-21.527 10.648c-3.471 0-5.786-.926-9.953-3.01s-49.533-27.08-61.8-34.719c-.927-.463-1.852-1.157-3.01-1.62L88.42 180.08c1.388 11.573 6.48 22.683 14.813 30.784c1.62 1.62 3.24 3.01 5.093 4.398c-1.39.694-3.01 1.39-4.398 2.315c-12.268 7.638-56.94 33.33-61.338 35.414c-4.398 2.083-6.481 3.009-10.185 3.009c-8.333-.926-15.971-4.63-21.526-10.647C4.86 239.566.926 231.928 0 223.595c.231-3.472 1.157-6.944 3.01-9.953c2.082-4.398 27.775-49.07 35.413-61.338c4.398-7.176 6.713-15.508 6.713-24.072s-2.315-16.898-6.713-24.073C30.785 91.429 4.861 46.756 3.009 42.358C1.157 39.348.231 35.877 0 32.405c.926-8.333 4.63-15.971 10.647-21.758C16.434 4.63 24.072.926 32.405 0c3.472.231 6.944 1.157 10.185 3.01c3.703 1.62 36.34 20.6 53.7 30.784l3.934 2.315q2.083 1.388 3.472 2.083l1.852 1.157l61.8 36.571c-1.388-13.888-8.563-26.618-19.674-35.182c1.39-.694 3.01-1.39 4.398-2.315c12.268-7.638 56.94-33.562 61.338-35.414C216.42 1.157 219.891.231 223.595 0a35.43 35.43 0 0 1 21.526 10.647m-113.88 133.787l13.193-13.194c1.852-1.851 1.852-4.629 0-6.48l-13.194-13.194c-1.851-1.852-4.629-1.852-6.48 0l-13.194 13.194c-1.852 1.851-1.852 4.629 0 6.48l13.194 13.194c1.62 1.62 4.629 1.62 6.48 0"/></svg>
</template>

CSS

.icon-dbt-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%20256%22%3E%3Cpath%20fill%3D%22%23ff694a%22%20d%3D%22M245.121%2010.647c6.018%205.787%209.953%2013.425%2010.879%2021.758c0%203.472-.926%205.787-3.01%2010.185c-2.082%204.397-27.775%2048.839-35.413%2061.106c-4.398%207.176-6.713%2015.74-6.713%2024.072c0%208.565%202.315%2016.898%206.713%2024.073c7.638%2012.268%2033.33%2056.94%2035.414%2061.338c2.083%204.398%203.009%206.48%203.009%209.953c-.926%208.333-4.63%2015.971-10.647%2021.526c-5.787%206.018-13.425%209.953-21.527%2010.648c-3.471%200-5.786-.926-9.953-3.01s-49.533-27.08-61.8-34.719c-.927-.463-1.852-1.157-3.01-1.62L88.42%20180.08c1.388%2011.573%206.48%2022.683%2014.813%2030.784c1.62%201.62%203.24%203.01%205.093%204.398c-1.39.694-3.01%201.39-4.398%202.315c-12.268%207.638-56.94%2033.33-61.338%2035.414c-4.398%202.083-6.481%203.009-10.185%203.009c-8.333-.926-15.971-4.63-21.526-10.647C4.86%20239.566.926%20231.928%200%20223.595c.231-3.472%201.157-6.944%203.01-9.953c2.082-4.398%2027.775-49.07%2035.413-61.338c4.398-7.176%206.713-15.508%206.713-24.072s-2.315-16.898-6.713-24.073C30.785%2091.429%204.861%2046.756%203.009%2042.358C1.157%2039.348.231%2035.877%200%2032.405c.926-8.333%204.63-15.971%2010.647-21.758C16.434%204.63%2024.072.926%2032.405%200c3.472.231%206.944%201.157%2010.185%203.01c3.703%201.62%2036.34%2020.6%2053.7%2030.784l3.934%202.315q2.083%201.388%203.472%202.083l1.852%201.157l61.8%2036.571c-1.388-13.888-8.563-26.618-19.674-35.182c1.39-.694%203.01-1.39%204.398-2.315c12.268-7.638%2056.94-33.562%2061.338-35.414C216.42%201.157%20219.891.231%20223.595%200a35.43%2035.43%200%200%201%2021.526%2010.647m-113.88%20133.787l13.193-13.194c1.852-1.851%201.852-4.629%200-6.48l-13.194-13.194c-1.851-1.852-4.629-1.852-6.48%200l-13.194%2013.194c-1.852%201.851-1.852%204.629%200%206.48l13.194%2013.194c1.62%201.62%204.629%201.62%206.48%200%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%20256%22%3E%3Cpath%20fill%3D%22%23ff694a%22%20d%3D%22M245.121%2010.647c6.018%205.787%209.953%2013.425%2010.879%2021.758c0%203.472-.926%205.787-3.01%2010.185c-2.082%204.397-27.775%2048.839-35.413%2061.106c-4.398%207.176-6.713%2015.74-6.713%2024.072c0%208.565%202.315%2016.898%206.713%2024.073c7.638%2012.268%2033.33%2056.94%2035.414%2061.338c2.083%204.398%203.009%206.48%203.009%209.953c-.926%208.333-4.63%2015.971-10.647%2021.526c-5.787%206.018-13.425%209.953-21.527%2010.648c-3.471%200-5.786-.926-9.953-3.01s-49.533-27.08-61.8-34.719c-.927-.463-1.852-1.157-3.01-1.62L88.42%20180.08c1.388%2011.573%206.48%2022.683%2014.813%2030.784c1.62%201.62%203.24%203.01%205.093%204.398c-1.39.694-3.01%201.39-4.398%202.315c-12.268%207.638-56.94%2033.33-61.338%2035.414c-4.398%202.083-6.481%203.009-10.185%203.009c-8.333-.926-15.971-4.63-21.526-10.647C4.86%20239.566.926%20231.928%200%20223.595c.231-3.472%201.157-6.944%203.01-9.953c2.082-4.398%2027.775-49.07%2035.413-61.338c4.398-7.176%206.713-15.508%206.713-24.072s-2.315-16.898-6.713-24.073C30.785%2091.429%204.861%2046.756%203.009%2042.358C1.157%2039.348.231%2035.877%200%2032.405c.926-8.333%204.63-15.971%2010.647-21.758C16.434%204.63%2024.072.926%2032.405%200c3.472.231%206.944%201.157%2010.185%203.01c3.703%201.62%2036.34%2020.6%2053.7%2030.784l3.934%202.315q2.083%201.388%203.472%202.083l1.852%201.157l61.8%2036.571c-1.388-13.888-8.563-26.618-19.674-35.182c1.39-.694%203.01-1.39%204.398-2.315c12.268-7.638%2056.94-33.562%2061.338-35.414C216.42%201.157%20219.891.231%20223.595%200a35.43%2035.43%200%200%201%2021.526%2010.647m-113.88%20133.787l13.193-13.194c1.852-1.851%201.852-4.629%200-6.48l-13.194-13.194c-1.851-1.852-4.629-1.852-6.48%200l-13.194%2013.194c-1.852%201.851-1.852%204.629%200%206.48l13.194%2013.194c1.62%201.62%204.629%201.62%206.48%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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