reset icon
reset from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- reset
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- bx-reset
The same icon in other sets
Use the reset icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 16c1.671 0 3-1.331 3-3s-1.329-3-3-3s-3 1.331-3 3s1.329 3 3 3"/><path fill="currentColor" d="M20.817 11.186a8.9 8.9 0 0 0-1.355-3.219a9 9 0 0 0-2.43-2.43a9 9 0 0 0-3.219-1.355a9 9 0 0 0-1.838-.18V2L8 5l3.975 3V6.002c.484-.002.968.044 1.435.14a7 7 0 0 1 2.502 1.053a7 7 0 0 1 1.892 1.892A6.97 6.97 0 0 1 19 13a7 7 0 0 1-.55 2.725a7 7 0 0 1-.644 1.188a7 7 0 0 1-.858 1.039a7.03 7.03 0 0 1-3.536 1.907a7.1 7.1 0 0 1-2.822 0a7 7 0 0 1-2.503-1.054a7 7 0 0 1-1.89-1.89A7 7 0 0 1 5 13H3a9 9 0 0 0 1.539 5.034a9.1 9.1 0 0 0 2.428 2.428A8.95 8.95 0 0 0 12 22a9 9 0 0 0 1.814-.183a9 9 0 0 0 3.218-1.355a9 9 0 0 0 1.331-1.099a9 9 0 0 0 1.1-1.332A8.95 8.95 0 0 0 21 13a9 9 0 0 0-.183-1.814"/></svg>
React
import type { SVGProps } from "react";
export function BxReset(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 16c1.671 0 3-1.331 3-3s-1.329-3-3-3s-3 1.331-3 3s1.329 3 3 3"/><path fill="currentColor" d="M20.817 11.186a8.9 8.9 0 0 0-1.355-3.219a9 9 0 0 0-2.43-2.43a9 9 0 0 0-3.219-1.355a9 9 0 0 0-1.838-.18V2L8 5l3.975 3V6.002c.484-.002.968.044 1.435.14a7 7 0 0 1 2.502 1.053a7 7 0 0 1 1.892 1.892A6.97 6.97 0 0 1 19 13a7 7 0 0 1-.55 2.725a7 7 0 0 1-.644 1.188a7 7 0 0 1-.858 1.039a7.03 7.03 0 0 1-3.536 1.907a7.1 7.1 0 0 1-2.822 0a7 7 0 0 1-2.503-1.054a7 7 0 0 1-1.89-1.89A7 7 0 0 1 5 13H3a9 9 0 0 0 1.539 5.034a9.1 9.1 0 0 0 2.428 2.428A8.95 8.95 0 0 0 12 22a9 9 0 0 0 1.814-.183a9 9 0 0 0 3.218-1.355a9 9 0 0 0 1.331-1.099a9 9 0 0 0 1.1-1.332A8.95 8.95 0 0 0 21 13a9 9 0 0 0-.183-1.814"/></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 16c1.671 0 3-1.331 3-3s-1.329-3-3-3s-3 1.331-3 3s1.329 3 3 3"/><path fill="currentColor" d="M20.817 11.186a8.9 8.9 0 0 0-1.355-3.219a9 9 0 0 0-2.43-2.43a9 9 0 0 0-3.219-1.355a9 9 0 0 0-1.838-.18V2L8 5l3.975 3V6.002c.484-.002.968.044 1.435.14a7 7 0 0 1 2.502 1.053a7 7 0 0 1 1.892 1.892A6.97 6.97 0 0 1 19 13a7 7 0 0 1-.55 2.725a7 7 0 0 1-.644 1.188a7 7 0 0 1-.858 1.039a7.03 7.03 0 0 1-3.536 1.907a7.1 7.1 0 0 1-2.822 0a7 7 0 0 1-2.503-1.054a7 7 0 0 1-1.89-1.89A7 7 0 0 1 5 13H3a9 9 0 0 0 1.539 5.034a9.1 9.1 0 0 0 2.428 2.428A8.95 8.95 0 0 0 12 22a9 9 0 0 0 1.814-.183a9 9 0 0 0 3.218-1.355a9 9 0 0 0 1.331-1.099a9 9 0 0 0 1.1-1.332A8.95 8.95 0 0 0 21 13a9 9 0 0 0-.183-1.814"/></svg> </template>
CSS
.icon-reset {
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%2016c1.671%200%203-1.331%203-3s-1.329-3-3-3s-3%201.331-3%203s1.329%203%203%203%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.817%2011.186a8.9%208.9%200%200%200-1.355-3.219a9%209%200%200%200-2.43-2.43a9%209%200%200%200-3.219-1.355a9%209%200%200%200-1.838-.18V2L8%205l3.975%203V6.002c.484-.002.968.044%201.435.14a7%207%200%200%201%202.502%201.053a7%207%200%200%201%201.892%201.892A6.97%206.97%200%200%201%2019%2013a7%207%200%200%201-.55%202.725a7%207%200%200%201-.644%201.188a7%207%200%200%201-.858%201.039a7.03%207.03%200%200%201-3.536%201.907a7.1%207.1%200%200%201-2.822%200a7%207%200%200%201-2.503-1.054a7%207%200%200%201-1.89-1.89A7%207%200%200%201%205%2013H3a9%209%200%200%200%201.539%205.034a9.1%209.1%200%200%200%202.428%202.428A8.95%208.95%200%200%200%2012%2022a9%209%200%200%200%201.814-.183a9%209%200%200%200%203.218-1.355a9%209%200%200%200%201.331-1.099a9%209%200%200%200%201.1-1.332A8.95%208.95%200%200%200%2021%2013a9%209%200%200%200-.183-1.814%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%2016c1.671%200%203-1.331%203-3s-1.329-3-3-3s-3%201.331-3%203s1.329%203%203%203%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.817%2011.186a8.9%208.9%200%200%200-1.355-3.219a9%209%200%200%200-2.43-2.43a9%209%200%200%200-3.219-1.355a9%209%200%200%200-1.838-.18V2L8%205l3.975%203V6.002c.484-.002.968.044%201.435.14a7%207%200%200%201%202.502%201.053a7%207%200%200%201%201.892%201.892A6.97%206.97%200%200%201%2019%2013a7%207%200%200%201-.55%202.725a7%207%200%200%201-.644%201.188a7%207%200%200%201-.858%201.039a7.03%207.03%200%200%201-3.536%201.907a7.1%207.1%200%200%201-2.822%200a7%207%200%200%201-2.503-1.054a7%207%200%200%201-1.89-1.89A7%207%200%200%201%205%2013H3a9%209%200%200%200%201.539%205.034a9.1%209.1%200%200%200%202.428%202.428A8.95%208.95%200%200%200%2012%2022a9%209%200%200%200%201.814-.183a9%209%200%200%200%203.218-1.355a9%209%200%200%200%201.331-1.099a9%209%200%200%200%201.1-1.332A8.95%208.95%200%200%200%2021%2013a9%209%200%200%200-.183-1.814%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/reset.svg?color=%231a73e8&size=48