up arrow circle icon
up-arrow-circle from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- up-arrow-circle
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- bx-up-arrow-circle
The same icon in other sets
Related icons in BoxIcons v2
Use the up arrow circle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.001 1.993C6.486 1.994 2 6.48 2 11.994c.001 5.514 4.487 10 10 10c5.515 0 10.001-4.486 10.001-10s-4.486-10-10-10.001M12 19.994c-4.41 0-7.999-3.589-8-8c0-4.411 3.589-8 8.001-8.001c4.411.001 8 3.59 8 8.001s-3.589 8-8.001 8"/><path fill="currentColor" d="m12.001 8.001l-4.005 4.005h3.005V16h2v-3.994h3.004z"/></svg>
React
import type { SVGProps } from "react";
export function BxUpArrowCircle(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.001 1.993C6.486 1.994 2 6.48 2 11.994c.001 5.514 4.487 10 10 10c5.515 0 10.001-4.486 10.001-10s-4.486-10-10-10.001M12 19.994c-4.41 0-7.999-3.589-8-8c0-4.411 3.589-8 8.001-8.001c4.411.001 8 3.59 8 8.001s-3.589 8-8.001 8"/><path fill="currentColor" d="m12.001 8.001l-4.005 4.005h3.005V16h2v-3.994h3.004z"/></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.001 1.993C6.486 1.994 2 6.48 2 11.994c.001 5.514 4.487 10 10 10c5.515 0 10.001-4.486 10.001-10s-4.486-10-10-10.001M12 19.994c-4.41 0-7.999-3.589-8-8c0-4.411 3.589-8 8.001-8.001c4.411.001 8 3.59 8 8.001s-3.589 8-8.001 8"/><path fill="currentColor" d="m12.001 8.001l-4.005 4.005h3.005V16h2v-3.994h3.004z"/></svg> </template>
CSS
.icon-up-arrow-circle {
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.001%201.993C6.486%201.994%202%206.48%202%2011.994c.001%205.514%204.487%2010%2010%2010c5.515%200%2010.001-4.486%2010.001-10s-4.486-10-10-10.001M12%2019.994c-4.41%200-7.999-3.589-8-8c0-4.411%203.589-8%208.001-8.001c4.411.001%208%203.59%208%208.001s-3.589%208-8.001%208%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12.001%208.001l-4.005%204.005h3.005V16h2v-3.994h3.004z%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.001%201.993C6.486%201.994%202%206.48%202%2011.994c.001%205.514%204.487%2010%2010%2010c5.515%200%2010.001-4.486%2010.001-10s-4.486-10-10-10.001M12%2019.994c-4.41%200-7.999-3.589-8-8c0-4.411%203.589-8%208.001-8.001c4.411.001%208%203.59%208%208.001s-3.589%208-8.001%208%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12.001%208.001l-4.005%204.005h3.005V16h2v-3.994h3.004z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/up-arrow-circle.svg?color=%231a73e8&size=48