shrink icon
shrink-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.
- Name
- shrink-outlined
- Set
- Ant Design Icons
- Style
- Outlined
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- shrink, shrink-outline
The same icon in other sets
Use the shrink icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m881.7 187.4l-45.1-45.1a8.03 8.03 0 0 0-11.3 0L667.8 299.9l-54.7-54.7a7.94 7.94 0 0 0-13.5 4.7L576.1 439c-.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.7l157.6-157.6c3-3 3-8.1-.1-11.2M439 576.1l-189.2 23.5c-6.6.8-9.3 8.9-4.7 13.5l54.7 54.7l-157.5 157.5a8.03 8.03 0 0 0 0 11.3l45.1 45.1c3.1 3.1 8.2 3.1 11.3 0l157.6-157.6l54.7 54.7a7.94 7.94 0 0 0 13.5-4.7L447.9 585a7.9 7.9 0 0 0-8.9-8.9"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignShrinkOutlined(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="m881.7 187.4l-45.1-45.1a8.03 8.03 0 0 0-11.3 0L667.8 299.9l-54.7-54.7a7.94 7.94 0 0 0-13.5 4.7L576.1 439c-.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.7l157.6-157.6c3-3 3-8.1-.1-11.2M439 576.1l-189.2 23.5c-6.6.8-9.3 8.9-4.7 13.5l54.7 54.7l-157.5 157.5a8.03 8.03 0 0 0 0 11.3l45.1 45.1c3.1 3.1 8.2 3.1 11.3 0l157.6-157.6l54.7 54.7a7.94 7.94 0 0 0 13.5-4.7L447.9 585a7.9 7.9 0 0 0-8.9-8.9"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m881.7 187.4l-45.1-45.1a8.03 8.03 0 0 0-11.3 0L667.8 299.9l-54.7-54.7a7.94 7.94 0 0 0-13.5 4.7L576.1 439c-.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.7l157.6-157.6c3-3 3-8.1-.1-11.2M439 576.1l-189.2 23.5c-6.6.8-9.3 8.9-4.7 13.5l54.7 54.7l-157.5 157.5a8.03 8.03 0 0 0 0 11.3l45.1 45.1c3.1 3.1 8.2 3.1 11.3 0l157.6-157.6l54.7 54.7a7.94 7.94 0 0 0 13.5-4.7L447.9 585a7.9 7.9 0 0 0-8.9-8.9"/></svg> </template>
CSS
.icon-shrink-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%22m881.7%20187.4l-45.1-45.1a8.03%208.03%200%200%200-11.3%200L667.8%20299.9l-54.7-54.7a7.94%207.94%200%200%200-13.5%204.7L576.1%20439c-.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.7l157.6-157.6c3-3%203-8.1-.1-11.2M439%20576.1l-189.2%2023.5c-6.6.8-9.3%208.9-4.7%2013.5l54.7%2054.7l-157.5%20157.5a8.03%208.03%200%200%200%200%2011.3l45.1%2045.1c3.1%203.1%208.2%203.1%2011.3%200l157.6-157.6l54.7%2054.7a7.94%207.94%200%200%200%2013.5-4.7L447.9%20585a7.9%207.9%200%200%200-8.9-8.9%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%22m881.7%20187.4l-45.1-45.1a8.03%208.03%200%200%200-11.3%200L667.8%20299.9l-54.7-54.7a7.94%207.94%200%200%200-13.5%204.7L576.1%20439c-.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.7l157.6-157.6c3-3%203-8.1-.1-11.2M439%20576.1l-189.2%2023.5c-6.6.8-9.3%208.9-4.7%2013.5l54.7%2054.7l-157.5%20157.5a8.03%208.03%200%200%200%200%2011.3l45.1%2045.1c3.1%203.1%208.2%203.1%2011.3%200l157.6-157.6l54.7%2054.7a7.94%207.94%200%200%200%2013.5-4.7L447.9%20585a7.9%207.9%200%200%200-8.9-8.9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/shrink-outlined.svg?color=%231a73e8&size=48