azure icon
azure from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- azure
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
The same icon in other sets
Related icons in Codicons
Use the azure icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="m15.37 13.68l-4-12a1 1 0 0 0-1-.68H5.63a1 1 0 0 0-.95.68l-4.05 12a1 1 0 0 0 1 1.32h2.93a1 1 0 0 0 .94-.68l.61-1.78l3 2.27a1 1 0 0 0 .6.19h4.68a1 1 0 0 0 .98-1.32m-5.62.66a.32.32 0 0 1-.2-.07L3.9 10.08l-.09-.07h3l.08-.21l1-2.53l2.24 6.63a.34.34 0 0 1-.38.44m4.67 0H10.7a1 1 0 0 0 0-.66l-4.05-12h3.72a.34.34 0 0 1 .32.23l4.05 12a.34.34 0 0 1-.32.43" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function CodiconAzure(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" fillRule="evenodd" d="m15.37 13.68l-4-12a1 1 0 0 0-1-.68H5.63a1 1 0 0 0-.95.68l-4.05 12a1 1 0 0 0 1 1.32h2.93a1 1 0 0 0 .94-.68l.61-1.78l3 2.27a1 1 0 0 0 .6.19h4.68a1 1 0 0 0 .98-1.32m-5.62.66a.32.32 0 0 1-.2-.07L3.9 10.08l-.09-.07h3l.08-.21l1-2.53l2.24 6.63a.34.34 0 0 1-.38.44m4.67 0H10.7a1 1 0 0 0 0-.66l-4.05-12h3.72a.34.34 0 0 1 .32.23l4.05 12a.34.34 0 0 1-.32.43" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="m15.37 13.68l-4-12a1 1 0 0 0-1-.68H5.63a1 1 0 0 0-.95.68l-4.05 12a1 1 0 0 0 1 1.32h2.93a1 1 0 0 0 .94-.68l.61-1.78l3 2.27a1 1 0 0 0 .6.19h4.68a1 1 0 0 0 .98-1.32m-5.62.66a.32.32 0 0 1-.2-.07L3.9 10.08l-.09-.07h3l.08-.21l1-2.53l2.24 6.63a.34.34 0 0 1-.38.44m4.67 0H10.7a1 1 0 0 0 0-.66l-4.05-12h3.72a.34.34 0 0 1 .32.23l4.05 12a.34.34 0 0 1-.32.43" clip-rule="evenodd"/></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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22m15.37%2013.68l-4-12a1%201%200%200%200-1-.68H5.63a1%201%200%200%200-.95.68l-4.05%2012a1%201%200%200%200%201%201.32h2.93a1%201%200%200%200%20.94-.68l.61-1.78l3%202.27a1%201%200%200%200%20.6.19h4.68a1%201%200%200%200%20.98-1.32m-5.62.66a.32.32%200%200%201-.2-.07L3.9%2010.08l-.09-.07h3l.08-.21l1-2.53l2.24%206.63a.34.34%200%200%201-.38.44m4.67%200H10.7a1%201%200%200%200%200-.66l-4.05-12h3.72a.34.34%200%200%201%20.32.23l4.05%2012a.34.34%200%200%201-.32.43%22%20clip-rule%3D%22evenodd%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22m15.37%2013.68l-4-12a1%201%200%200%200-1-.68H5.63a1%201%200%200%200-.95.68l-4.05%2012a1%201%200%200%200%201%201.32h2.93a1%201%200%200%200%20.94-.68l.61-1.78l3%202.27a1%201%200%200%200%20.6.19h4.68a1%201%200%200%200%20.98-1.32m-5.62.66a.32.32%200%200%201-.2-.07L3.9%2010.08l-.09-.07h3l.08-.21l1-2.53l2.24%206.63a.34.34%200%200%201-.38.44m4.67%200H10.7a1%201%200%200%200%200-.66l-4.05-12h3.72a.34.34%200%200%201%20.32.23l4.05%2012a.34.34%200%200%201-.32.43%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/azure.svg?color=%231a73e8&size=48