circle top up icon

circle-top-up-bold from Solar by 480 Design · Bold · Arrows Action · CC-BY-4.0 Attribution required.

Name
circle-top-up-bold
Set
Solar
Style
Bold
Category
Arrows Action
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More arrows action icons from Solar

Use the circle top 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="M14.5 2.75C14.5 2.33579 14.8358 2 15.25 2H21.25C21.6642 2 22 2.33579 22 2.75V8.75C22 9.16421 21.6642 9.5 21.25 9.5C20.8358 9.5 20.5 9.16421 20.5 8.75V4.56066L13.7803 11.2803C13.4874 11.5732 13.0126 11.5732 12.7197 11.2803C12.4268 10.9874 12.4268 10.5126 12.7197 10.2197L19.4393 3.5H15.25C14.8358 3.5 14.5 3.16421 14.5 2.75Z" clip-rule="evenodd"/><path d="M11.25 2.75C5.72715 2.75 1.25 7.22715 1.25 12.75C1.25 18.2728 5.72715 22.75 11.25 22.75C16.7728 22.75 21.25 18.2728 21.25 12.75C21.25 12.1512 21.1974 11.5647 21.0965 10.9948C19.9254 10.9159 19 9.94104 19 8.75V8.18198L14.841 12.341C13.9623 13.2197 12.5377 13.2197 11.659 12.341C10.7803 11.4623 10.7803 10.0377 11.659 9.15901L15.818 5H15.25C14.059 5 13.0841 4.07456 13.0052 2.90352C12.4353 2.80263 11.8488 2.75 11.25 2.75Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarCircleTopUpBold(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="M14.5 2.75C14.5 2.33579 14.8358 2 15.25 2H21.25C21.6642 2 22 2.33579 22 2.75V8.75C22 9.16421 21.6642 9.5 21.25 9.5C20.8358 9.5 20.5 9.16421 20.5 8.75V4.56066L13.7803 11.2803C13.4874 11.5732 13.0126 11.5732 12.7197 11.2803C12.4268 10.9874 12.4268 10.5126 12.7197 10.2197L19.4393 3.5H15.25C14.8358 3.5 14.5 3.16421 14.5 2.75Z" clipRule="evenodd"/><path d="M11.25 2.75C5.72715 2.75 1.25 7.22715 1.25 12.75C1.25 18.2728 5.72715 22.75 11.25 22.75C16.7728 22.75 21.25 18.2728 21.25 12.75C21.25 12.1512 21.1974 11.5647 21.0965 10.9948C19.9254 10.9159 19 9.94104 19 8.75V8.18198L14.841 12.341C13.9623 13.2197 12.5377 13.2197 11.659 12.341C10.7803 11.4623 10.7803 10.0377 11.659 9.15901L15.818 5H15.25C14.059 5 13.0841 4.07456 13.0052 2.90352C12.4353 2.80263 11.8488 2.75 11.25 2.75Z"/></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="M14.5 2.75C14.5 2.33579 14.8358 2 15.25 2H21.25C21.6642 2 22 2.33579 22 2.75V8.75C22 9.16421 21.6642 9.5 21.25 9.5C20.8358 9.5 20.5 9.16421 20.5 8.75V4.56066L13.7803 11.2803C13.4874 11.5732 13.0126 11.5732 12.7197 11.2803C12.4268 10.9874 12.4268 10.5126 12.7197 10.2197L19.4393 3.5H15.25C14.8358 3.5 14.5 3.16421 14.5 2.75Z" clip-rule="evenodd"/><path d="M11.25 2.75C5.72715 2.75 1.25 7.22715 1.25 12.75C1.25 18.2728 5.72715 22.75 11.25 22.75C16.7728 22.75 21.25 18.2728 21.25 12.75C21.25 12.1512 21.1974 11.5647 21.0965 10.9948C19.9254 10.9159 19 9.94104 19 8.75V8.18198L14.841 12.341C13.9623 13.2197 12.5377 13.2197 11.659 12.341C10.7803 11.4623 10.7803 10.0377 11.659 9.15901L15.818 5H15.25C14.059 5 13.0841 4.07456 13.0052 2.90352C12.4353 2.80263 11.8488 2.75 11.25 2.75Z"/></g></svg>
</template>

CSS

.icon-circle-top-up-bold {
  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%22M14.5%202.75C14.5%202.33579%2014.8358%202%2015.25%202H21.25C21.6642%202%2022%202.33579%2022%202.75V8.75C22%209.16421%2021.6642%209.5%2021.25%209.5C20.8358%209.5%2020.5%209.16421%2020.5%208.75V4.56066L13.7803%2011.2803C13.4874%2011.5732%2013.0126%2011.5732%2012.7197%2011.2803C12.4268%2010.9874%2012.4268%2010.5126%2012.7197%2010.2197L19.4393%203.5H15.25C14.8358%203.5%2014.5%203.16421%2014.5%202.75Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M11.25%202.75C5.72715%202.75%201.25%207.22715%201.25%2012.75C1.25%2018.2728%205.72715%2022.75%2011.25%2022.75C16.7728%2022.75%2021.25%2018.2728%2021.25%2012.75C21.25%2012.1512%2021.1974%2011.5647%2021.0965%2010.9948C19.9254%2010.9159%2019%209.94104%2019%208.75V8.18198L14.841%2012.341C13.9623%2013.2197%2012.5377%2013.2197%2011.659%2012.341C10.7803%2011.4623%2010.7803%2010.0377%2011.659%209.15901L15.818%205H15.25C14.059%205%2013.0841%204.07456%2013.0052%202.90352C12.4353%202.80263%2011.8488%202.75%2011.25%202.75Z%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%22M14.5%202.75C14.5%202.33579%2014.8358%202%2015.25%202H21.25C21.6642%202%2022%202.33579%2022%202.75V8.75C22%209.16421%2021.6642%209.5%2021.25%209.5C20.8358%209.5%2020.5%209.16421%2020.5%208.75V4.56066L13.7803%2011.2803C13.4874%2011.5732%2013.0126%2011.5732%2012.7197%2011.2803C12.4268%2010.9874%2012.4268%2010.5126%2012.7197%2010.2197L19.4393%203.5H15.25C14.8358%203.5%2014.5%203.16421%2014.5%202.75Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M11.25%202.75C5.72715%202.75%201.25%207.22715%201.25%2012.75C1.25%2018.2728%205.72715%2022.75%2011.25%2022.75C16.7728%2022.75%2021.25%2018.2728%2021.25%2012.75C21.25%2012.1512%2021.1974%2011.5647%2021.0965%2010.9948C19.9254%2010.9159%2019%209.94104%2019%208.75V8.18198L14.841%2012.341C13.9623%2013.2197%2012.5377%2013.2197%2011.659%2012.341C10.7803%2011.4623%2010.7803%2010.0377%2011.659%209.15901L15.818%205H15.25C14.059%205%2013.0841%204.07456%2013.0052%202.90352C12.4353%202.80263%2011.8488%202.75%2011.25%202.75Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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