acute-outline from Material Symbols by Google · Outline · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
acute-outline
Set
Material Symbols
Style
Outline
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
acute-outline-sharp

3 other variants in Material Symbols

The same icon in other sets

More ui actions icons from Material Symbols

Use the acute icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 20q-3.35 0-5.675-2.325T7 12q0-3.325 2.325-5.663T15 4q3.325 0 5.663 2.338T23 12q0 3.35-2.337 5.675T15 20m0-2q2.5 0 4.25-1.75T21 12t-1.75-4.25T15 6t-4.25 1.75T9 12t1.75 4.25T15 18m2.275-2.275L18.7 14.3L16 11.6V8h-2v4.425zM2 9V7h4v2zm-1 4v-2h5v2zm1 4v-2h4v2zm13-5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsAcuteOutline(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="M15 20q-3.35 0-5.675-2.325T7 12q0-3.325 2.325-5.663T15 4q3.325 0 5.663 2.338T23 12q0 3.35-2.337 5.675T15 20m0-2q2.5 0 4.25-1.75T21 12t-1.75-4.25T15 6t-4.25 1.75T9 12t1.75 4.25T15 18m2.275-2.275L18.7 14.3L16 11.6V8h-2v4.425zM2 9V7h4v2zm-1 4v-2h5v2zm1 4v-2h4v2zm13-5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 20q-3.35 0-5.675-2.325T7 12q0-3.325 2.325-5.663T15 4q3.325 0 5.663 2.338T23 12q0 3.35-2.337 5.675T15 20m0-2q2.5 0 4.25-1.75T21 12t-1.75-4.25T15 6t-4.25 1.75T9 12t1.75 4.25T15 18m2.275-2.275L18.7 14.3L16 11.6V8h-2v4.425zM2 9V7h4v2zm-1 4v-2h5v2zm1 4v-2h4v2zm13-5"/></svg>
</template>

CSS

.icon-acute-outline {
  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%22M15%2020q-3.35%200-5.675-2.325T7%2012q0-3.325%202.325-5.663T15%204q3.325%200%205.663%202.338T23%2012q0%203.35-2.337%205.675T15%2020m0-2q2.5%200%204.25-1.75T21%2012t-1.75-4.25T15%206t-4.25%201.75T9%2012t1.75%204.25T15%2018m2.275-2.275L18.7%2014.3L16%2011.6V8h-2v4.425zM2%209V7h4v2zm-1%204v-2h5v2zm1%204v-2h4v2zm13-5%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%22M15%2020q-3.35%200-5.675-2.325T7%2012q0-3.325%202.325-5.663T15%204q3.325%200%205.663%202.338T23%2012q0%203.35-2.337%205.675T15%2020m0-2q2.5%200%204.25-1.75T21%2012t-1.75-4.25T15%206t-4.25%201.75T9%2012t1.75%204.25T15%2018m2.275-2.275L18.7%2014.3L16%2011.6V8h-2v4.425zM2%209V7h4v2zm-1%204v-2h5v2zm1%204v-2h4v2zm13-5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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