channel arrow right icon
channel-arrow-right-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- channel-arrow-right-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- License
- MIT
7 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the channel arrow right icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M20.5 14a6.5 6.5 0 1 1 0 13a6.5 6.5 0 0 1 0-13m.25-11A4.25 4.25 0 0 1 25 7.25v7.25a7.47 7.47 0 0 0-4.5-1.5c-1.969 0-3.76.76-5.098 2H9.75a.75.75 0 0 0 0 1.5h4.407a7.46 7.46 0 0 0-1.157 4c0 1.689.558 3.247 1.5 4.5H7.25A4.25 4.25 0 0 1 3 20.75v-9.353A2.753 2.753 0 0 0 6.5 8.75a2.75 2.75 0 0 0-3.332-2.688A4.25 4.25 0 0 1 7.25 3zm1.104 14.147a.5.5 0 1 0-.707.707L23.293 20H16.5a.5.5 0 0 0 0 1h6.793l-2.146 2.146a.5.5 0 1 0 .707.707l3-3a.503.503 0 0 0 0-.707zM9.75 11a.75.75 0 0 0 0 1.5h8.5a.75.75 0 0 0 0-1.5zm-6-4a1.75 1.75 0 1 1 0 3.5a1.75 1.75 0 0 1 0-3.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentChannelArrowRight28Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M20.5 14a6.5 6.5 0 1 1 0 13a6.5 6.5 0 0 1 0-13m.25-11A4.25 4.25 0 0 1 25 7.25v7.25a7.47 7.47 0 0 0-4.5-1.5c-1.969 0-3.76.76-5.098 2H9.75a.75.75 0 0 0 0 1.5h4.407a7.46 7.46 0 0 0-1.157 4c0 1.689.558 3.247 1.5 4.5H7.25A4.25 4.25 0 0 1 3 20.75v-9.353A2.753 2.753 0 0 0 6.5 8.75a2.75 2.75 0 0 0-3.332-2.688A4.25 4.25 0 0 1 7.25 3zm1.104 14.147a.5.5 0 1 0-.707.707L23.293 20H16.5a.5.5 0 0 0 0 1h6.793l-2.146 2.146a.5.5 0 1 0 .707.707l3-3a.503.503 0 0 0 0-.707zM9.75 11a.75.75 0 0 0 0 1.5h8.5a.75.75 0 0 0 0-1.5zm-6-4a1.75 1.75 0 1 1 0 3.5a1.75 1.75 0 0 1 0-3.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M20.5 14a6.5 6.5 0 1 1 0 13a6.5 6.5 0 0 1 0-13m.25-11A4.25 4.25 0 0 1 25 7.25v7.25a7.47 7.47 0 0 0-4.5-1.5c-1.969 0-3.76.76-5.098 2H9.75a.75.75 0 0 0 0 1.5h4.407a7.46 7.46 0 0 0-1.157 4c0 1.689.558 3.247 1.5 4.5H7.25A4.25 4.25 0 0 1 3 20.75v-9.353A2.753 2.753 0 0 0 6.5 8.75a2.75 2.75 0 0 0-3.332-2.688A4.25 4.25 0 0 1 7.25 3zm1.104 14.147a.5.5 0 1 0-.707.707L23.293 20H16.5a.5.5 0 0 0 0 1h6.793l-2.146 2.146a.5.5 0 1 0 .707.707l3-3a.503.503 0 0 0 0-.707zM9.75 11a.75.75 0 0 0 0 1.5h8.5a.75.75 0 0 0 0-1.5zm-6-4a1.75 1.75 0 1 1 0 3.5a1.75 1.75 0 0 1 0-3.5"/></svg> </template>
CSS
.icon-channel-arrow-right-28-filled {
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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.5%2014a6.5%206.5%200%201%201%200%2013a6.5%206.5%200%200%201%200-13m.25-11A4.25%204.25%200%200%201%2025%207.25v7.25a7.47%207.47%200%200%200-4.5-1.5c-1.969%200-3.76.76-5.098%202H9.75a.75.75%200%200%200%200%201.5h4.407a7.46%207.46%200%200%200-1.157%204c0%201.689.558%203.247%201.5%204.5H7.25A4.25%204.25%200%200%201%203%2020.75v-9.353A2.753%202.753%200%200%200%206.5%208.75a2.75%202.75%200%200%200-3.332-2.688A4.25%204.25%200%200%201%207.25%203zm1.104%2014.147a.5.5%200%201%200-.707.707L23.293%2020H16.5a.5.5%200%200%200%200%201h6.793l-2.146%202.146a.5.5%200%201%200%20.707.707l3-3a.503.503%200%200%200%200-.707zM9.75%2011a.75.75%200%200%200%200%201.5h8.5a.75.75%200%200%200%200-1.5zm-6-4a1.75%201.75%200%201%201%200%203.5a1.75%201.75%200%200%201%200-3.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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.5%2014a6.5%206.5%200%201%201%200%2013a6.5%206.5%200%200%201%200-13m.25-11A4.25%204.25%200%200%201%2025%207.25v7.25a7.47%207.47%200%200%200-4.5-1.5c-1.969%200-3.76.76-5.098%202H9.75a.75.75%200%200%200%200%201.5h4.407a7.46%207.46%200%200%200-1.157%204c0%201.689.558%203.247%201.5%204.5H7.25A4.25%204.25%200%200%201%203%2020.75v-9.353A2.753%202.753%200%200%200%206.5%208.75a2.75%202.75%200%200%200-3.332-2.688A4.25%204.25%200%200%201%207.25%203zm1.104%2014.147a.5.5%200%201%200-.707.707L23.293%2020H16.5a.5.5%200%200%200%200%201h6.793l-2.146%202.146a.5.5%200%201%200%20.707.707l3-3a.503.503%200%200%200%200-.707zM9.75%2011a.75.75%200%200%200%200%201.5h8.5a.75.75%200%200%200%200-1.5zm-6-4a1.75%201.75%200%201%201%200%203.5a1.75%201.75%200%200%201%200-3.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/channel-arrow-right-28-filled.svg?color=%231a73e8&size=48