alexa from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.

Name
alexa
Set
Bootstrap Icons
Style
Outline
Viewbox
16×16
License
MIT

Use the alexa icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.996 0A8 8 0 0 0 0 8a8 8 0 0 0 6.93 7.93v-1.613a1.06 1.06 0 0 0-.717-1.008A5.6 5.6 0 0 1 2.4 7.865A5.58 5.58 0 0 1 8.054 2.4a5.6 5.6 0 0 1 5.535 5.81l-.002.046l-.012.192l-.005.061a5 5 0 0 1-.033.284l-.01.068c-.685 4.516-6.564 7.054-6.596 7.068A7.998 7.998 0 0 0 15.992 8A8 8 0 0 0 7.996.001Z"/></svg>

React

import type { SVGProps } from "react";

export function BiAlexa(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" d="M7.996 0A8 8 0 0 0 0 8a8 8 0 0 0 6.93 7.93v-1.613a1.06 1.06 0 0 0-.717-1.008A5.6 5.6 0 0 1 2.4 7.865A5.58 5.58 0 0 1 8.054 2.4a5.6 5.6 0 0 1 5.535 5.81l-.002.046l-.012.192l-.005.061a5 5 0 0 1-.033.284l-.01.068c-.685 4.516-6.564 7.054-6.596 7.068A7.998 7.998 0 0 0 15.992 8A8 8 0 0 0 7.996.001Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.996 0A8 8 0 0 0 0 8a8 8 0 0 0 6.93 7.93v-1.613a1.06 1.06 0 0 0-.717-1.008A5.6 5.6 0 0 1 2.4 7.865A5.58 5.58 0 0 1 8.054 2.4a5.6 5.6 0 0 1 5.535 5.81l-.002.046l-.012.192l-.005.061a5 5 0 0 1-.033.284l-.01.068c-.685 4.516-6.564 7.054-6.596 7.068A7.998 7.998 0 0 0 15.992 8A8 8 0 0 0 7.996.001Z"/></svg>
</template>

CSS

.icon-alexa {
  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%20d%3D%22M7.996%200A8%208%200%200%200%200%208a8%208%200%200%200%206.93%207.93v-1.613a1.06%201.06%200%200%200-.717-1.008A5.6%205.6%200%200%201%202.4%207.865A5.58%205.58%200%200%201%208.054%202.4a5.6%205.6%200%200%201%205.535%205.81l-.002.046l-.012.192l-.005.061a5%205%200%200%201-.033.284l-.01.068c-.685%204.516-6.564%207.054-6.596%207.068A7.998%207.998%200%200%200%2015.992%208A8%208%200%200%200%207.996.001Z%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%20d%3D%22M7.996%200A8%208%200%200%200%200%208a8%208%200%200%200%206.93%207.93v-1.613a1.06%201.06%200%200%200-.717-1.008A5.6%205.6%200%200%201%202.4%207.865A5.58%205.58%200%200%201%208.054%202.4a5.6%205.6%200%200%201%205.535%205.81l-.002.046l-.012.192l-.005.061a5%205%200%200%201-.033.284l-.01.068c-.685%204.516-6.564%207.054-6.596%207.068A7.998%207.998%200%200%200%2015.992%208A8%208%200%200%200%207.996.001Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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