acute icon
acute-outline-rounded from Material Symbols Light by Google · Outline Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- acute-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More ui actions icons from Material Symbols Light
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="M14.816 19q-2.935 0-4.972-2.037t-2.036-4.971q0-2.913 2.037-4.953Q11.88 5 14.816 5q2.913 0 4.952 2.04t2.04 4.952q0 2.934-2.04 4.971T14.816 19m-.008-1q2.5 0 4.25-1.75t1.75-4.25t-1.75-4.25T14.808 6t-4.25 1.75T8.808 12t1.75 4.25t4.25 1.75m.5-6.188V8.808q0-.213-.144-.356t-.357-.144t-.356.144t-.143.356v3.083q0 .153.058.296q.059.144.189.275l2.366 2.384q.146.166.347.166t.367-.166t.165-.356t-.165-.357zM3.692 8.5q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143h2.616q.212 0 .356.144t.144.357t-.144.356t-.356.143zm-1 4q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143h3.616q.212 0 .356.144t.144.357t-.144.356t-.356.143zm1 4q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143h2.616q.212 0 .356.144t.144.357t-.144.356t-.356.143zM14.808 12"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightAcuteOutlineRounded(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="M14.816 19q-2.935 0-4.972-2.037t-2.036-4.971q0-2.913 2.037-4.953Q11.88 5 14.816 5q2.913 0 4.952 2.04t2.04 4.952q0 2.934-2.04 4.971T14.816 19m-.008-1q2.5 0 4.25-1.75t1.75-4.25t-1.75-4.25T14.808 6t-4.25 1.75T8.808 12t1.75 4.25t4.25 1.75m.5-6.188V8.808q0-.213-.144-.356t-.357-.144t-.356.144t-.143.356v3.083q0 .153.058.296q.059.144.189.275l2.366 2.384q.146.166.347.166t.367-.166t.165-.356t-.165-.357zM3.692 8.5q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143h2.616q.212 0 .356.144t.144.357t-.144.356t-.356.143zm-1 4q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143h3.616q.212 0 .356.144t.144.357t-.144.356t-.356.143zm1 4q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143h2.616q.212 0 .356.144t.144.357t-.144.356t-.356.143zM14.808 12"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.816 19q-2.935 0-4.972-2.037t-2.036-4.971q0-2.913 2.037-4.953Q11.88 5 14.816 5q2.913 0 4.952 2.04t2.04 4.952q0 2.934-2.04 4.971T14.816 19m-.008-1q2.5 0 4.25-1.75t1.75-4.25t-1.75-4.25T14.808 6t-4.25 1.75T8.808 12t1.75 4.25t4.25 1.75m.5-6.188V8.808q0-.213-.144-.356t-.357-.144t-.356.144t-.143.356v3.083q0 .153.058.296q.059.144.189.275l2.366 2.384q.146.166.347.166t.367-.166t.165-.356t-.165-.357zM3.692 8.5q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143h2.616q.212 0 .356.144t.144.357t-.144.356t-.356.143zm-1 4q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143h3.616q.212 0 .356.144t.144.357t-.144.356t-.356.143zm1 4q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143h2.616q.212 0 .356.144t.144.357t-.144.356t-.356.143zM14.808 12"/></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%22M14.816%2019q-2.935%200-4.972-2.037t-2.036-4.971q0-2.913%202.037-4.953Q11.88%205%2014.816%205q2.913%200%204.952%202.04t2.04%204.952q0%202.934-2.04%204.971T14.816%2019m-.008-1q2.5%200%204.25-1.75t1.75-4.25t-1.75-4.25T14.808%206t-4.25%201.75T8.808%2012t1.75%204.25t4.25%201.75m.5-6.188V8.808q0-.213-.144-.356t-.357-.144t-.356.144t-.143.356v3.083q0%20.153.058.296q.059.144.189.275l2.366%202.384q.146.166.347.166t.367-.166t.165-.356t-.165-.357zM3.692%208.5q-.212%200-.356-.144t-.144-.357t.144-.356t.356-.143h2.616q.212%200%20.356.144t.144.357t-.144.356t-.356.143zm-1%204q-.212%200-.356-.144t-.144-.357t.144-.356t.356-.143h3.616q.212%200%20.356.144t.144.357t-.144.356t-.356.143zm1%204q-.212%200-.356-.144t-.144-.357t.144-.356t.356-.143h2.616q.212%200%20.356.144t.144.357t-.144.356t-.356.143zM14.808%2012%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%22M14.816%2019q-2.935%200-4.972-2.037t-2.036-4.971q0-2.913%202.037-4.953Q11.88%205%2014.816%205q2.913%200%204.952%202.04t2.04%204.952q0%202.934-2.04%204.971T14.816%2019m-.008-1q2.5%200%204.25-1.75t1.75-4.25t-1.75-4.25T14.808%206t-4.25%201.75T8.808%2012t1.75%204.25t4.25%201.75m.5-6.188V8.808q0-.213-.144-.356t-.357-.144t-.356.144t-.143.356v3.083q0%20.153.058.296q.059.144.189.275l2.366%202.384q.146.166.347.166t.367-.166t.165-.356t-.165-.357zM3.692%208.5q-.212%200-.356-.144t-.144-.357t.144-.356t.356-.143h2.616q.212%200%20.356.144t.144.357t-.144.356t-.356.143zm-1%204q-.212%200-.356-.144t-.144-.357t.144-.356t.356-.143h3.616q.212%200%20.356.144t.144.357t-.144.356t-.356.143zm1%204q-.212%200-.356-.144t-.144-.357t.144-.356t.356-.143h2.616q.212%200%20.356.144t.144.357t-.144.356t-.356.143zM14.808%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/acute-outline-rounded.svg?color=%231a73e8&size=48