rotate right icon
rotate-right from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- rotate-right
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- bx-rotate-right
The same icon in other sets
Related icons in BoxIcons v2
Use the rotate right icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.242 17.242a6 6 0 0 1-1.37 1.027l.961 1.754a8.1 8.1 0 0 0 2.569-2.225l-1.6-1.201a6 6 0 0 1-.56.645m1.743-4.671a6 6 0 0 1-.362 2.528l1.873.701a8 8 0 0 0 .483-3.371zm1.512-2.368a8.05 8.05 0 0 0-1.841-2.859l-1.414 1.414a6.1 6.1 0 0 1 1.382 2.146zm-8.128 8.763c-.047-.005-.094-.015-.141-.021a7 7 0 0 1-.468-.075a5.9 5.9 0 0 1-2.421-1.122a6 6 0 0 1-.583-.506a6 6 0 0 1-.516-.597a5.9 5.9 0 0 1-.891-1.634a6 6 0 0 1-.247-.902l-.019-.131A6 6 0 0 1 6 13.002V13c0-1.603.624-3.109 1.758-4.242A5.94 5.94 0 0 1 11 7.089V10l5-4l-5-4v3.069a7.9 7.9 0 0 0-4.656 2.275A7.94 7.94 0 0 0 4 12.999v.009q.001.38.037.753c.007.076.021.15.03.227q.03.259.076.516c.019.1.044.196.066.295q.046.213.105.423q.05.168.107.333c.026.079.047.159.076.237l.008-.003A8 8 0 0 0 5.6 17.785l-.007.005c.021.028.049.053.07.081c.211.272.433.538.681.785a8 8 0 0 0 .966.816c.265.192.537.372.821.529l.028.019l.001-.001a7.9 7.9 0 0 0 2.136.795l-.001.005l.053.009c.201.042.405.071.61.098c.069.009.138.023.207.03a8 8 0 0 0 2.532-.137l-.424-1.955a6.1 6.1 0 0 1-1.904.102"/></svg>
React
import type { SVGProps } from "react";
export function BxRotateRight(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="M16.242 17.242a6 6 0 0 1-1.37 1.027l.961 1.754a8.1 8.1 0 0 0 2.569-2.225l-1.6-1.201a6 6 0 0 1-.56.645m1.743-4.671a6 6 0 0 1-.362 2.528l1.873.701a8 8 0 0 0 .483-3.371zm1.512-2.368a8.05 8.05 0 0 0-1.841-2.859l-1.414 1.414a6.1 6.1 0 0 1 1.382 2.146zm-8.128 8.763c-.047-.005-.094-.015-.141-.021a7 7 0 0 1-.468-.075a5.9 5.9 0 0 1-2.421-1.122a6 6 0 0 1-.583-.506a6 6 0 0 1-.516-.597a5.9 5.9 0 0 1-.891-1.634a6 6 0 0 1-.247-.902l-.019-.131A6 6 0 0 1 6 13.002V13c0-1.603.624-3.109 1.758-4.242A5.94 5.94 0 0 1 11 7.089V10l5-4l-5-4v3.069a7.9 7.9 0 0 0-4.656 2.275A7.94 7.94 0 0 0 4 12.999v.009q.001.38.037.753c.007.076.021.15.03.227q.03.259.076.516c.019.1.044.196.066.295q.046.213.105.423q.05.168.107.333c.026.079.047.159.076.237l.008-.003A8 8 0 0 0 5.6 17.785l-.007.005c.021.028.049.053.07.081c.211.272.433.538.681.785a8 8 0 0 0 .966.816c.265.192.537.372.821.529l.028.019l.001-.001a7.9 7.9 0 0 0 2.136.795l-.001.005l.053.009c.201.042.405.071.61.098c.069.009.138.023.207.03a8 8 0 0 0 2.532-.137l-.424-1.955a6.1 6.1 0 0 1-1.904.102"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.242 17.242a6 6 0 0 1-1.37 1.027l.961 1.754a8.1 8.1 0 0 0 2.569-2.225l-1.6-1.201a6 6 0 0 1-.56.645m1.743-4.671a6 6 0 0 1-.362 2.528l1.873.701a8 8 0 0 0 .483-3.371zm1.512-2.368a8.05 8.05 0 0 0-1.841-2.859l-1.414 1.414a6.1 6.1 0 0 1 1.382 2.146zm-8.128 8.763c-.047-.005-.094-.015-.141-.021a7 7 0 0 1-.468-.075a5.9 5.9 0 0 1-2.421-1.122a6 6 0 0 1-.583-.506a6 6 0 0 1-.516-.597a5.9 5.9 0 0 1-.891-1.634a6 6 0 0 1-.247-.902l-.019-.131A6 6 0 0 1 6 13.002V13c0-1.603.624-3.109 1.758-4.242A5.94 5.94 0 0 1 11 7.089V10l5-4l-5-4v3.069a7.9 7.9 0 0 0-4.656 2.275A7.94 7.94 0 0 0 4 12.999v.009q.001.38.037.753c.007.076.021.15.03.227q.03.259.076.516c.019.1.044.196.066.295q.046.213.105.423q.05.168.107.333c.026.079.047.159.076.237l.008-.003A8 8 0 0 0 5.6 17.785l-.007.005c.021.028.049.053.07.081c.211.272.433.538.681.785a8 8 0 0 0 .966.816c.265.192.537.372.821.529l.028.019l.001-.001a7.9 7.9 0 0 0 2.136.795l-.001.005l.053.009c.201.042.405.071.61.098c.069.009.138.023.207.03a8 8 0 0 0 2.532-.137l-.424-1.955a6.1 6.1 0 0 1-1.904.102"/></svg> </template>
CSS
.icon-rotate-right {
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%22M16.242%2017.242a6%206%200%200%201-1.37%201.027l.961%201.754a8.1%208.1%200%200%200%202.569-2.225l-1.6-1.201a6%206%200%200%201-.56.645m1.743-4.671a6%206%200%200%201-.362%202.528l1.873.701a8%208%200%200%200%20.483-3.371zm1.512-2.368a8.05%208.05%200%200%200-1.841-2.859l-1.414%201.414a6.1%206.1%200%200%201%201.382%202.146zm-8.128%208.763c-.047-.005-.094-.015-.141-.021a7%207%200%200%201-.468-.075a5.9%205.9%200%200%201-2.421-1.122a6%206%200%200%201-.583-.506a6%206%200%200%201-.516-.597a5.9%205.9%200%200%201-.891-1.634a6%206%200%200%201-.247-.902l-.019-.131A6%206%200%200%201%206%2013.002V13c0-1.603.624-3.109%201.758-4.242A5.94%205.94%200%200%201%2011%207.089V10l5-4l-5-4v3.069a7.9%207.9%200%200%200-4.656%202.275A7.94%207.94%200%200%200%204%2012.999v.009q.001.38.037.753c.007.076.021.15.03.227q.03.259.076.516c.019.1.044.196.066.295q.046.213.105.423q.05.168.107.333c.026.079.047.159.076.237l.008-.003A8%208%200%200%200%205.6%2017.785l-.007.005c.021.028.049.053.07.081c.211.272.433.538.681.785a8%208%200%200%200%20.966.816c.265.192.537.372.821.529l.028.019l.001-.001a7.9%207.9%200%200%200%202.136.795l-.001.005l.053.009c.201.042.405.071.61.098c.069.009.138.023.207.03a8%208%200%200%200%202.532-.137l-.424-1.955a6.1%206.1%200%200%201-1.904.102%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%22M16.242%2017.242a6%206%200%200%201-1.37%201.027l.961%201.754a8.1%208.1%200%200%200%202.569-2.225l-1.6-1.201a6%206%200%200%201-.56.645m1.743-4.671a6%206%200%200%201-.362%202.528l1.873.701a8%208%200%200%200%20.483-3.371zm1.512-2.368a8.05%208.05%200%200%200-1.841-2.859l-1.414%201.414a6.1%206.1%200%200%201%201.382%202.146zm-8.128%208.763c-.047-.005-.094-.015-.141-.021a7%207%200%200%201-.468-.075a5.9%205.9%200%200%201-2.421-1.122a6%206%200%200%201-.583-.506a6%206%200%200%201-.516-.597a5.9%205.9%200%200%201-.891-1.634a6%206%200%200%201-.247-.902l-.019-.131A6%206%200%200%201%206%2013.002V13c0-1.603.624-3.109%201.758-4.242A5.94%205.94%200%200%201%2011%207.089V10l5-4l-5-4v3.069a7.9%207.9%200%200%200-4.656%202.275A7.94%207.94%200%200%200%204%2012.999v.009q.001.38.037.753c.007.076.021.15.03.227q.03.259.076.516c.019.1.044.196.066.295q.046.213.105.423q.05.168.107.333c.026.079.047.159.076.237l.008-.003A8%208%200%200%200%205.6%2017.785l-.007.005c.021.028.049.053.07.081c.211.272.433.538.681.785a8%208%200%200%200%20.966.816c.265.192.537.372.821.529l.028.019l.001-.001a7.9%207.9%200%200%200%202.136.795l-.001.005l.053.009c.201.042.405.071.61.098c.069.009.138.023.207.03a8%208%200%200%200%202.532-.137l-.424-1.955a6.1%206.1%200%200%201-1.904.102%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/rotate-right.svg?color=%231a73e8&size=48