field binary icon
field-binary-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.
- Name
- field-binary-outlined
- Set
- Ant Design Icons
- Style
- Outlined
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- field-binary
Related icons in Ant Design Icons
Use the field binary icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M600 395.4h91V649h79V267c0-4.4-3.6-8-8-8h-48.2c-3.7 0-7 2.6-7.7 6.3c-2.6 12.1-6.9 22.3-12.9 30.9c-7.2 10.1-15.9 18.2-26.3 24.4c-10.3 6.2-22 10.5-35 12.9c-10.4 1.9-21 3-32 3.1c-4.4.1-7.9 3.6-7.9 8v42.8c0 4.4 3.6 8 8 8M871 702H567c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h304c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8M443.9 312.7c-16.1-19-34.4-32.4-55.2-40.4Q356.75 260 320.3 260c-23.9 0-46.4 4.1-67.7 12.3c-20.8 8-39 21.4-54.8 40.3c-15.9 19.1-28.7 44.7-38.3 77c-9.6 32.5-14.5 73-14.5 121.5c0 49.9 4.9 91.4 14.5 124.4c9.6 32.8 22.4 58.7 38.3 77.7c15.8 18.9 34 32.3 54.8 40.3c21.3 8.2 43.8 12.3 67.7 12.3q36.6 0 68.4-12.3c20.8-8 39.2-21.4 55.2-40.4c16.1-19 29-44.9 38.6-77.7c9.6-33 14.5-74.5 14.5-124.4c0-48.4-4.9-88.9-14.5-121.5c-9.5-32.1-22.4-57.7-38.6-76.8m-29.5 251.7c-1 21.4-4.2 42-9.5 61.9q-8.25 31.05-27 53.4C364.3 696 344.7 704 320.3 704c-24 0-43.2-8.1-56.7-24.4c-12.2-14.8-21.1-32.6-26.6-53.3c-5.3-19.9-8.5-40.6-9.5-61.9c-1-20.8-1.5-38.5-1.5-53.2c0-8.8.1-19.4.4-31.8c.2-12.7 1.1-25.8 2.6-39.2c1.5-13.6 4-27.1 7.6-40.5c3.7-13.8 8.8-26.3 15.4-37.4c6.9-11.6 15.8-21.1 26.7-28.3c11.4-7.6 25.3-11.3 41.5-11.3c16.1 0 30.1 3.7 41.7 11.2c11.1 7.2 20.3 16.6 27.4 28.2c6.9 11.2 12.1 23.8 15.6 37.7c3.3 13.2 5.8 26.6 7.5 40.1c1.8 13.5 2.8 26.6 3 39.4c.2 12.4.4 23 .4 31.8c.1 14.8-.4 32.5-1.4 53.3"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignFieldBinaryOutlined(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="M600 395.4h91V649h79V267c0-4.4-3.6-8-8-8h-48.2c-3.7 0-7 2.6-7.7 6.3c-2.6 12.1-6.9 22.3-12.9 30.9c-7.2 10.1-15.9 18.2-26.3 24.4c-10.3 6.2-22 10.5-35 12.9c-10.4 1.9-21 3-32 3.1c-4.4.1-7.9 3.6-7.9 8v42.8c0 4.4 3.6 8 8 8M871 702H567c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h304c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8M443.9 312.7c-16.1-19-34.4-32.4-55.2-40.4Q356.75 260 320.3 260c-23.9 0-46.4 4.1-67.7 12.3c-20.8 8-39 21.4-54.8 40.3c-15.9 19.1-28.7 44.7-38.3 77c-9.6 32.5-14.5 73-14.5 121.5c0 49.9 4.9 91.4 14.5 124.4c9.6 32.8 22.4 58.7 38.3 77.7c15.8 18.9 34 32.3 54.8 40.3c21.3 8.2 43.8 12.3 67.7 12.3q36.6 0 68.4-12.3c20.8-8 39.2-21.4 55.2-40.4c16.1-19 29-44.9 38.6-77.7c9.6-33 14.5-74.5 14.5-124.4c0-48.4-4.9-88.9-14.5-121.5c-9.5-32.1-22.4-57.7-38.6-76.8m-29.5 251.7c-1 21.4-4.2 42-9.5 61.9q-8.25 31.05-27 53.4C364.3 696 344.7 704 320.3 704c-24 0-43.2-8.1-56.7-24.4c-12.2-14.8-21.1-32.6-26.6-53.3c-5.3-19.9-8.5-40.6-9.5-61.9c-1-20.8-1.5-38.5-1.5-53.2c0-8.8.1-19.4.4-31.8c.2-12.7 1.1-25.8 2.6-39.2c1.5-13.6 4-27.1 7.6-40.5c3.7-13.8 8.8-26.3 15.4-37.4c6.9-11.6 15.8-21.1 26.7-28.3c11.4-7.6 25.3-11.3 41.5-11.3c16.1 0 30.1 3.7 41.7 11.2c11.1 7.2 20.3 16.6 27.4 28.2c6.9 11.2 12.1 23.8 15.6 37.7c3.3 13.2 5.8 26.6 7.5 40.1c1.8 13.5 2.8 26.6 3 39.4c.2 12.4.4 23 .4 31.8c.1 14.8-.4 32.5-1.4 53.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="M600 395.4h91V649h79V267c0-4.4-3.6-8-8-8h-48.2c-3.7 0-7 2.6-7.7 6.3c-2.6 12.1-6.9 22.3-12.9 30.9c-7.2 10.1-15.9 18.2-26.3 24.4c-10.3 6.2-22 10.5-35 12.9c-10.4 1.9-21 3-32 3.1c-4.4.1-7.9 3.6-7.9 8v42.8c0 4.4 3.6 8 8 8M871 702H567c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h304c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8M443.9 312.7c-16.1-19-34.4-32.4-55.2-40.4Q356.75 260 320.3 260c-23.9 0-46.4 4.1-67.7 12.3c-20.8 8-39 21.4-54.8 40.3c-15.9 19.1-28.7 44.7-38.3 77c-9.6 32.5-14.5 73-14.5 121.5c0 49.9 4.9 91.4 14.5 124.4c9.6 32.8 22.4 58.7 38.3 77.7c15.8 18.9 34 32.3 54.8 40.3c21.3 8.2 43.8 12.3 67.7 12.3q36.6 0 68.4-12.3c20.8-8 39.2-21.4 55.2-40.4c16.1-19 29-44.9 38.6-77.7c9.6-33 14.5-74.5 14.5-124.4c0-48.4-4.9-88.9-14.5-121.5c-9.5-32.1-22.4-57.7-38.6-76.8m-29.5 251.7c-1 21.4-4.2 42-9.5 61.9q-8.25 31.05-27 53.4C364.3 696 344.7 704 320.3 704c-24 0-43.2-8.1-56.7-24.4c-12.2-14.8-21.1-32.6-26.6-53.3c-5.3-19.9-8.5-40.6-9.5-61.9c-1-20.8-1.5-38.5-1.5-53.2c0-8.8.1-19.4.4-31.8c.2-12.7 1.1-25.8 2.6-39.2c1.5-13.6 4-27.1 7.6-40.5c3.7-13.8 8.8-26.3 15.4-37.4c6.9-11.6 15.8-21.1 26.7-28.3c11.4-7.6 25.3-11.3 41.5-11.3c16.1 0 30.1 3.7 41.7 11.2c11.1 7.2 20.3 16.6 27.4 28.2c6.9 11.2 12.1 23.8 15.6 37.7c3.3 13.2 5.8 26.6 7.5 40.1c1.8 13.5 2.8 26.6 3 39.4c.2 12.4.4 23 .4 31.8c.1 14.8-.4 32.5-1.4 53.3"/></svg> </template>
CSS
.icon-field-binary-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%22M600%20395.4h91V649h79V267c0-4.4-3.6-8-8-8h-48.2c-3.7%200-7%202.6-7.7%206.3c-2.6%2012.1-6.9%2022.3-12.9%2030.9c-7.2%2010.1-15.9%2018.2-26.3%2024.4c-10.3%206.2-22%2010.5-35%2012.9c-10.4%201.9-21%203-32%203.1c-4.4.1-7.9%203.6-7.9%208v42.8c0%204.4%203.6%208%208%208M871%20702H567c-4.4%200-8%203.6-8%208v48c0%204.4%203.6%208%208%208h304c4.4%200%208-3.6%208-8v-48c0-4.4-3.6-8-8-8M443.9%20312.7c-16.1-19-34.4-32.4-55.2-40.4Q356.75%20260%20320.3%20260c-23.9%200-46.4%204.1-67.7%2012.3c-20.8%208-39%2021.4-54.8%2040.3c-15.9%2019.1-28.7%2044.7-38.3%2077c-9.6%2032.5-14.5%2073-14.5%20121.5c0%2049.9%204.9%2091.4%2014.5%20124.4c9.6%2032.8%2022.4%2058.7%2038.3%2077.7c15.8%2018.9%2034%2032.3%2054.8%2040.3c21.3%208.2%2043.8%2012.3%2067.7%2012.3q36.6%200%2068.4-12.3c20.8-8%2039.2-21.4%2055.2-40.4c16.1-19%2029-44.9%2038.6-77.7c9.6-33%2014.5-74.5%2014.5-124.4c0-48.4-4.9-88.9-14.5-121.5c-9.5-32.1-22.4-57.7-38.6-76.8m-29.5%20251.7c-1%2021.4-4.2%2042-9.5%2061.9q-8.25%2031.05-27%2053.4C364.3%20696%20344.7%20704%20320.3%20704c-24%200-43.2-8.1-56.7-24.4c-12.2-14.8-21.1-32.6-26.6-53.3c-5.3-19.9-8.5-40.6-9.5-61.9c-1-20.8-1.5-38.5-1.5-53.2c0-8.8.1-19.4.4-31.8c.2-12.7%201.1-25.8%202.6-39.2c1.5-13.6%204-27.1%207.6-40.5c3.7-13.8%208.8-26.3%2015.4-37.4c6.9-11.6%2015.8-21.1%2026.7-28.3c11.4-7.6%2025.3-11.3%2041.5-11.3c16.1%200%2030.1%203.7%2041.7%2011.2c11.1%207.2%2020.3%2016.6%2027.4%2028.2c6.9%2011.2%2012.1%2023.8%2015.6%2037.7c3.3%2013.2%205.8%2026.6%207.5%2040.1c1.8%2013.5%202.8%2026.6%203%2039.4c.2%2012.4.4%2023%20.4%2031.8c.1%2014.8-.4%2032.5-1.4%2053.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%22M600%20395.4h91V649h79V267c0-4.4-3.6-8-8-8h-48.2c-3.7%200-7%202.6-7.7%206.3c-2.6%2012.1-6.9%2022.3-12.9%2030.9c-7.2%2010.1-15.9%2018.2-26.3%2024.4c-10.3%206.2-22%2010.5-35%2012.9c-10.4%201.9-21%203-32%203.1c-4.4.1-7.9%203.6-7.9%208v42.8c0%204.4%203.6%208%208%208M871%20702H567c-4.4%200-8%203.6-8%208v48c0%204.4%203.6%208%208%208h304c4.4%200%208-3.6%208-8v-48c0-4.4-3.6-8-8-8M443.9%20312.7c-16.1-19-34.4-32.4-55.2-40.4Q356.75%20260%20320.3%20260c-23.9%200-46.4%204.1-67.7%2012.3c-20.8%208-39%2021.4-54.8%2040.3c-15.9%2019.1-28.7%2044.7-38.3%2077c-9.6%2032.5-14.5%2073-14.5%20121.5c0%2049.9%204.9%2091.4%2014.5%20124.4c9.6%2032.8%2022.4%2058.7%2038.3%2077.7c15.8%2018.9%2034%2032.3%2054.8%2040.3c21.3%208.2%2043.8%2012.3%2067.7%2012.3q36.6%200%2068.4-12.3c20.8-8%2039.2-21.4%2055.2-40.4c16.1-19%2029-44.9%2038.6-77.7c9.6-33%2014.5-74.5%2014.5-124.4c0-48.4-4.9-88.9-14.5-121.5c-9.5-32.1-22.4-57.7-38.6-76.8m-29.5%20251.7c-1%2021.4-4.2%2042-9.5%2061.9q-8.25%2031.05-27%2053.4C364.3%20696%20344.7%20704%20320.3%20704c-24%200-43.2-8.1-56.7-24.4c-12.2-14.8-21.1-32.6-26.6-53.3c-5.3-19.9-8.5-40.6-9.5-61.9c-1-20.8-1.5-38.5-1.5-53.2c0-8.8.1-19.4.4-31.8c.2-12.7%201.1-25.8%202.6-39.2c1.5-13.6%204-27.1%207.6-40.5c3.7-13.8%208.8-26.3%2015.4-37.4c6.9-11.6%2015.8-21.1%2026.7-28.3c11.4-7.6%2025.3-11.3%2041.5-11.3c16.1%200%2030.1%203.7%2041.7%2011.2c11.1%207.2%2020.3%2016.6%2027.4%2028.2c6.9%2011.2%2012.1%2023.8%2015.6%2037.7c3.3%2013.2%205.8%2026.6%207.5%2040.1c1.8%2013.5%202.8%2026.6%203%2039.4c.2%2012.4.4%2023%20.4%2031.8c.1%2014.8-.4%2032.5-1.4%2053.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/field-binary-outlined.svg?color=%231a73e8&size=48