abs-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
abs-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

Use the abs icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 4a8 8 0 1 1 0 16a8 8 0 0 1 0-16M3.2 5.4a1 1 0 0 1 1.599 1.2A8.96 8.96 0 0 0 3 12c0 2.027.67 3.895 1.799 5.4a1 1 0 0 1-1.6 1.2A10.96 10.96 0 0 1 1 12c0-2.475.818-4.762 2.2-6.6m16.2-.2a1 1 0 0 1 1.4.2A10.96 10.96 0 0 1 23 12c0 2.475-.818 4.762-2.2 6.6a1 1 0 0 1-1.599-1.2A8.96 8.96 0 0 0 21 12c0-2.027-.67-3.895-1.799-5.4a1 1 0 0 1 .2-1.4M11 8a3 3 0 0 0-3 3v4a1 1 0 1 0 2 0v-2h1v2a1 1 0 0 0 1 1h2a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2zm3 6h-1v-1h1zm-3-3h-1a1 1 0 0 1 1-1zm3 0h-1v-1h1z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteAbsFill(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="M12 4a8 8 0 1 1 0 16a8 8 0 0 1 0-16M3.2 5.4a1 1 0 0 1 1.599 1.2A8.96 8.96 0 0 0 3 12c0 2.027.67 3.895 1.799 5.4a1 1 0 0 1-1.6 1.2A10.96 10.96 0 0 1 1 12c0-2.475.818-4.762 2.2-6.6m16.2-.2a1 1 0 0 1 1.4.2A10.96 10.96 0 0 1 23 12c0 2.475-.818 4.762-2.2 6.6a1 1 0 0 1-1.599-1.2A8.96 8.96 0 0 0 21 12c0-2.027-.67-3.895-1.799-5.4a1 1 0 0 1 .2-1.4M11 8a3 3 0 0 0-3 3v4a1 1 0 1 0 2 0v-2h1v2a1 1 0 0 0 1 1h2a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2zm3 6h-1v-1h1zm-3-3h-1a1 1 0 0 1 1-1zm3 0h-1v-1h1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 4a8 8 0 1 1 0 16a8 8 0 0 1 0-16M3.2 5.4a1 1 0 0 1 1.599 1.2A8.96 8.96 0 0 0 3 12c0 2.027.67 3.895 1.799 5.4a1 1 0 0 1-1.6 1.2A10.96 10.96 0 0 1 1 12c0-2.475.818-4.762 2.2-6.6m16.2-.2a1 1 0 0 1 1.4.2A10.96 10.96 0 0 1 23 12c0 2.475-.818 4.762-2.2 6.6a1 1 0 0 1-1.599-1.2A8.96 8.96 0 0 0 21 12c0-2.027-.67-3.895-1.799-5.4a1 1 0 0 1 .2-1.4M11 8a3 3 0 0 0-3 3v4a1 1 0 1 0 2 0v-2h1v2a1 1 0 0 0 1 1h2a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2zm3 6h-1v-1h1zm-3-3h-1a1 1 0 0 1 1-1zm3 0h-1v-1h1z"/></svg>
</template>

CSS

.icon-abs-fill {
  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%22M12%204a8%208%200%201%201%200%2016a8%208%200%200%201%200-16M3.2%205.4a1%201%200%200%201%201.599%201.2A8.96%208.96%200%200%200%203%2012c0%202.027.67%203.895%201.799%205.4a1%201%200%200%201-1.6%201.2A10.96%2010.96%200%200%201%201%2012c0-2.475.818-4.762%202.2-6.6m16.2-.2a1%201%200%200%201%201.4.2A10.96%2010.96%200%200%201%2023%2012c0%202.475-.818%204.762-2.2%206.6a1%201%200%200%201-1.599-1.2A8.96%208.96%200%200%200%2021%2012c0-2.027-.67-3.895-1.799-5.4a1%201%200%200%201%20.2-1.4M11%208a3%203%200%200%200-3%203v4a1%201%200%201%200%202%200v-2h1v2a1%201%200%200%200%201%201h2a2%202%200%200%200%202-2v-4a2%202%200%200%200-2-2zm3%206h-1v-1h1zm-3-3h-1a1%201%200%200%201%201-1zm3%200h-1v-1h1z%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%22M12%204a8%208%200%201%201%200%2016a8%208%200%200%201%200-16M3.2%205.4a1%201%200%200%201%201.599%201.2A8.96%208.96%200%200%200%203%2012c0%202.027.67%203.895%201.799%205.4a1%201%200%200%201-1.6%201.2A10.96%2010.96%200%200%201%201%2012c0-2.475.818-4.762%202.2-6.6m16.2-.2a1%201%200%200%201%201.4.2A10.96%2010.96%200%200%201%2023%2012c0%202.475-.818%204.762-2.2%206.6a1%201%200%200%201-1.599-1.2A8.96%208.96%200%200%200%2021%2012c0-2.027-.67-3.895-1.799-5.4a1%201%200%200%201%20.2-1.4M11%208a3%203%200%200%200-3%203v4a1%201%200%201%200%202%200v-2h1v2a1%201%200%200%200%201%201h2a2%202%200%200%200%202-2v-4a2%202%200%200%200-2-2zm3%206h-1v-1h1zm-3-3h-1a1%201%200%200%201%201-1zm3%200h-1v-1h1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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