double left icon
double-left-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.
- Name
- double-left-outlined
- Set
- Ant Design Icons
- Style
- Outlined
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- double-left, double-left-outline
The same icon in other sets
Related icons in Ant Design Icons
Use the double left icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m272.9 512l265.4-339.1c4.1-5.2.4-12.9-6.3-12.9h-77.3c-4.9 0-9.6 2.3-12.6 6.1L186.8 492.3a31.99 31.99 0 0 0 0 39.5l255.3 326.1c3 3.9 7.7 6.1 12.6 6.1H532c6.7 0 10.4-7.7 6.3-12.9zm304 0l265.4-339.1c4.1-5.2.4-12.9-6.3-12.9h-77.3c-4.9 0-9.6 2.3-12.6 6.1L490.8 492.3a31.99 31.99 0 0 0 0 39.5l255.3 326.1c3 3.9 7.7 6.1 12.6 6.1H836c6.7 0 10.4-7.7 6.3-12.9z"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignDoubleLeftOutlined(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="m272.9 512l265.4-339.1c4.1-5.2.4-12.9-6.3-12.9h-77.3c-4.9 0-9.6 2.3-12.6 6.1L186.8 492.3a31.99 31.99 0 0 0 0 39.5l255.3 326.1c3 3.9 7.7 6.1 12.6 6.1H532c6.7 0 10.4-7.7 6.3-12.9zm304 0l265.4-339.1c4.1-5.2.4-12.9-6.3-12.9h-77.3c-4.9 0-9.6 2.3-12.6 6.1L490.8 492.3a31.99 31.99 0 0 0 0 39.5l255.3 326.1c3 3.9 7.7 6.1 12.6 6.1H836c6.7 0 10.4-7.7 6.3-12.9z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m272.9 512l265.4-339.1c4.1-5.2.4-12.9-6.3-12.9h-77.3c-4.9 0-9.6 2.3-12.6 6.1L186.8 492.3a31.99 31.99 0 0 0 0 39.5l255.3 326.1c3 3.9 7.7 6.1 12.6 6.1H532c6.7 0 10.4-7.7 6.3-12.9zm304 0l265.4-339.1c4.1-5.2.4-12.9-6.3-12.9h-77.3c-4.9 0-9.6 2.3-12.6 6.1L490.8 492.3a31.99 31.99 0 0 0 0 39.5l255.3 326.1c3 3.9 7.7 6.1 12.6 6.1H836c6.7 0 10.4-7.7 6.3-12.9z"/></svg> </template>
CSS
.icon-double-left-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%22m272.9%20512l265.4-339.1c4.1-5.2.4-12.9-6.3-12.9h-77.3c-4.9%200-9.6%202.3-12.6%206.1L186.8%20492.3a31.99%2031.99%200%200%200%200%2039.5l255.3%20326.1c3%203.9%207.7%206.1%2012.6%206.1H532c6.7%200%2010.4-7.7%206.3-12.9zm304%200l265.4-339.1c4.1-5.2.4-12.9-6.3-12.9h-77.3c-4.9%200-9.6%202.3-12.6%206.1L490.8%20492.3a31.99%2031.99%200%200%200%200%2039.5l255.3%20326.1c3%203.9%207.7%206.1%2012.6%206.1H836c6.7%200%2010.4-7.7%206.3-12.9z%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%22m272.9%20512l265.4-339.1c4.1-5.2.4-12.9-6.3-12.9h-77.3c-4.9%200-9.6%202.3-12.6%206.1L186.8%20492.3a31.99%2031.99%200%200%200%200%2039.5l255.3%20326.1c3%203.9%207.7%206.1%2012.6%206.1H532c6.7%200%2010.4-7.7%206.3-12.9zm304%200l265.4-339.1c4.1-5.2.4-12.9-6.3-12.9h-77.3c-4.9%200-9.6%202.3-12.6%206.1L490.8%20492.3a31.99%2031.99%200%200%200%200%2039.5l255.3%20326.1c3%203.9%207.7%206.1%2012.6%206.1H836c6.7%200%2010.4-7.7%206.3-12.9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/double-left-outlined.svg?color=%231a73e8&size=48