round ramp right icon

round-ramp-right from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.

Name
round-ramp-right
Set
Google Material Icons
Style
Baseline
Category
Maps
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More maps icons from Google Material Icons

Use the round 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="M12 21c.55 0 1-.45 1-1V6.83l.88.88a.996.996 0 1 0 1.41-1.41L12.7 3.71a.996.996 0 0 0-1.41 0L8.71 6.29a.996.996 0 1 0 1.41 1.41l.88-.87V9c0 3.62-2.89 6.22-4.97 7.62a.99.99 0 0 0-.14 1.53c.33.33.87.4 1.26.13C8.74 17.22 10.04 16 11 14.69v5.3c0 .56.45 1.01 1 1.01"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundRampRight(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="M12 21c.55 0 1-.45 1-1V6.83l.88.88a.996.996 0 1 0 1.41-1.41L12.7 3.71a.996.996 0 0 0-1.41 0L8.71 6.29a.996.996 0 1 0 1.41 1.41l.88-.87V9c0 3.62-2.89 6.22-4.97 7.62a.99.99 0 0 0-.14 1.53c.33.33.87.4 1.26.13C8.74 17.22 10.04 16 11 14.69v5.3c0 .56.45 1.01 1 1.01"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21c.55 0 1-.45 1-1V6.83l.88.88a.996.996 0 1 0 1.41-1.41L12.7 3.71a.996.996 0 0 0-1.41 0L8.71 6.29a.996.996 0 1 0 1.41 1.41l.88-.87V9c0 3.62-2.89 6.22-4.97 7.62a.99.99 0 0 0-.14 1.53c.33.33.87.4 1.26.13C8.74 17.22 10.04 16 11 14.69v5.3c0 .56.45 1.01 1 1.01"/></svg>
</template>

CSS

.icon-round-ramp-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%22M12%2021c.55%200%201-.45%201-1V6.83l.88.88a.996.996%200%201%200%201.41-1.41L12.7%203.71a.996.996%200%200%200-1.41%200L8.71%206.29a.996.996%200%201%200%201.41%201.41l.88-.87V9c0%203.62-2.89%206.22-4.97%207.62a.99.99%200%200%200-.14%201.53c.33.33.87.4%201.26.13C8.74%2017.22%2010.04%2016%2011%2014.69v5.3c0%20.56.45%201.01%201%201.01%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%22M12%2021c.55%200%201-.45%201-1V6.83l.88.88a.996.996%200%201%200%201.41-1.41L12.7%203.71a.996.996%200%200%200-1.41%200L8.71%206.29a.996.996%200%201%200%201.41%201.41l.88-.87V9c0%203.62-2.89%206.22-4.97%207.62a.99.99%200%200%200-.14%201.53c.33.33.87.4%201.26.13C8.74%2017.22%2010.04%2016%2011%2014.69v5.3c0%20.56.45%201.01%201%201.01%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-ramp-right.svg?color=%231a73e8&size=48