double right icon
double-right-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.
- Name
- double-right-outlined
- Set
- Ant Design Icons
- Style
- Outlined
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- double-right, double-right-outline
The same icon in other sets
Related icons in Ant Design Icons
Use the double right icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M533.2 492.3L277.9 166.1c-3-3.9-7.7-6.1-12.6-6.1H188c-6.7 0-10.4 7.7-6.3 12.9L447.1 512L181.7 851.1A7.98 7.98 0 0 0 188 864h77.3c4.9 0 9.6-2.3 12.6-6.1l255.3-326.1c9.1-11.7 9.1-27.9 0-39.5m304 0L581.9 166.1c-3-3.9-7.7-6.1-12.6-6.1H492c-6.7 0-10.4 7.7-6.3 12.9L751.1 512L485.7 851.1A7.98 7.98 0 0 0 492 864h77.3c4.9 0 9.6-2.3 12.6-6.1l255.3-326.1c9.1-11.7 9.1-27.9 0-39.5"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignDoubleRightOutlined(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M533.2 492.3L277.9 166.1c-3-3.9-7.7-6.1-12.6-6.1H188c-6.7 0-10.4 7.7-6.3 12.9L447.1 512L181.7 851.1A7.98 7.98 0 0 0 188 864h77.3c4.9 0 9.6-2.3 12.6-6.1l255.3-326.1c9.1-11.7 9.1-27.9 0-39.5m304 0L581.9 166.1c-3-3.9-7.7-6.1-12.6-6.1H492c-6.7 0-10.4 7.7-6.3 12.9L751.1 512L485.7 851.1A7.98 7.98 0 0 0 492 864h77.3c4.9 0 9.6-2.3 12.6-6.1l255.3-326.1c9.1-11.7 9.1-27.9 0-39.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M533.2 492.3L277.9 166.1c-3-3.9-7.7-6.1-12.6-6.1H188c-6.7 0-10.4 7.7-6.3 12.9L447.1 512L181.7 851.1A7.98 7.98 0 0 0 188 864h77.3c4.9 0 9.6-2.3 12.6-6.1l255.3-326.1c9.1-11.7 9.1-27.9 0-39.5m304 0L581.9 166.1c-3-3.9-7.7-6.1-12.6-6.1H492c-6.7 0-10.4 7.7-6.3 12.9L751.1 512L485.7 851.1A7.98 7.98 0 0 0 492 864h77.3c4.9 0 9.6-2.3 12.6-6.1l255.3-326.1c9.1-11.7 9.1-27.9 0-39.5"/></svg> </template>
CSS
.icon-double-right-outlined {
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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M533.2%20492.3L277.9%20166.1c-3-3.9-7.7-6.1-12.6-6.1H188c-6.7%200-10.4%207.7-6.3%2012.9L447.1%20512L181.7%20851.1A7.98%207.98%200%200%200%20188%20864h77.3c4.9%200%209.6-2.3%2012.6-6.1l255.3-326.1c9.1-11.7%209.1-27.9%200-39.5m304%200L581.9%20166.1c-3-3.9-7.7-6.1-12.6-6.1H492c-6.7%200-10.4%207.7-6.3%2012.9L751.1%20512L485.7%20851.1A7.98%207.98%200%200%200%20492%20864h77.3c4.9%200%209.6-2.3%2012.6-6.1l255.3-326.1c9.1-11.7%209.1-27.9%200-39.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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M533.2%20492.3L277.9%20166.1c-3-3.9-7.7-6.1-12.6-6.1H188c-6.7%200-10.4%207.7-6.3%2012.9L447.1%20512L181.7%20851.1A7.98%207.98%200%200%200%20188%20864h77.3c4.9%200%209.6-2.3%2012.6-6.1l255.3-326.1c9.1-11.7%209.1-27.9%200-39.5m304%200L581.9%20166.1c-3-3.9-7.7-6.1-12.6-6.1H492c-6.7%200-10.4%207.7-6.3%2012.9L751.1%20512L485.7%20851.1A7.98%207.98%200%200%200%20492%20864h77.3c4.9%200%209.6-2.3%2012.6-6.1l255.3-326.1c9.1-11.7%209.1-27.9%200-39.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/double-right-outlined.svg?color=%231a73e8&size=48