rotate right icon
rotate-right-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.
- Name
- rotate-right-outlined
- Set
- Ant Design Icons
- Style
- Outlined
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- rotate-right
The same icon in other sets
Related icons in Ant Design Icons
Use the rotate right icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M480.5 251.2c13-1.6 25.9-2.4 38.8-2.5v63.9c0 6.5 7.5 10.1 12.6 6.1L660 217.6c4-3.2 4-9.2 0-12.3l-128-101c-5.1-4-12.6-.4-12.6 6.1l-.2 64c-118.6.5-235.8 53.4-314.6 154.2c-69.6 89.2-95.7 198.6-81.1 302.4h74.9c-.9-5.3-1.7-10.7-2.4-16.1c-5.1-42.1-2.1-84.1 8.9-124.8c11.4-42.2 31-81.1 58.1-115.8c27.2-34.7 60.3-63.2 98.4-84.3c37-20.6 76.9-33.6 119.1-38.8"/><path fill="currentColor" d="M880 418H352c-17.7 0-32 14.3-32 32v414c0 17.7 14.3 32 32 32h528c17.7 0 32-14.3 32-32V450c0-17.7-14.3-32-32-32m-44 402H396V494h440z"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignRotateRightOutlined(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M480.5 251.2c13-1.6 25.9-2.4 38.8-2.5v63.9c0 6.5 7.5 10.1 12.6 6.1L660 217.6c4-3.2 4-9.2 0-12.3l-128-101c-5.1-4-12.6-.4-12.6 6.1l-.2 64c-118.6.5-235.8 53.4-314.6 154.2c-69.6 89.2-95.7 198.6-81.1 302.4h74.9c-.9-5.3-1.7-10.7-2.4-16.1c-5.1-42.1-2.1-84.1 8.9-124.8c11.4-42.2 31-81.1 58.1-115.8c27.2-34.7 60.3-63.2 98.4-84.3c37-20.6 76.9-33.6 119.1-38.8"/><path fill="currentColor" d="M880 418H352c-17.7 0-32 14.3-32 32v414c0 17.7 14.3 32 32 32h528c17.7 0 32-14.3 32-32V450c0-17.7-14.3-32-32-32m-44 402H396V494h440z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M480.5 251.2c13-1.6 25.9-2.4 38.8-2.5v63.9c0 6.5 7.5 10.1 12.6 6.1L660 217.6c4-3.2 4-9.2 0-12.3l-128-101c-5.1-4-12.6-.4-12.6 6.1l-.2 64c-118.6.5-235.8 53.4-314.6 154.2c-69.6 89.2-95.7 198.6-81.1 302.4h74.9c-.9-5.3-1.7-10.7-2.4-16.1c-5.1-42.1-2.1-84.1 8.9-124.8c11.4-42.2 31-81.1 58.1-115.8c27.2-34.7 60.3-63.2 98.4-84.3c37-20.6 76.9-33.6 119.1-38.8"/><path fill="currentColor" d="M880 418H352c-17.7 0-32 14.3-32 32v414c0 17.7 14.3 32 32 32h528c17.7 0 32-14.3 32-32V450c0-17.7-14.3-32-32-32m-44 402H396V494h440z"/></svg> </template>
CSS
.icon-rotate-right-outlined {
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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M480.5%20251.2c13-1.6%2025.9-2.4%2038.8-2.5v63.9c0%206.5%207.5%2010.1%2012.6%206.1L660%20217.6c4-3.2%204-9.2%200-12.3l-128-101c-5.1-4-12.6-.4-12.6%206.1l-.2%2064c-118.6.5-235.8%2053.4-314.6%20154.2c-69.6%2089.2-95.7%20198.6-81.1%20302.4h74.9c-.9-5.3-1.7-10.7-2.4-16.1c-5.1-42.1-2.1-84.1%208.9-124.8c11.4-42.2%2031-81.1%2058.1-115.8c27.2-34.7%2060.3-63.2%2098.4-84.3c37-20.6%2076.9-33.6%20119.1-38.8%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M880%20418H352c-17.7%200-32%2014.3-32%2032v414c0%2017.7%2014.3%2032%2032%2032h528c17.7%200%2032-14.3%2032-32V450c0-17.7-14.3-32-32-32m-44%20402H396V494h440z%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M480.5%20251.2c13-1.6%2025.9-2.4%2038.8-2.5v63.9c0%206.5%207.5%2010.1%2012.6%206.1L660%20217.6c4-3.2%204-9.2%200-12.3l-128-101c-5.1-4-12.6-.4-12.6%206.1l-.2%2064c-118.6.5-235.8%2053.4-314.6%20154.2c-69.6%2089.2-95.7%20198.6-81.1%20302.4h74.9c-.9-5.3-1.7-10.7-2.4-16.1c-5.1-42.1-2.1-84.1%208.9-124.8c11.4-42.2%2031-81.1%2058.1-115.8c27.2-34.7%2060.3-63.2%2098.4-84.3c37-20.6%2076.9-33.6%20119.1-38.8%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M880%20418H352c-17.7%200-32%2014.3-32%2032v414c0%2017.7%2014.3%2032%2032%2032h528c17.7%200%2032-14.3%2032-32V450c0-17.7-14.3-32-32-32m-44%20402H396V494h440z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/rotate-right-outlined.svg?color=%231a73e8&size=48