django icon logo

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

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

Use the django icon logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><rect width="256" height="256" fill="#092e20" rx="28"/><path fill="#fffffd" d="M186.377 94.198v66.226c0 22.82-1.67 33.764-6.678 43.225c-4.639 9.092-10.761 14.842-23.375 21.15l-26.53-12.615c12.616-5.936 18.738-11.13 22.633-19.11c4.082-8.161 5.382-17.623 5.382-42.481V94.198zm-45.449-44.12v132.239c-14.655 2.782-25.415 3.895-37.102 3.895c-34.877 0-53.057-15.767-53.057-46.007c0-29.126 19.294-48.047 49.16-48.047c4.638 0 8.163.37 12.43 1.483V50.08zm-38.215 65.082c-14.47 0-22.819 8.905-22.819 24.487c0 15.214 7.978 23.561 22.634 23.561c3.152 0 5.75-.185 9.831-.74v-45.825c-3.339-1.112-6.121-1.483-9.646-1.483m83.664-64.93v29.312h-28.568V50.231z"/></svg>

React

import type { SVGProps } from "react";

export function LogosDjangoIcon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><rect width="256" height="256" fill="#092e20" rx="28"/><path fill="#fffffd" d="M186.377 94.198v66.226c0 22.82-1.67 33.764-6.678 43.225c-4.639 9.092-10.761 14.842-23.375 21.15l-26.53-12.615c12.616-5.936 18.738-11.13 22.633-19.11c4.082-8.161 5.382-17.623 5.382-42.481V94.198zm-45.449-44.12v132.239c-14.655 2.782-25.415 3.895-37.102 3.895c-34.877 0-53.057-15.767-53.057-46.007c0-29.126 19.294-48.047 49.16-48.047c4.638 0 8.163.37 12.43 1.483V50.08zm-38.215 65.082c-14.47 0-22.819 8.905-22.819 24.487c0 15.214 7.978 23.561 22.634 23.561c3.152 0 5.75-.185 9.831-.74v-45.825c-3.339-1.112-6.121-1.483-9.646-1.483m83.664-64.93v29.312h-28.568V50.231z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><rect width="256" height="256" fill="#092e20" rx="28"/><path fill="#fffffd" d="M186.377 94.198v66.226c0 22.82-1.67 33.764-6.678 43.225c-4.639 9.092-10.761 14.842-23.375 21.15l-26.53-12.615c12.616-5.936 18.738-11.13 22.633-19.11c4.082-8.161 5.382-17.623 5.382-42.481V94.198zm-45.449-44.12v132.239c-14.655 2.782-25.415 3.895-37.102 3.895c-34.877 0-53.057-15.767-53.057-46.007c0-29.126 19.294-48.047 49.16-48.047c4.638 0 8.163.37 12.43 1.483V50.08zm-38.215 65.082c-14.47 0-22.819 8.905-22.819 24.487c0 15.214 7.978 23.561 22.634 23.561c3.152 0 5.75-.185 9.831-.74v-45.825c-3.339-1.112-6.121-1.483-9.646-1.483m83.664-64.93v29.312h-28.568V50.231z"/></svg>
</template>

CSS

.icon-django-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%3Crect%20width%3D%22256%22%20height%3D%22256%22%20fill%3D%22%23092e20%22%20rx%3D%2228%22%2F%3E%3Cpath%20fill%3D%22%23fffffd%22%20d%3D%22M186.377%2094.198v66.226c0%2022.82-1.67%2033.764-6.678%2043.225c-4.639%209.092-10.761%2014.842-23.375%2021.15l-26.53-12.615c12.616-5.936%2018.738-11.13%2022.633-19.11c4.082-8.161%205.382-17.623%205.382-42.481V94.198zm-45.449-44.12v132.239c-14.655%202.782-25.415%203.895-37.102%203.895c-34.877%200-53.057-15.767-53.057-46.007c0-29.126%2019.294-48.047%2049.16-48.047c4.638%200%208.163.37%2012.43%201.483V50.08zm-38.215%2065.082c-14.47%200-22.819%208.905-22.819%2024.487c0%2015.214%207.978%2023.561%2022.634%2023.561c3.152%200%205.75-.185%209.831-.74v-45.825c-3.339-1.112-6.121-1.483-9.646-1.483m83.664-64.93v29.312h-28.568V50.231z%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%3Crect%20width%3D%22256%22%20height%3D%22256%22%20fill%3D%22%23092e20%22%20rx%3D%2228%22%2F%3E%3Cpath%20fill%3D%22%23fffffd%22%20d%3D%22M186.377%2094.198v66.226c0%2022.82-1.67%2033.764-6.678%2043.225c-4.639%209.092-10.761%2014.842-23.375%2021.15l-26.53-12.615c12.616-5.936%2018.738-11.13%2022.633-19.11c4.082-8.161%205.382-17.623%205.382-42.481V94.198zm-45.449-44.12v132.239c-14.655%202.782-25.415%203.895-37.102%203.895c-34.877%200-53.057-15.767-53.057-46.007c0-29.126%2019.294-48.047%2049.16-48.047c4.638%200%208.163.37%2012.43%201.483V50.08zm-38.215%2065.082c-14.47%200-22.819%208.905-22.819%2024.487c0%2015.214%207.978%2023.561%2022.634%2023.561c3.152%200%205.75-.185%209.831-.74v-45.825c-3.339-1.112-6.121-1.483-9.646-1.483m83.664-64.93v29.312h-28.568V50.231z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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