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

Name
acute
Set
Material Symbols
Style
Regular
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
acute-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 20m2.275-4.275L18.7 14.3L16 11.6V8h-2v4.425zM2 9V7h4v2zm-1 4v-2h5v2zm1 4v-2h4v2z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsAcute(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 20m2.275-4.275L18.7 14.3L16 11.6V8h-2v4.425zM2 9V7h4v2zm-1 4v-2h5v2zm1 4v-2h4v2z"/></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 20m2.275-4.275L18.7 14.3L16 11.6V8h-2v4.425zM2 9V7h4v2zm-1 4v-2h5v2zm1 4v-2h4v2z"/></svg>
</template>

CSS

.icon-acute {
  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%2020m2.275-4.275L18.7%2014.3L16%2011.6V8h-2v4.425zM2%209V7h4v2zm-1%204v-2h5v2zm1%204v-2h4v2z%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%2020m2.275-4.275L18.7%2014.3L16%2011.6V8h-2v4.425zM2%209V7h4v2zm-1%204v-2h5v2zm1%204v-2h4v2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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