azure from Devicon by konpa · Original · MIT Free for personal and commercial use.

Name
azure
Set
Devicon
Style
Original
Viewbox
128×128
License
MIT

1 other variant in Devicon

The same logo in other sets

Use the azure logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><defs><linearGradient id="SVGHYmVrb5I" x1="60.919" x2="18.667" y1="9.602" y2="134.423" gradientUnits="userSpaceOnUse"><stop stop-color="#114a8b"/><stop offset="1" stop-color="#0669bc"/></linearGradient><linearGradient id="SVGPVtoqF3O" x1="74.117" x2="64.344" y1="67.772" y2="71.076" gradientUnits="userSpaceOnUse"><stop stop-opacity=".3"/><stop offset=".071" stop-opacity=".2"/><stop offset=".321" stop-opacity=".1"/><stop offset=".623" stop-opacity=".05"/><stop offset="1" stop-opacity="0"/></linearGradient><linearGradient id="SVGB9viu3dc" x1="68.742" x2="115.122" y1="5.961" y2="129.525" gradientUnits="userSpaceOnUse"><stop stop-color="#3ccbf4"/><stop offset="1" stop-color="#2892df"/></linearGradient></defs><path fill="url(#SVGHYmVrb5I)" d="M46.09.002h40.685L44.541 125.137a6.485 6.485 0 0 1-6.146 4.413H6.733a6.48 6.48 0 0 1-5.262-2.699a6.47 6.47 0 0 1-.876-5.848L39.944 4.414A6.49 6.49 0 0 1 46.09 0z" transform="translate(.587 4.468)scale(.91904)"/><path fill="#0078d4" d="M97.28 81.607H37.987a2.743 2.743 0 0 0-1.874 4.751l38.1 35.562a6 6 0 0 0 4.087 1.61h33.574z"/><path fill="url(#SVGPVtoqF3O)" d="M46.09.002A6.43 6.43 0 0 0 39.93 4.5L.644 120.897a6.47 6.47 0 0 0 6.106 8.653h32.48a6.94 6.94 0 0 0 5.328-4.531l7.834-23.089l27.985 26.101a6.62 6.62 0 0 0 4.165 1.519h36.396l-15.963-45.616l-46.533.011L86.922.002z" transform="translate(.587 4.468)scale(.91904)"/><path fill="url(#SVGB9viu3dc)" d="M98.055 4.408A6.48 6.48 0 0 0 91.917.002H46.575a6.48 6.48 0 0 1 6.137 4.406l39.35 116.594a6.476 6.476 0 0 1-6.137 8.55h45.344a6.48 6.48 0 0 0 6.136-8.55z" transform="translate(.587 4.468)scale(.91904)"/></svg>

React

import type { SVGProps } from "react";

export function DeviconAzure(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><defs><linearGradient id="SVGHYmVrb5I" x1="60.919" x2="18.667" y1="9.602" y2="134.423" gradientUnits="userSpaceOnUse"><stop stopColor="#114a8b"/><stop offset="1" stopColor="#0669bc"/></linearGradient><linearGradient id="SVGPVtoqF3O" x1="74.117" x2="64.344" y1="67.772" y2="71.076" gradientUnits="userSpaceOnUse"><stop stopOpacity=".3"/><stop offset=".071" stopOpacity=".2"/><stop offset=".321" stopOpacity=".1"/><stop offset=".623" stopOpacity=".05"/><stop offset="1" stopOpacity="0"/></linearGradient><linearGradient id="SVGB9viu3dc" x1="68.742" x2="115.122" y1="5.961" y2="129.525" gradientUnits="userSpaceOnUse"><stop stopColor="#3ccbf4"/><stop offset="1" stopColor="#2892df"/></linearGradient></defs><path fill="url(#SVGHYmVrb5I)" d="M46.09.002h40.685L44.541 125.137a6.485 6.485 0 0 1-6.146 4.413H6.733a6.48 6.48 0 0 1-5.262-2.699a6.47 6.47 0 0 1-.876-5.848L39.944 4.414A6.49 6.49 0 0 1 46.09 0z" transform="translate(.587 4.468)scale(.91904)"/><path fill="#0078d4" d="M97.28 81.607H37.987a2.743 2.743 0 0 0-1.874 4.751l38.1 35.562a6 6 0 0 0 4.087 1.61h33.574z"/><path fill="url(#SVGPVtoqF3O)" d="M46.09.002A6.43 6.43 0 0 0 39.93 4.5L.644 120.897a6.47 6.47 0 0 0 6.106 8.653h32.48a6.94 6.94 0 0 0 5.328-4.531l7.834-23.089l27.985 26.101a6.62 6.62 0 0 0 4.165 1.519h36.396l-15.963-45.616l-46.533.011L86.922.002z" transform="translate(.587 4.468)scale(.91904)"/><path fill="url(#SVGB9viu3dc)" d="M98.055 4.408A6.48 6.48 0 0 0 91.917.002H46.575a6.48 6.48 0 0 1 6.137 4.406l39.35 116.594a6.476 6.476 0 0 1-6.137 8.55h45.344a6.48 6.48 0 0 0 6.136-8.55z" transform="translate(.587 4.468)scale(.91904)"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><defs><linearGradient id="SVGHYmVrb5I" x1="60.919" x2="18.667" y1="9.602" y2="134.423" gradientUnits="userSpaceOnUse"><stop stop-color="#114a8b"/><stop offset="1" stop-color="#0669bc"/></linearGradient><linearGradient id="SVGPVtoqF3O" x1="74.117" x2="64.344" y1="67.772" y2="71.076" gradientUnits="userSpaceOnUse"><stop stop-opacity=".3"/><stop offset=".071" stop-opacity=".2"/><stop offset=".321" stop-opacity=".1"/><stop offset=".623" stop-opacity=".05"/><stop offset="1" stop-opacity="0"/></linearGradient><linearGradient id="SVGB9viu3dc" x1="68.742" x2="115.122" y1="5.961" y2="129.525" gradientUnits="userSpaceOnUse"><stop stop-color="#3ccbf4"/><stop offset="1" stop-color="#2892df"/></linearGradient></defs><path fill="url(#SVGHYmVrb5I)" d="M46.09.002h40.685L44.541 125.137a6.485 6.485 0 0 1-6.146 4.413H6.733a6.48 6.48 0 0 1-5.262-2.699a6.47 6.47 0 0 1-.876-5.848L39.944 4.414A6.49 6.49 0 0 1 46.09 0z" transform="translate(.587 4.468)scale(.91904)"/><path fill="#0078d4" d="M97.28 81.607H37.987a2.743 2.743 0 0 0-1.874 4.751l38.1 35.562a6 6 0 0 0 4.087 1.61h33.574z"/><path fill="url(#SVGPVtoqF3O)" d="M46.09.002A6.43 6.43 0 0 0 39.93 4.5L.644 120.897a6.47 6.47 0 0 0 6.106 8.653h32.48a6.94 6.94 0 0 0 5.328-4.531l7.834-23.089l27.985 26.101a6.62 6.62 0 0 0 4.165 1.519h36.396l-15.963-45.616l-46.533.011L86.922.002z" transform="translate(.587 4.468)scale(.91904)"/><path fill="url(#SVGB9viu3dc)" d="M98.055 4.408A6.48 6.48 0 0 0 91.917.002H46.575a6.48 6.48 0 0 1 6.137 4.406l39.35 116.594a6.476 6.476 0 0 1-6.137 8.55h45.344a6.48 6.48 0 0 0 6.136-8.55z" transform="translate(.587 4.468)scale(.91904)"/></svg>
</template>

CSS

.icon-azure {
  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%20128%20128%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGHYmVrb5I%22%20x1%3D%2260.919%22%20x2%3D%2218.667%22%20y1%3D%229.602%22%20y2%3D%22134.423%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23114a8b%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%230669bc%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGPVtoqF3O%22%20x1%3D%2274.117%22%20x2%3D%2264.344%22%20y1%3D%2267.772%22%20y2%3D%2271.076%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-opacity%3D%22.3%22%2F%3E%3Cstop%20offset%3D%22.071%22%20stop-opacity%3D%22.2%22%2F%3E%3Cstop%20offset%3D%22.321%22%20stop-opacity%3D%22.1%22%2F%3E%3Cstop%20offset%3D%22.623%22%20stop-opacity%3D%22.05%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGB9viu3dc%22%20x1%3D%2268.742%22%20x2%3D%22115.122%22%20y1%3D%225.961%22%20y2%3D%22129.525%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%233ccbf4%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232892df%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGHYmVrb5I)%22%20d%3D%22M46.09.002h40.685L44.541%20125.137a6.485%206.485%200%200%201-6.146%204.413H6.733a6.48%206.48%200%200%201-5.262-2.699a6.47%206.47%200%200%201-.876-5.848L39.944%204.414A6.49%206.49%200%200%201%2046.09%200z%22%20transform%3D%22translate(.587%204.468)scale(.91904)%22%2F%3E%3Cpath%20fill%3D%22%230078d4%22%20d%3D%22M97.28%2081.607H37.987a2.743%202.743%200%200%200-1.874%204.751l38.1%2035.562a6%206%200%200%200%204.087%201.61h33.574z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGPVtoqF3O)%22%20d%3D%22M46.09.002A6.43%206.43%200%200%200%2039.93%204.5L.644%20120.897a6.47%206.47%200%200%200%206.106%208.653h32.48a6.94%206.94%200%200%200%205.328-4.531l7.834-23.089l27.985%2026.101a6.62%206.62%200%200%200%204.165%201.519h36.396l-15.963-45.616l-46.533.011L86.922.002z%22%20transform%3D%22translate(.587%204.468)scale(.91904)%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGB9viu3dc)%22%20d%3D%22M98.055%204.408A6.48%206.48%200%200%200%2091.917.002H46.575a6.48%206.48%200%200%201%206.137%204.406l39.35%20116.594a6.476%206.476%200%200%201-6.137%208.55h45.344a6.48%206.48%200%200%200%206.136-8.55z%22%20transform%3D%22translate(.587%204.468)scale(.91904)%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%20128%20128%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGHYmVrb5I%22%20x1%3D%2260.919%22%20x2%3D%2218.667%22%20y1%3D%229.602%22%20y2%3D%22134.423%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23114a8b%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%230669bc%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGPVtoqF3O%22%20x1%3D%2274.117%22%20x2%3D%2264.344%22%20y1%3D%2267.772%22%20y2%3D%2271.076%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-opacity%3D%22.3%22%2F%3E%3Cstop%20offset%3D%22.071%22%20stop-opacity%3D%22.2%22%2F%3E%3Cstop%20offset%3D%22.321%22%20stop-opacity%3D%22.1%22%2F%3E%3Cstop%20offset%3D%22.623%22%20stop-opacity%3D%22.05%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGB9viu3dc%22%20x1%3D%2268.742%22%20x2%3D%22115.122%22%20y1%3D%225.961%22%20y2%3D%22129.525%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%233ccbf4%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232892df%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGHYmVrb5I)%22%20d%3D%22M46.09.002h40.685L44.541%20125.137a6.485%206.485%200%200%201-6.146%204.413H6.733a6.48%206.48%200%200%201-5.262-2.699a6.47%206.47%200%200%201-.876-5.848L39.944%204.414A6.49%206.49%200%200%201%2046.09%200z%22%20transform%3D%22translate(.587%204.468)scale(.91904)%22%2F%3E%3Cpath%20fill%3D%22%230078d4%22%20d%3D%22M97.28%2081.607H37.987a2.743%202.743%200%200%200-1.874%204.751l38.1%2035.562a6%206%200%200%200%204.087%201.61h33.574z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGPVtoqF3O)%22%20d%3D%22M46.09.002A6.43%206.43%200%200%200%2039.93%204.5L.644%20120.897a6.47%206.47%200%200%200%206.106%208.653h32.48a6.94%206.94%200%200%200%205.328-4.531l7.834-23.089l27.985%2026.101a6.62%206.62%200%200%200%204.165%201.519h36.396l-15.963-45.616l-46.533.011L86.922.002z%22%20transform%3D%22translate(.587%204.468)scale(.91904)%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGB9viu3dc)%22%20d%3D%22M98.055%204.408A6.48%206.48%200%200%200%2091.917.002H46.575a6.48%206.48%200%200%201%206.137%204.406l39.35%20116.594a6.476%206.476%200%200%201-6.137%208.55h45.344a6.48%206.48%200%200%200%206.136-8.55z%22%20transform%3D%22translate(.587%204.468)scale(.91904)%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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