avaloniaui logo

avaloniaui from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
avaloniaui
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the avaloniaui logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.034 8.208c-2.003 0-3.627 1.696-3.627 3.789s1.624 3.789 3.627 3.789s3.627-1.697 3.627-3.79s-1.624-3.788-3.627-3.788m-7.392 2.067c.72.211 1.248.902 1.248 1.722s-.528 1.51-1.248 1.721c.752 3.54 3.776 6.188 7.392 6.188c1.316 0 2.554-.35 3.632-.967v.914h3.94v-7.528a5 5 0 0 0 0-.224v-.104c0-4.369-3.39-7.91-7.572-7.91c-3.616 0-6.64 2.648-7.392 6.188m-.5 2.982c.67 0 1.212-.567 1.212-1.266s-.542-1.265-1.212-1.265s-1.211.566-1.211 1.265c0 .7.542 1.266 1.211 1.266M20.682 24H11.8C5.549 23.887.515 18.556.515 12c0-6.627 5.143-12 11.487-12c6.241 0 11.32 5.2 11.483 11.678l-.02 9.743C23.3 22.876 22.12 24 20.683 24"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsAvaloniaui(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.034 8.208c-2.003 0-3.627 1.696-3.627 3.789s1.624 3.789 3.627 3.789s3.627-1.697 3.627-3.79s-1.624-3.788-3.627-3.788m-7.392 2.067c.72.211 1.248.902 1.248 1.722s-.528 1.51-1.248 1.721c.752 3.54 3.776 6.188 7.392 6.188c1.316 0 2.554-.35 3.632-.967v.914h3.94v-7.528a5 5 0 0 0 0-.224v-.104c0-4.369-3.39-7.91-7.572-7.91c-3.616 0-6.64 2.648-7.392 6.188m-.5 2.982c.67 0 1.212-.567 1.212-1.266s-.542-1.265-1.212-1.265s-1.211.566-1.211 1.265c0 .7.542 1.266 1.211 1.266M20.682 24H11.8C5.549 23.887.515 18.556.515 12c0-6.627 5.143-12 11.487-12c6.241 0 11.32 5.2 11.483 11.678l-.02 9.743C23.3 22.876 22.12 24 20.683 24"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.034 8.208c-2.003 0-3.627 1.696-3.627 3.789s1.624 3.789 3.627 3.789s3.627-1.697 3.627-3.79s-1.624-3.788-3.627-3.788m-7.392 2.067c.72.211 1.248.902 1.248 1.722s-.528 1.51-1.248 1.721c.752 3.54 3.776 6.188 7.392 6.188c1.316 0 2.554-.35 3.632-.967v.914h3.94v-7.528a5 5 0 0 0 0-.224v-.104c0-4.369-3.39-7.91-7.572-7.91c-3.616 0-6.64 2.648-7.392 6.188m-.5 2.982c.67 0 1.212-.567 1.212-1.266s-.542-1.265-1.212-1.265s-1.211.566-1.211 1.265c0 .7.542 1.266 1.211 1.266M20.682 24H11.8C5.549 23.887.515 18.556.515 12c0-6.627 5.143-12 11.487-12c6.241 0 11.32 5.2 11.483 11.678l-.02 9.743C23.3 22.876 22.12 24 20.683 24"/></svg>
</template>

CSS

.icon-avaloniaui {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.034%208.208c-2.003%200-3.627%201.696-3.627%203.789s1.624%203.789%203.627%203.789s3.627-1.697%203.627-3.79s-1.624-3.788-3.627-3.788m-7.392%202.067c.72.211%201.248.902%201.248%201.722s-.528%201.51-1.248%201.721c.752%203.54%203.776%206.188%207.392%206.188c1.316%200%202.554-.35%203.632-.967v.914h3.94v-7.528a5%205%200%200%200%200-.224v-.104c0-4.369-3.39-7.91-7.572-7.91c-3.616%200-6.64%202.648-7.392%206.188m-.5%202.982c.67%200%201.212-.567%201.212-1.266s-.542-1.265-1.212-1.265s-1.211.566-1.211%201.265c0%20.7.542%201.266%201.211%201.266M20.682%2024H11.8C5.549%2023.887.515%2018.556.515%2012c0-6.627%205.143-12%2011.487-12c6.241%200%2011.32%205.2%2011.483%2011.678l-.02%209.743C23.3%2022.876%2022.12%2024%2020.683%2024%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.034%208.208c-2.003%200-3.627%201.696-3.627%203.789s1.624%203.789%203.627%203.789s3.627-1.697%203.627-3.79s-1.624-3.788-3.627-3.788m-7.392%202.067c.72.211%201.248.902%201.248%201.722s-.528%201.51-1.248%201.721c.752%203.54%203.776%206.188%207.392%206.188c1.316%200%202.554-.35%203.632-.967v.914h3.94v-7.528a5%205%200%200%200%200-.224v-.104c0-4.369-3.39-7.91-7.572-7.91c-3.616%200-6.64%202.648-7.392%206.188m-.5%202.982c.67%200%201.212-.567%201.212-1.266s-.542-1.265-1.212-1.265s-1.211.566-1.211%201.265c0%20.7.542%201.266%201.211%201.266M20.682%2024H11.8C5.549%2023.887.515%2018.556.515%2012c0-6.627%205.143-12%2011.487-12c6.241%200%2011.32%205.2%2011.483%2011.678l-.02%209.743C23.3%2022.876%2022.12%2024%2020.683%2024%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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