fund view icon
fund-view-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.
- Name
- fund-view-outlined
- Set
- Ant Design Icons
- Style
- Outlined
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- fund-view
Related icons in Ant Design Icons
Use the fund view icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m956 686.5l-.1-.1l-.1-.1C911.7 593 843.4 545 752.5 545s-159.2 48.1-203.4 141.3v.1c-5.4 11.5-5.4 24.9 0 36.4C593.3 816 661.6 864 752.5 864s159.2-48.1 203.4-141.3c5.4-11.5 5.4-24.8.1-36.2M752.5 800c-62.1 0-107.4-30-141.1-95.5C645 639 690.4 609 752.5 609s107.4 30 141.1 95.5C860 770 814.6 800 752.5 800"/><path fill="currentColor" d="M697 705a56 56 0 1 0 112 0a56 56 0 1 0-112 0M136 232h704v253h72V192c0-17.7-14.3-32-32-32H96c-17.7 0-32 14.3-32 32v520c0 17.7 14.3 32 32 32h352v-72H136z"/><path fill="currentColor" d="m724.9 338.1l-36.8-36.8c-3.1-3.1-8.2-3.1-11.3 0L493 485.3l-86.1-86.2c-3.1-3.1-8.2-3.1-11.3 0L251.3 543.4c-3.1 3.1-3.1 8.2 0 11.3l36.8 36.8c3.1 3.1 8.2 3.1 11.3 0l101.8-101.8l86.1 86.2c3.1 3.1 8.2 3.1 11.3 0l226.3-226.5c3.2-3.1 3.2-8.2 0-11.3"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignFundViewOutlined(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="m956 686.5l-.1-.1l-.1-.1C911.7 593 843.4 545 752.5 545s-159.2 48.1-203.4 141.3v.1c-5.4 11.5-5.4 24.9 0 36.4C593.3 816 661.6 864 752.5 864s159.2-48.1 203.4-141.3c5.4-11.5 5.4-24.8.1-36.2M752.5 800c-62.1 0-107.4-30-141.1-95.5C645 639 690.4 609 752.5 609s107.4 30 141.1 95.5C860 770 814.6 800 752.5 800"/><path fill="currentColor" d="M697 705a56 56 0 1 0 112 0a56 56 0 1 0-112 0M136 232h704v253h72V192c0-17.7-14.3-32-32-32H96c-17.7 0-32 14.3-32 32v520c0 17.7 14.3 32 32 32h352v-72H136z"/><path fill="currentColor" d="m724.9 338.1l-36.8-36.8c-3.1-3.1-8.2-3.1-11.3 0L493 485.3l-86.1-86.2c-3.1-3.1-8.2-3.1-11.3 0L251.3 543.4c-3.1 3.1-3.1 8.2 0 11.3l36.8 36.8c3.1 3.1 8.2 3.1 11.3 0l101.8-101.8l86.1 86.2c3.1 3.1 8.2 3.1 11.3 0l226.3-226.5c3.2-3.1 3.2-8.2 0-11.3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m956 686.5l-.1-.1l-.1-.1C911.7 593 843.4 545 752.5 545s-159.2 48.1-203.4 141.3v.1c-5.4 11.5-5.4 24.9 0 36.4C593.3 816 661.6 864 752.5 864s159.2-48.1 203.4-141.3c5.4-11.5 5.4-24.8.1-36.2M752.5 800c-62.1 0-107.4-30-141.1-95.5C645 639 690.4 609 752.5 609s107.4 30 141.1 95.5C860 770 814.6 800 752.5 800"/><path fill="currentColor" d="M697 705a56 56 0 1 0 112 0a56 56 0 1 0-112 0M136 232h704v253h72V192c0-17.7-14.3-32-32-32H96c-17.7 0-32 14.3-32 32v520c0 17.7 14.3 32 32 32h352v-72H136z"/><path fill="currentColor" d="m724.9 338.1l-36.8-36.8c-3.1-3.1-8.2-3.1-11.3 0L493 485.3l-86.1-86.2c-3.1-3.1-8.2-3.1-11.3 0L251.3 543.4c-3.1 3.1-3.1 8.2 0 11.3l36.8 36.8c3.1 3.1 8.2 3.1 11.3 0l101.8-101.8l86.1 86.2c3.1 3.1 8.2 3.1 11.3 0l226.3-226.5c3.2-3.1 3.2-8.2 0-11.3"/></svg> </template>
CSS
.icon-fund-view-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%22m956%20686.5l-.1-.1l-.1-.1C911.7%20593%20843.4%20545%20752.5%20545s-159.2%2048.1-203.4%20141.3v.1c-5.4%2011.5-5.4%2024.9%200%2036.4C593.3%20816%20661.6%20864%20752.5%20864s159.2-48.1%20203.4-141.3c5.4-11.5%205.4-24.8.1-36.2M752.5%20800c-62.1%200-107.4-30-141.1-95.5C645%20639%20690.4%20609%20752.5%20609s107.4%2030%20141.1%2095.5C860%20770%20814.6%20800%20752.5%20800%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M697%20705a56%2056%200%201%200%20112%200a56%2056%200%201%200-112%200M136%20232h704v253h72V192c0-17.7-14.3-32-32-32H96c-17.7%200-32%2014.3-32%2032v520c0%2017.7%2014.3%2032%2032%2032h352v-72H136z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m724.9%20338.1l-36.8-36.8c-3.1-3.1-8.2-3.1-11.3%200L493%20485.3l-86.1-86.2c-3.1-3.1-8.2-3.1-11.3%200L251.3%20543.4c-3.1%203.1-3.1%208.2%200%2011.3l36.8%2036.8c3.1%203.1%208.2%203.1%2011.3%200l101.8-101.8l86.1%2086.2c3.1%203.1%208.2%203.1%2011.3%200l226.3-226.5c3.2-3.1%203.2-8.2%200-11.3%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%22m956%20686.5l-.1-.1l-.1-.1C911.7%20593%20843.4%20545%20752.5%20545s-159.2%2048.1-203.4%20141.3v.1c-5.4%2011.5-5.4%2024.9%200%2036.4C593.3%20816%20661.6%20864%20752.5%20864s159.2-48.1%20203.4-141.3c5.4-11.5%205.4-24.8.1-36.2M752.5%20800c-62.1%200-107.4-30-141.1-95.5C645%20639%20690.4%20609%20752.5%20609s107.4%2030%20141.1%2095.5C860%20770%20814.6%20800%20752.5%20800%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M697%20705a56%2056%200%201%200%20112%200a56%2056%200%201%200-112%200M136%20232h704v253h72V192c0-17.7-14.3-32-32-32H96c-17.7%200-32%2014.3-32%2032v520c0%2017.7%2014.3%2032%2032%2032h352v-72H136z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m724.9%20338.1l-36.8-36.8c-3.1-3.1-8.2-3.1-11.3%200L493%20485.3l-86.1-86.2c-3.1-3.1-8.2-3.1-11.3%200L251.3%20543.4c-3.1%203.1-3.1%208.2%200%2011.3l36.8%2036.8c3.1%203.1%208.2%203.1%2011.3%200l101.8-101.8l86.1%2086.2c3.1%203.1%208.2%203.1%2011.3%200l226.3-226.5c3.2-3.1%203.2-8.2%200-11.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/fund-view-outlined.svg?color=%231a73e8&size=48