circle bottom up icon

circle-bottom-up-filled from Reicon by REICON · Filled · Arrows-action · MIT Free for personal and commercial use.

Name
circle-bottom-up-filled
Set
Reicon
Style
Filled
Category
Arrows-action
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

More arrows-action icons from Reicon

Use the circle bottom up icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M2.47 21.53a.75.75 0 0 1 0-1.06l7.72-7.72H6.655a.75.75 0 0 1 0-1.5H12a.75.75 0 0 1 .75.75v5.344a.75.75 0 0 1-1.5 0V13.81l-7.72 7.72a.75.75 0 0 1-1.06 0" clip-rule="evenodd"/><path d="m3.518 17.3l3.052-3.052a2.25 2.25 0 0 1 .086-4.498H12A2.25 2.25 0 0 1 14.25 12v5.344a2.25 2.25 0 0 1-4.498.086L6.7 20.482A9.95 9.95 0 0 0 12 22c5.523 0 10-4.477 10-10S17.523 2 12 2S2 6.477 2 12c0 1.947.556 3.763 1.518 5.3"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconCircleBottomUpFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M2.47 21.53a.75.75 0 0 1 0-1.06l7.72-7.72H6.655a.75.75 0 0 1 0-1.5H12a.75.75 0 0 1 .75.75v5.344a.75.75 0 0 1-1.5 0V13.81l-7.72 7.72a.75.75 0 0 1-1.06 0" clipRule="evenodd"/><path d="m3.518 17.3l3.052-3.052a2.25 2.25 0 0 1 .086-4.498H12A2.25 2.25 0 0 1 14.25 12v5.344a2.25 2.25 0 0 1-4.498.086L6.7 20.482A9.95 9.95 0 0 0 12 22c5.523 0 10-4.477 10-10S17.523 2 12 2S2 6.477 2 12c0 1.947.556 3.763 1.518 5.3"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M2.47 21.53a.75.75 0 0 1 0-1.06l7.72-7.72H6.655a.75.75 0 0 1 0-1.5H12a.75.75 0 0 1 .75.75v5.344a.75.75 0 0 1-1.5 0V13.81l-7.72 7.72a.75.75 0 0 1-1.06 0" clip-rule="evenodd"/><path d="m3.518 17.3l3.052-3.052a2.25 2.25 0 0 1 .086-4.498H12A2.25 2.25 0 0 1 14.25 12v5.344a2.25 2.25 0 0 1-4.498.086L6.7 20.482A9.95 9.95 0 0 0 12 22c5.523 0 10-4.477 10-10S17.523 2 12 2S2 6.477 2 12c0 1.947.556 3.763 1.518 5.3"/></g></svg>
</template>

CSS

.icon-circle-bottom-up-filled {
  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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2.47%2021.53a.75.75%200%200%201%200-1.06l7.72-7.72H6.655a.75.75%200%200%201%200-1.5H12a.75.75%200%200%201%20.75.75v5.344a.75.75%200%200%201-1.5%200V13.81l-7.72%207.72a.75.75%200%200%201-1.06%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m3.518%2017.3l3.052-3.052a2.25%202.25%200%200%201%20.086-4.498H12A2.25%202.25%200%200%201%2014.25%2012v5.344a2.25%202.25%200%200%201-4.498.086L6.7%2020.482A9.95%209.95%200%200%200%2012%2022c5.523%200%2010-4.477%2010-10S17.523%202%2012%202S2%206.477%202%2012c0%201.947.556%203.763%201.518%205.3%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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2.47%2021.53a.75.75%200%200%201%200-1.06l7.72-7.72H6.655a.75.75%200%200%201%200-1.5H12a.75.75%200%200%201%20.75.75v5.344a.75.75%200%200%201-1.5%200V13.81l-7.72%207.72a.75.75%200%200%201-1.06%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m3.518%2017.3l3.052-3.052a2.25%202.25%200%200%201%20.086-4.498H12A2.25%202.25%200%200%201%2014.25%2012v5.344a2.25%202.25%200%200%201-4.498.086L6.7%2020.482A9.95%209.95%200%200%200%2012%2022c5.523%200%2010-4.477%2010-10S17.523%202%2012%202S2%206.477%202%2012c0%201.947.556%203.763%201.518%205.3%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/circle-bottom-up-filled.svg?color=%231a73e8&size=48