expand-alt-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.

Name
expand-alt-outlined
Set
Ant Design Icons
Style
Outlined
Viewbox
1024×1024
License
MIT

The same icon in other sets

Use the expand alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m855 160.1l-189.2 23.5c-6.6.8-9.3 8.8-4.7 13.5l54.7 54.7l-153.5 153.5a8.03 8.03 0 0 0 0 11.3l45.1 45.1c3.1 3.1 8.2 3.1 11.3 0l153.6-153.6l54.7 54.7a7.94 7.94 0 0 0 13.5-4.7L863.9 169a7.9 7.9 0 0 0-8.9-8.9M416.6 562.3a8.03 8.03 0 0 0-11.3 0L251.8 715.9l-54.7-54.7a7.94 7.94 0 0 0-13.5 4.7L160.1 855c-.6 5.2 3.7 9.5 8.9 8.9l189.2-23.5c6.6-.8 9.3-8.8 4.7-13.5l-54.7-54.7l153.6-153.6c3.1-3.1 3.1-8.2 0-11.3z"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignExpandAltOutlined(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="m855 160.1l-189.2 23.5c-6.6.8-9.3 8.8-4.7 13.5l54.7 54.7l-153.5 153.5a8.03 8.03 0 0 0 0 11.3l45.1 45.1c3.1 3.1 8.2 3.1 11.3 0l153.6-153.6l54.7 54.7a7.94 7.94 0 0 0 13.5-4.7L863.9 169a7.9 7.9 0 0 0-8.9-8.9M416.6 562.3a8.03 8.03 0 0 0-11.3 0L251.8 715.9l-54.7-54.7a7.94 7.94 0 0 0-13.5 4.7L160.1 855c-.6 5.2 3.7 9.5 8.9 8.9l189.2-23.5c6.6-.8 9.3-8.8 4.7-13.5l-54.7-54.7l153.6-153.6c3.1-3.1 3.1-8.2 0-11.3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m855 160.1l-189.2 23.5c-6.6.8-9.3 8.8-4.7 13.5l54.7 54.7l-153.5 153.5a8.03 8.03 0 0 0 0 11.3l45.1 45.1c3.1 3.1 8.2 3.1 11.3 0l153.6-153.6l54.7 54.7a7.94 7.94 0 0 0 13.5-4.7L863.9 169a7.9 7.9 0 0 0-8.9-8.9M416.6 562.3a8.03 8.03 0 0 0-11.3 0L251.8 715.9l-54.7-54.7a7.94 7.94 0 0 0-13.5 4.7L160.1 855c-.6 5.2 3.7 9.5 8.9 8.9l189.2-23.5c6.6-.8 9.3-8.8 4.7-13.5l-54.7-54.7l153.6-153.6c3.1-3.1 3.1-8.2 0-11.3z"/></svg>
</template>

CSS

.icon-expand-alt-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%22m855%20160.1l-189.2%2023.5c-6.6.8-9.3%208.8-4.7%2013.5l54.7%2054.7l-153.5%20153.5a8.03%208.03%200%200%200%200%2011.3l45.1%2045.1c3.1%203.1%208.2%203.1%2011.3%200l153.6-153.6l54.7%2054.7a7.94%207.94%200%200%200%2013.5-4.7L863.9%20169a7.9%207.9%200%200%200-8.9-8.9M416.6%20562.3a8.03%208.03%200%200%200-11.3%200L251.8%20715.9l-54.7-54.7a7.94%207.94%200%200%200-13.5%204.7L160.1%20855c-.6%205.2%203.7%209.5%208.9%208.9l189.2-23.5c6.6-.8%209.3-8.8%204.7-13.5l-54.7-54.7l153.6-153.6c3.1-3.1%203.1-8.2%200-11.3z%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%22m855%20160.1l-189.2%2023.5c-6.6.8-9.3%208.8-4.7%2013.5l54.7%2054.7l-153.5%20153.5a8.03%208.03%200%200%200%200%2011.3l45.1%2045.1c3.1%203.1%208.2%203.1%2011.3%200l153.6-153.6l54.7%2054.7a7.94%207.94%200%200%200%2013.5-4.7L863.9%20169a7.9%207.9%200%200%200-8.9-8.9M416.6%20562.3a8.03%208.03%200%200%200-11.3%200L251.8%20715.9l-54.7-54.7a7.94%207.94%200%200%200-13.5%204.7L160.1%20855c-.6%205.2%203.7%209.5%208.9%208.9l189.2-23.5c6.6-.8%209.3-8.8%204.7-13.5l-54.7-54.7l153.6-153.6c3.1-3.1%203.1-8.2%200-11.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/expand-alt-outlined.svg?color=%231a73e8&size=48