ramp right icon
ramp-right-rounded from Material Symbols Light by Google · Rounded · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- ramp-right-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- ramp-right-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
More hardware icons from Material Symbols Light
add-diamondadf-scanneraod-tabletaod-watcharrows-left-right-circlearrows-up-down-circleassistant-deviceaudio-video-receiverb-circlebalancebrowser-updatedcamera-videocastcast-connectedcast-for-educationcast-pausecast-warningchromecast-devicecircle-circlecomputercomputer-arrow-upcomputer-cancelcomputer-soundconnected-tv
Use the ramp right icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.643 19.838q-.143-.144-.143-.357v-6.608q-.642 1.316-1.77 2.55q-1.128 1.235-2.657 2.298q-.227.16-.478.173t-.428-.163q-.16-.16-.091-.37q.068-.211.27-.345q1.633-1.108 3.393-3.132Q11.5 11.86 11.5 9V5.94L9.754 7.68q-.16.16-.354.16t-.354-.16q-.165-.164-.153-.365t.153-.342l2.389-2.388q.13-.131.267-.184T12 4.348t.298.053t.268.184l2.388 2.388q.16.16.16.354t-.16.354q-.166.165-.367.156t-.34-.15L12.5 5.94v13.54q0 .214-.143.358T12 19.98t-.357-.144"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightRampRightRounded(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="M11.643 19.838q-.143-.144-.143-.357v-6.608q-.642 1.316-1.77 2.55q-1.128 1.235-2.657 2.298q-.227.16-.478.173t-.428-.163q-.16-.16-.091-.37q.068-.211.27-.345q1.633-1.108 3.393-3.132Q11.5 11.86 11.5 9V5.94L9.754 7.68q-.16.16-.354.16t-.354-.16q-.165-.164-.153-.365t.153-.342l2.389-2.388q.13-.131.267-.184T12 4.348t.298.053t.268.184l2.388 2.388q.16.16.16.354t-.16.354q-.166.165-.367.156t-.34-.15L12.5 5.94v13.54q0 .214-.143.358T12 19.98t-.357-.144"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.643 19.838q-.143-.144-.143-.357v-6.608q-.642 1.316-1.77 2.55q-1.128 1.235-2.657 2.298q-.227.16-.478.173t-.428-.163q-.16-.16-.091-.37q.068-.211.27-.345q1.633-1.108 3.393-3.132Q11.5 11.86 11.5 9V5.94L9.754 7.68q-.16.16-.354.16t-.354-.16q-.165-.164-.153-.365t.153-.342l2.389-2.388q.13-.131.267-.184T12 4.348t.298.053t.268.184l2.388 2.388q.16.16.16.354t-.16.354q-.166.165-.367.156t-.34-.15L12.5 5.94v13.54q0 .214-.143.358T12 19.98t-.357-.144"/></svg> </template>
CSS
.icon-ramp-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%22M11.643%2019.838q-.143-.144-.143-.357v-6.608q-.642%201.316-1.77%202.55q-1.128%201.235-2.657%202.298q-.227.16-.478.173t-.428-.163q-.16-.16-.091-.37q.068-.211.27-.345q1.633-1.108%203.393-3.132Q11.5%2011.86%2011.5%209V5.94L9.754%207.68q-.16.16-.354.16t-.354-.16q-.165-.164-.153-.365t.153-.342l2.389-2.388q.13-.131.267-.184T12%204.348t.298.053t.268.184l2.388%202.388q.16.16.16.354t-.16.354q-.166.165-.367.156t-.34-.15L12.5%205.94v13.54q0%20.214-.143.358T12%2019.98t-.357-.144%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%22M11.643%2019.838q-.143-.144-.143-.357v-6.608q-.642%201.316-1.77%202.55q-1.128%201.235-2.657%202.298q-.227.16-.478.173t-.428-.163q-.16-.16-.091-.37q.068-.211.27-.345q1.633-1.108%203.393-3.132Q11.5%2011.86%2011.5%209V5.94L9.754%207.68q-.16.16-.354.16t-.354-.16q-.165-.164-.153-.365t.153-.342l2.389-2.388q.13-.131.267-.184T12%204.348t.298.053t.268.184l2.388%202.388q.16.16.16.354t-.16.354q-.166.165-.367.156t-.34-.15L12.5%205.94v13.54q0%20.214-.143.358T12%2019.98t-.357-.144%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/ramp-right-rounded.svg?color=%231a73e8&size=48