auto-awesome from Material Symbols by Google · Regular · Apache-2.0 Free for personal and commercial use.

Name
auto-awesome
Set
Material Symbols
Style
Regular
Viewbox
24×24
License
Apache 2.0
Aliases
auto-awesome-sharp, temp-preferences-custom

3 other variants in Material Symbols

Related icons in Material Symbols

Use the auto awesome icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19 9l-1.25-2.75L15 5l2.75-1.25L19 1l1.25 2.75L23 5l-2.75 1.25L19 9Zm0 14l-1.25-2.75L15 19l2.75-1.25L19 15l1.25 2.75L23 19l-2.75 1.25L19 23ZM9 20l-2.5-5.5L1 12l5.5-2.5L9 4l2.5 5.5L17 12l-5.5 2.5L9 20Z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsAutoAwesome(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="m19 9l-1.25-2.75L15 5l2.75-1.25L19 1l1.25 2.75L23 5l-2.75 1.25L19 9Zm0 14l-1.25-2.75L15 19l2.75-1.25L19 15l1.25 2.75L23 19l-2.75 1.25L19 23ZM9 20l-2.5-5.5L1 12l5.5-2.5L9 4l2.5 5.5L17 12l-5.5 2.5L9 20Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19 9l-1.25-2.75L15 5l2.75-1.25L19 1l1.25 2.75L23 5l-2.75 1.25L19 9Zm0 14l-1.25-2.75L15 19l2.75-1.25L19 15l1.25 2.75L23 19l-2.75 1.25L19 23ZM9 20l-2.5-5.5L1 12l5.5-2.5L9 4l2.5 5.5L17 12l-5.5 2.5L9 20Z"/></svg>
</template>

CSS

.icon-auto-awesome {
  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%22m19%209l-1.25-2.75L15%205l2.75-1.25L19%201l1.25%202.75L23%205l-2.75%201.25L19%209Zm0%2014l-1.25-2.75L15%2019l2.75-1.25L19%2015l1.25%202.75L23%2019l-2.75%201.25L19%2023ZM9%2020l-2.5-5.5L1%2012l5.5-2.5L9%204l2.5%205.5L17%2012l-5.5%202.5L9%2020Z%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%22m19%209l-1.25-2.75L15%205l2.75-1.25L19%201l1.25%202.75L23%205l-2.75%201.25L19%209Zm0%2014l-1.25-2.75L15%2019l2.75-1.25L19%2015l1.25%202.75L23%2019l-2.75%201.25L19%2023ZM9%2020l-2.5-5.5L1%2012l5.5-2.5L9%204l2.5%205.5L17%2012l-5.5%202.5L9%2020Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/auto-awesome.svg?color=%231a73e8&size=48