acute from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
acute
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the acute icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round"><path stroke-width="1.45" d="M10.596 2.523c.8-.225 2.676-.7 3.176-.45m0 0c.525.325.625 2.075.775 2.8m-.775-2.8l-9.954 16.1s-.526.85-.225 1.325c.225.525 1.525.5 1.525.5H20.5m0 0c0-.6-1.8-1.8-1.976-2m1.976 2c0 .6-1.45 1.45-1.976 2"/><path stroke-linejoin="round" stroke-width="1.5" d="M7.494 12.498c1.876.325 3.31 1.225 4.161 2.55c.95 1.35 1.066 3.225.491 4.75"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsAcute(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round"><path strokeWidth="1.45" d="M10.596 2.523c.8-.225 2.676-.7 3.176-.45m0 0c.525.325.625 2.075.775 2.8m-.775-2.8l-9.954 16.1s-.526.85-.225 1.325c.225.525 1.525.5 1.525.5H20.5m0 0c0-.6-1.8-1.8-1.976-2m1.976 2c0 .6-1.45 1.45-1.976 2"/><path strokeLinejoin="round" strokeWidth="1.5" d="M7.494 12.498c1.876.325 3.31 1.225 4.161 2.55c.95 1.35 1.066 3.225.491 4.75"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round"><path stroke-width="1.45" d="M10.596 2.523c.8-.225 2.676-.7 3.176-.45m0 0c.525.325.625 2.075.775 2.8m-.775-2.8l-9.954 16.1s-.526.85-.225 1.325c.225.525 1.525.5 1.525.5H20.5m0 0c0-.6-1.8-1.8-1.976-2m1.976 2c0 .6-1.45 1.45-1.976 2"/><path stroke-linejoin="round" stroke-width="1.5" d="M7.494 12.498c1.876.325 3.31 1.225 4.161 2.55c.95 1.35 1.066 3.225.491 4.75"/></g></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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%3E%3Cpath%20stroke-width%3D%221.45%22%20d%3D%22M10.596%202.523c.8-.225%202.676-.7%203.176-.45m0%200c.525.325.625%202.075.775%202.8m-.775-2.8l-9.954%2016.1s-.526.85-.225%201.325c.225.525%201.525.5%201.525.5H20.5m0%200c0-.6-1.8-1.8-1.976-2m1.976%202c0%20.6-1.45%201.45-1.976%202%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M7.494%2012.498c1.876.325%203.31%201.225%204.161%202.55c.95%201.35%201.066%203.225.491%204.75%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%3E%3Cpath%20stroke-width%3D%221.45%22%20d%3D%22M10.596%202.523c.8-.225%202.676-.7%203.176-.45m0%200c.525.325.625%202.075.775%202.8m-.775-2.8l-9.954%2016.1s-.526.85-.225%201.325c.225.525%201.525.5%201.525.5H20.5m0%200c0-.6-1.8-1.8-1.976-2m1.976%202c0%20.6-1.45%201.45-1.976%202%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M7.494%2012.498c1.876.325%203.31%201.225%204.161%202.55c.95%201.35%201.066%203.225.491%204.75%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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