acute icon
acute-outline-rounded from Material Symbols by Google · Outline Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- acute-outline-rounded
- Set
- Material Symbols
- Style
- Outline 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 20m0-2q2.5 0 4.25-1.75T21 12t-1.75-4.25T15 6t-4.25 1.75T9 12t1.75 4.25T15 18m1-6.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 17zm12-5"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsAcuteOutlineRounded(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 18m1-6.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 17zm12-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 18m1-6.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 17zm12-5"/></svg> </template>
CSS
.icon-acute-outline-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%2020m0-2q2.5%200%204.25-1.75T21%2012t-1.75-4.25T15%206t-4.25%201.75T9%2012t1.75%204.25T15%2018m1-6.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%2017zm12-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%2018m1-6.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%2017zm12-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-rounded.svg?color=%231a73e8&size=48