revision icon
revision from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- revision
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- bx-revision
Use the revision icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.89 10.105a8.7 8.7 0 0 0-.789-1.456l-1.658 1.119a6.6 6.6 0 0 1 .987 2.345a6.7 6.7 0 0 1 0 2.648a6.5 6.5 0 0 1-.384 1.231a6.4 6.4 0 0 1-.603 1.112a6.7 6.7 0 0 1-1.776 1.775a6.6 6.6 0 0 1-2.343.987a6.7 6.7 0 0 1-2.646 0a6.55 6.55 0 0 1-3.317-1.788a6.6 6.6 0 0 1-1.408-2.088a6.6 6.6 0 0 1-.382-1.23a6.63 6.63 0 0 1 .382-3.877A6.6 6.6 0 0 1 7.36 8.797A6.6 6.6 0 0 1 9.446 7.39c.395-.167.81-.296 1.23-.382c.107-.022.216-.032.324-.049V10l5-4l-5-4v2.938a9 9 0 0 0-.725.111a8.5 8.5 0 0 0-3.063 1.29A8.566 8.566 0 0 0 4.11 16.77a8.5 8.5 0 0 0 1.835 2.724a8.6 8.6 0 0 0 2.721 1.833a8.55 8.55 0 0 0 5.061.499a8.58 8.58 0 0 0 6.162-5.056c.22-.52.389-1.061.5-1.608a8.6 8.6 0 0 0 0-3.45a8.7 8.7 0 0 0-.499-1.607"/></svg>
React
import type { SVGProps } from "react";
export function BxRevision(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="M19.89 10.105a8.7 8.7 0 0 0-.789-1.456l-1.658 1.119a6.6 6.6 0 0 1 .987 2.345a6.7 6.7 0 0 1 0 2.648a6.5 6.5 0 0 1-.384 1.231a6.4 6.4 0 0 1-.603 1.112a6.7 6.7 0 0 1-1.776 1.775a6.6 6.6 0 0 1-2.343.987a6.7 6.7 0 0 1-2.646 0a6.55 6.55 0 0 1-3.317-1.788a6.6 6.6 0 0 1-1.408-2.088a6.6 6.6 0 0 1-.382-1.23a6.63 6.63 0 0 1 .382-3.877A6.6 6.6 0 0 1 7.36 8.797A6.6 6.6 0 0 1 9.446 7.39c.395-.167.81-.296 1.23-.382c.107-.022.216-.032.324-.049V10l5-4l-5-4v2.938a9 9 0 0 0-.725.111a8.5 8.5 0 0 0-3.063 1.29A8.566 8.566 0 0 0 4.11 16.77a8.5 8.5 0 0 0 1.835 2.724a8.6 8.6 0 0 0 2.721 1.833a8.55 8.55 0 0 0 5.061.499a8.58 8.58 0 0 0 6.162-5.056c.22-.52.389-1.061.5-1.608a8.6 8.6 0 0 0 0-3.45a8.7 8.7 0 0 0-.499-1.607"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.89 10.105a8.7 8.7 0 0 0-.789-1.456l-1.658 1.119a6.6 6.6 0 0 1 .987 2.345a6.7 6.7 0 0 1 0 2.648a6.5 6.5 0 0 1-.384 1.231a6.4 6.4 0 0 1-.603 1.112a6.7 6.7 0 0 1-1.776 1.775a6.6 6.6 0 0 1-2.343.987a6.7 6.7 0 0 1-2.646 0a6.55 6.55 0 0 1-3.317-1.788a6.6 6.6 0 0 1-1.408-2.088a6.6 6.6 0 0 1-.382-1.23a6.63 6.63 0 0 1 .382-3.877A6.6 6.6 0 0 1 7.36 8.797A6.6 6.6 0 0 1 9.446 7.39c.395-.167.81-.296 1.23-.382c.107-.022.216-.032.324-.049V10l5-4l-5-4v2.938a9 9 0 0 0-.725.111a8.5 8.5 0 0 0-3.063 1.29A8.566 8.566 0 0 0 4.11 16.77a8.5 8.5 0 0 0 1.835 2.724a8.6 8.6 0 0 0 2.721 1.833a8.55 8.55 0 0 0 5.061.499a8.58 8.58 0 0 0 6.162-5.056c.22-.52.389-1.061.5-1.608a8.6 8.6 0 0 0 0-3.45a8.7 8.7 0 0 0-.499-1.607"/></svg> </template>
CSS
.icon-revision {
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%22M19.89%2010.105a8.7%208.7%200%200%200-.789-1.456l-1.658%201.119a6.6%206.6%200%200%201%20.987%202.345a6.7%206.7%200%200%201%200%202.648a6.5%206.5%200%200%201-.384%201.231a6.4%206.4%200%200%201-.603%201.112a6.7%206.7%200%200%201-1.776%201.775a6.6%206.6%200%200%201-2.343.987a6.7%206.7%200%200%201-2.646%200a6.55%206.55%200%200%201-3.317-1.788a6.6%206.6%200%200%201-1.408-2.088a6.6%206.6%200%200%201-.382-1.23a6.63%206.63%200%200%201%20.382-3.877A6.6%206.6%200%200%201%207.36%208.797A6.6%206.6%200%200%201%209.446%207.39c.395-.167.81-.296%201.23-.382c.107-.022.216-.032.324-.049V10l5-4l-5-4v2.938a9%209%200%200%200-.725.111a8.5%208.5%200%200%200-3.063%201.29A8.566%208.566%200%200%200%204.11%2016.77a8.5%208.5%200%200%200%201.835%202.724a8.6%208.6%200%200%200%202.721%201.833a8.55%208.55%200%200%200%205.061.499a8.58%208.58%200%200%200%206.162-5.056c.22-.52.389-1.061.5-1.608a8.6%208.6%200%200%200%200-3.45a8.7%208.7%200%200%200-.499-1.607%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%22M19.89%2010.105a8.7%208.7%200%200%200-.789-1.456l-1.658%201.119a6.6%206.6%200%200%201%20.987%202.345a6.7%206.7%200%200%201%200%202.648a6.5%206.5%200%200%201-.384%201.231a6.4%206.4%200%200%201-.603%201.112a6.7%206.7%200%200%201-1.776%201.775a6.6%206.6%200%200%201-2.343.987a6.7%206.7%200%200%201-2.646%200a6.55%206.55%200%200%201-3.317-1.788a6.6%206.6%200%200%201-1.408-2.088a6.6%206.6%200%200%201-.382-1.23a6.63%206.63%200%200%201%20.382-3.877A6.6%206.6%200%200%201%207.36%208.797A6.6%206.6%200%200%201%209.446%207.39c.395-.167.81-.296%201.23-.382c.107-.022.216-.032.324-.049V10l5-4l-5-4v2.938a9%209%200%200%200-.725.111a8.5%208.5%200%200%200-3.063%201.29A8.566%208.566%200%200%200%204.11%2016.77a8.5%208.5%200%200%200%201.835%202.724a8.6%208.6%200%200%200%202.721%201.833a8.55%208.55%200%200%200%205.061.499a8.58%208.58%200%200%200%206.162-5.056c.22-.52.389-1.061.5-1.608a8.6%208.6%200%200%200%200-3.45a8.7%208.7%200%200%200-.499-1.607%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/revision.svg?color=%231a73e8&size=48