rotate right icon
rotate-right-rounded from Material Symbols Light by Google · Rounded · Images · Apache-2.0 Free for personal and commercial use.
- Name
- rotate-right-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- rotate-right-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
More images icons from Material Symbols Light
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="M19.404 12.05q-.165 0-.309-.107t-.18-.277q-.144-.668-.399-1.294q-.254-.626-.639-1.205q-.098-.14-.086-.304q.011-.165.14-.294q.183-.177.42-.156q.238.022.372.216q.421.627.72 1.327q.298.7.448 1.498q.067.25-.082.423t-.405.173m-6.354 8.335q0-.166.116-.319q.117-.152.288-.189q.648-.125 1.274-.37t1.205-.63q.14-.098.305-.086q.164.011.293.14q.177.183.156.41q-.021.228-.216.363q-.632.421-1.342.716q-.71.296-1.463.47q-.25.068-.433-.078t-.183-.427m4.88-2.854q-.109-.104-.13-.281t.077-.317q.385-.58.64-1.205q.254-.626.399-1.294q.036-.17.176-.277t.312-.107q.261 0 .407.173q.147.173.08.423q-.156.754-.442 1.463t-.726 1.362q-.134.194-.372.215q-.238.022-.42-.155m-7.472 3.354q-2.782-.57-4.595-2.758T4.05 13.05q0-3.327 2.337-5.663T12.05 5.05h.766l-1.741-1.74q-.16-.16-.16-.354t.166-.36q.16-.16.354-.16t.36.16l2.382 2.389q.13.13.184.267t.053.298t-.053.298t-.184.268l-2.388 2.388q-.16.16-.354.16t-.354-.16t-.16-.354t.16-.354l1.746-1.746h-.777q-2.925 0-4.962 2.038T5.05 13.05q0 2.502 1.58 4.422q1.582 1.92 4.036 2.444q.17.036.277.176t.107.312q0 .255-.17.402t-.42.078"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightRotateRightRounded(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.404 12.05q-.165 0-.309-.107t-.18-.277q-.144-.668-.399-1.294q-.254-.626-.639-1.205q-.098-.14-.086-.304q.011-.165.14-.294q.183-.177.42-.156q.238.022.372.216q.421.627.72 1.327q.298.7.448 1.498q.067.25-.082.423t-.405.173m-6.354 8.335q0-.166.116-.319q.117-.152.288-.189q.648-.125 1.274-.37t1.205-.63q.14-.098.305-.086q.164.011.293.14q.177.183.156.41q-.021.228-.216.363q-.632.421-1.342.716q-.71.296-1.463.47q-.25.068-.433-.078t-.183-.427m4.88-2.854q-.109-.104-.13-.281t.077-.317q.385-.58.64-1.205q.254-.626.399-1.294q.036-.17.176-.277t.312-.107q.261 0 .407.173q.147.173.08.423q-.156.754-.442 1.463t-.726 1.362q-.134.194-.372.215q-.238.022-.42-.155m-7.472 3.354q-2.782-.57-4.595-2.758T4.05 13.05q0-3.327 2.337-5.663T12.05 5.05h.766l-1.741-1.74q-.16-.16-.16-.354t.166-.36q.16-.16.354-.16t.36.16l2.382 2.389q.13.13.184.267t.053.298t-.053.298t-.184.268l-2.388 2.388q-.16.16-.354.16t-.354-.16t-.16-.354t.16-.354l1.746-1.746h-.777q-2.925 0-4.962 2.038T5.05 13.05q0 2.502 1.58 4.422q1.582 1.92 4.036 2.444q.17.036.277.176t.107.312q0 .255-.17.402t-.42.078"/></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.404 12.05q-.165 0-.309-.107t-.18-.277q-.144-.668-.399-1.294q-.254-.626-.639-1.205q-.098-.14-.086-.304q.011-.165.14-.294q.183-.177.42-.156q.238.022.372.216q.421.627.72 1.327q.298.7.448 1.498q.067.25-.082.423t-.405.173m-6.354 8.335q0-.166.116-.319q.117-.152.288-.189q.648-.125 1.274-.37t1.205-.63q.14-.098.305-.086q.164.011.293.14q.177.183.156.41q-.021.228-.216.363q-.632.421-1.342.716q-.71.296-1.463.47q-.25.068-.433-.078t-.183-.427m4.88-2.854q-.109-.104-.13-.281t.077-.317q.385-.58.64-1.205q.254-.626.399-1.294q.036-.17.176-.277t.312-.107q.261 0 .407.173q.147.173.08.423q-.156.754-.442 1.463t-.726 1.362q-.134.194-.372.215q-.238.022-.42-.155m-7.472 3.354q-2.782-.57-4.595-2.758T4.05 13.05q0-3.327 2.337-5.663T12.05 5.05h.766l-1.741-1.74q-.16-.16-.16-.354t.166-.36q.16-.16.354-.16t.36.16l2.382 2.389q.13.13.184.267t.053.298t-.053.298t-.184.268l-2.388 2.388q-.16.16-.354.16t-.354-.16t-.16-.354t.16-.354l1.746-1.746h-.777q-2.925 0-4.962 2.038T5.05 13.05q0 2.502 1.58 4.422q1.582 1.92 4.036 2.444q.17.036.277.176t.107.312q0 .255-.17.402t-.42.078"/></svg> </template>
CSS
.icon-rotate-right-rounded {
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.404%2012.05q-.165%200-.309-.107t-.18-.277q-.144-.668-.399-1.294q-.254-.626-.639-1.205q-.098-.14-.086-.304q.011-.165.14-.294q.183-.177.42-.156q.238.022.372.216q.421.627.72%201.327q.298.7.448%201.498q.067.25-.082.423t-.405.173m-6.354%208.335q0-.166.116-.319q.117-.152.288-.189q.648-.125%201.274-.37t1.205-.63q.14-.098.305-.086q.164.011.293.14q.177.183.156.41q-.021.228-.216.363q-.632.421-1.342.716q-.71.296-1.463.47q-.25.068-.433-.078t-.183-.427m4.88-2.854q-.109-.104-.13-.281t.077-.317q.385-.58.64-1.205q.254-.626.399-1.294q.036-.17.176-.277t.312-.107q.261%200%20.407.173q.147.173.08.423q-.156.754-.442%201.463t-.726%201.362q-.134.194-.372.215q-.238.022-.42-.155m-7.472%203.354q-2.782-.57-4.595-2.758T4.05%2013.05q0-3.327%202.337-5.663T12.05%205.05h.766l-1.741-1.74q-.16-.16-.16-.354t.166-.36q.16-.16.354-.16t.36.16l2.382%202.389q.13.13.184.267t.053.298t-.053.298t-.184.268l-2.388%202.388q-.16.16-.354.16t-.354-.16t-.16-.354t.16-.354l1.746-1.746h-.777q-2.925%200-4.962%202.038T5.05%2013.05q0%202.502%201.58%204.422q1.582%201.92%204.036%202.444q.17.036.277.176t.107.312q0%20.255-.17.402t-.42.078%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.404%2012.05q-.165%200-.309-.107t-.18-.277q-.144-.668-.399-1.294q-.254-.626-.639-1.205q-.098-.14-.086-.304q.011-.165.14-.294q.183-.177.42-.156q.238.022.372.216q.421.627.72%201.327q.298.7.448%201.498q.067.25-.082.423t-.405.173m-6.354%208.335q0-.166.116-.319q.117-.152.288-.189q.648-.125%201.274-.37t1.205-.63q.14-.098.305-.086q.164.011.293.14q.177.183.156.41q-.021.228-.216.363q-.632.421-1.342.716q-.71.296-1.463.47q-.25.068-.433-.078t-.183-.427m4.88-2.854q-.109-.104-.13-.281t.077-.317q.385-.58.64-1.205q.254-.626.399-1.294q.036-.17.176-.277t.312-.107q.261%200%20.407.173q.147.173.08.423q-.156.754-.442%201.463t-.726%201.362q-.134.194-.372.215q-.238.022-.42-.155m-7.472%203.354q-2.782-.57-4.595-2.758T4.05%2013.05q0-3.327%202.337-5.663T12.05%205.05h.766l-1.741-1.74q-.16-.16-.16-.354t.166-.36q.16-.16.354-.16t.36.16l2.382%202.389q.13.13.184.267t.053.298t-.053.298t-.184.268l-2.388%202.388q-.16.16-.354.16t-.354-.16t-.16-.354t.16-.354l1.746-1.746h-.777q-2.925%200-4.962%202.038T5.05%2013.05q0%202.502%201.58%204.422q1.582%201.92%204.036%202.444q.17.036.277.176t.107.312q0%20.255-.17.402t-.42.078%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/rotate-right-rounded.svg?color=%231a73e8&size=48