atlasian icon

atlasian from css.gg by Astrit · Outline · MIT Free for personal and commercial use.

Name
atlasian
Set
css.gg
Style
Outline
Viewbox
24×24
License
MIT

Use the atlasian icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M8.507 11.556c-.317-.452-.725-.397-.911.122L5 18.908h5.178c.52-2.058.07-4.865-1.097-6.533z" opacity=".8"/><path d="M12.875 7.126c-1.268 1.81-1.676 4.958-.912 7.03l1.75 4.751h5.251l-4.597-12.48c-.19-.519-.602-.572-.919-.12z"/></g></svg>

React

import type { SVGProps } from "react";

export function GgAtlasian(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M8.507 11.556c-.317-.452-.725-.397-.911.122L5 18.908h5.178c.52-2.058.07-4.865-1.097-6.533z" opacity=".8"/><path d="M12.875 7.126c-1.268 1.81-1.676 4.958-.912 7.03l1.75 4.751h5.251l-4.597-12.48c-.19-.519-.602-.572-.919-.12z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M8.507 11.556c-.317-.452-.725-.397-.911.122L5 18.908h5.178c.52-2.058.07-4.865-1.097-6.533z" opacity=".8"/><path d="M12.875 7.126c-1.268 1.81-1.676 4.958-.912 7.03l1.75 4.751h5.251l-4.597-12.48c-.19-.519-.602-.572-.919-.12z"/></g></svg>
</template>

CSS

.icon-atlasian {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M8.507%2011.556c-.317-.452-.725-.397-.911.122L5%2018.908h5.178c.52-2.058.07-4.865-1.097-6.533z%22%20opacity%3D%22.8%22%2F%3E%3Cpath%20d%3D%22M12.875%207.126c-1.268%201.81-1.676%204.958-.912%207.03l1.75%204.751h5.251l-4.597-12.48c-.19-.519-.602-.572-.919-.12z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M8.507%2011.556c-.317-.452-.725-.397-.911.122L5%2018.908h5.178c.52-2.058.07-4.865-1.097-6.533z%22%20opacity%3D%22.8%22%2F%3E%3Cpath%20d%3D%22M12.875%207.126c-1.268%201.81-1.676%204.958-.912%207.03l1.75%204.751h5.251l-4.597-12.48c-.19-.519-.602-.572-.919-.12z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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