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

Name
acute-rounded
Set
Material Symbols
Style
Rounded
Category
UI Actions
Viewbox
24×24
License
Apache 2.0

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 20m1-8.4V9q0-.425-.288-.712T15 8t-.712.288T14 9v3.025q0 .2.088.388t.212.312L16.575 15q.3.3.713.3T18 15t.3-.712t-.3-.713zM3 9q-.425 0-.712-.288T2 8t.288-.712T3 7h2q.425 0 .713.288T6 8t-.288.713T5 9zm-1 4q-.425 0-.712-.288T1 12t.288-.712T2 11h3q.425 0 .713.288T6 12t-.288.713T5 13zm1 4q-.425 0-.712-.288T2 16t.288-.712T3 15h2q.425 0 .713.288T6 16t-.288.713T5 17z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsAcuteRounded(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 20m1-8.4V9q0-.425-.288-.712T15 8t-.712.288T14 9v3.025q0 .2.088.388t.212.312L16.575 15q.3.3.713.3T18 15t.3-.712t-.3-.713zM3 9q-.425 0-.712-.288T2 8t.288-.712T3 7h2q.425 0 .713.288T6 8t-.288.713T5 9zm-1 4q-.425 0-.712-.288T1 12t.288-.712T2 11h3q.425 0 .713.288T6 12t-.288.713T5 13zm1 4q-.425 0-.712-.288T2 16t.288-.712T3 15h2q.425 0 .713.288T6 16t-.288.713T5 17z"/></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 20m1-8.4V9q0-.425-.288-.712T15 8t-.712.288T14 9v3.025q0 .2.088.388t.212.312L16.575 15q.3.3.713.3T18 15t.3-.712t-.3-.713zM3 9q-.425 0-.712-.288T2 8t.288-.712T3 7h2q.425 0 .713.288T6 8t-.288.713T5 9zm-1 4q-.425 0-.712-.288T1 12t.288-.712T2 11h3q.425 0 .713.288T6 12t-.288.713T5 13zm1 4q-.425 0-.712-.288T2 16t.288-.712T3 15h2q.425 0 .713.288T6 16t-.288.713T5 17z"/></svg>
</template>

CSS

.icon-acute-rounded {
  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%2020m1-8.4V9q0-.425-.288-.712T15%208t-.712.288T14%209v3.025q0%20.2.088.388t.212.312L16.575%2015q.3.3.713.3T18%2015t.3-.712t-.3-.713zM3%209q-.425%200-.712-.288T2%208t.288-.712T3%207h2q.425%200%20.713.288T6%208t-.288.713T5%209zm-1%204q-.425%200-.712-.288T1%2012t.288-.712T2%2011h3q.425%200%20.713.288T6%2012t-.288.713T5%2013zm1%204q-.425%200-.712-.288T2%2016t.288-.712T3%2015h2q.425%200%20.713.288T6%2016t-.288.713T5%2017z%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%2020m1-8.4V9q0-.425-.288-.712T15%208t-.712.288T14%209v3.025q0%20.2.088.388t.212.312L16.575%2015q.3.3.713.3T18%2015t.3-.712t-.3-.713zM3%209q-.425%200-.712-.288T2%208t.288-.712T3%207h2q.425%200%20.713.288T6%208t-.288.713T5%209zm-1%204q-.425%200-.712-.288T1%2012t.288-.712T2%2011h3q.425%200%20.713.288T6%2012t-.288.713T5%2013zm1%204q-.425%200-.712-.288T2%2016t.288-.712T3%2015h2q.425%200%20.713.288T6%2016t-.288.713T5%2017z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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