database arrow right icon

database-arrow-right-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.

Name
database-arrow-right-32-regular
Set
Fluent UI System Icons
Style
32 Regular
Viewbox
32×32
License
MIT

7 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the database arrow right icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27 7c0-2.761-4.925-5-11-5S5 4.239 5 7v18c0 2.761 4.925 5 11 5q.63 0 1.242-.032a9 9 0 0 1-1.54-1.97c-2.694-.035-5.036-.548-6.653-1.283C7.193 25.87 7 25.115 7 25V9.876C8.99 11.16 12.28 12 16 12s7.01-.84 9-2.124v4.748a9 9 0 0 1 2 .582zm-2 0c0 .114-.193.871-2.05 1.715C21.276 9.477 18.82 10 16 10s-5.275-.523-6.95-1.285C7.192 7.87 7 7.115 7 7s.193-.871 2.05-1.715C10.724 4.523 13.18 4 16 4s5.275.523 6.95 1.285C24.808 6.13 25 6.885 25 7m6 16.5a7.5 7.5 0 1 0-15 0a7.5 7.5 0 0 0 15 0m-12.25-1h7.69l-2.72-2.72a.75.75 0 1 1 1.06-1.06l4 4a.75.75 0 0 1 0 1.06l-4 4a.75.75 0 1 1-1.06-1.06L26.44 24h-7.69a.75.75 0 0 1 0-1.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentDatabaseArrowRight32Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27 7c0-2.761-4.925-5-11-5S5 4.239 5 7v18c0 2.761 4.925 5 11 5q.63 0 1.242-.032a9 9 0 0 1-1.54-1.97c-2.694-.035-5.036-.548-6.653-1.283C7.193 25.87 7 25.115 7 25V9.876C8.99 11.16 12.28 12 16 12s7.01-.84 9-2.124v4.748a9 9 0 0 1 2 .582zm-2 0c0 .114-.193.871-2.05 1.715C21.276 9.477 18.82 10 16 10s-5.275-.523-6.95-1.285C7.192 7.87 7 7.115 7 7s.193-.871 2.05-1.715C10.724 4.523 13.18 4 16 4s5.275.523 6.95 1.285C24.808 6.13 25 6.885 25 7m6 16.5a7.5 7.5 0 1 0-15 0a7.5 7.5 0 0 0 15 0m-12.25-1h7.69l-2.72-2.72a.75.75 0 1 1 1.06-1.06l4 4a.75.75 0 0 1 0 1.06l-4 4a.75.75 0 1 1-1.06-1.06L26.44 24h-7.69a.75.75 0 0 1 0-1.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27 7c0-2.761-4.925-5-11-5S5 4.239 5 7v18c0 2.761 4.925 5 11 5q.63 0 1.242-.032a9 9 0 0 1-1.54-1.97c-2.694-.035-5.036-.548-6.653-1.283C7.193 25.87 7 25.115 7 25V9.876C8.99 11.16 12.28 12 16 12s7.01-.84 9-2.124v4.748a9 9 0 0 1 2 .582zm-2 0c0 .114-.193.871-2.05 1.715C21.276 9.477 18.82 10 16 10s-5.275-.523-6.95-1.285C7.192 7.87 7 7.115 7 7s.193-.871 2.05-1.715C10.724 4.523 13.18 4 16 4s5.275.523 6.95 1.285C24.808 6.13 25 6.885 25 7m6 16.5a7.5 7.5 0 1 0-15 0a7.5 7.5 0 0 0 15 0m-12.25-1h7.69l-2.72-2.72a.75.75 0 1 1 1.06-1.06l4 4a.75.75 0 0 1 0 1.06l-4 4a.75.75 0 1 1-1.06-1.06L26.44 24h-7.69a.75.75 0 0 1 0-1.5"/></svg>
</template>

CSS

.icon-database-arrow-right-32-regular {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27%207c0-2.761-4.925-5-11-5S5%204.239%205%207v18c0%202.761%204.925%205%2011%205q.63%200%201.242-.032a9%209%200%200%201-1.54-1.97c-2.694-.035-5.036-.548-6.653-1.283C7.193%2025.87%207%2025.115%207%2025V9.876C8.99%2011.16%2012.28%2012%2016%2012s7.01-.84%209-2.124v4.748a9%209%200%200%201%202%20.582zm-2%200c0%20.114-.193.871-2.05%201.715C21.276%209.477%2018.82%2010%2016%2010s-5.275-.523-6.95-1.285C7.192%207.87%207%207.115%207%207s.193-.871%202.05-1.715C10.724%204.523%2013.18%204%2016%204s5.275.523%206.95%201.285C24.808%206.13%2025%206.885%2025%207m6%2016.5a7.5%207.5%200%201%200-15%200a7.5%207.5%200%200%200%2015%200m-12.25-1h7.69l-2.72-2.72a.75.75%200%201%201%201.06-1.06l4%204a.75.75%200%200%201%200%201.06l-4%204a.75.75%200%201%201-1.06-1.06L26.44%2024h-7.69a.75.75%200%200%201%200-1.5%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27%207c0-2.761-4.925-5-11-5S5%204.239%205%207v18c0%202.761%204.925%205%2011%205q.63%200%201.242-.032a9%209%200%200%201-1.54-1.97c-2.694-.035-5.036-.548-6.653-1.283C7.193%2025.87%207%2025.115%207%2025V9.876C8.99%2011.16%2012.28%2012%2016%2012s7.01-.84%209-2.124v4.748a9%209%200%200%201%202%20.582zm-2%200c0%20.114-.193.871-2.05%201.715C21.276%209.477%2018.82%2010%2016%2010s-5.275-.523-6.95-1.285C7.192%207.87%207%207.115%207%207s.193-.871%202.05-1.715C10.724%204.523%2013.18%204%2016%204s5.275.523%206.95%201.285C24.808%206.13%2025%206.885%2025%207m6%2016.5a7.5%207.5%200%201%200-15%200a7.5%207.5%200%200%200%2015%200m-12.25-1h7.69l-2.72-2.72a.75.75%200%201%201%201.06-1.06l4%204a.75.75%200%200%201%200%201.06l-4%204a.75.75%200%201%201-1.06-1.06L26.44%2024h-7.69a.75.75%200%200%201%200-1.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/database-arrow-right-32-regular.svg?color=%231a73e8&size=48