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

Name
field-string-outlined
Set
Ant Design Icons
Style
Outlined
Viewbox
1024×1024
License
MIT
Aliases
field-string

Related icons in Ant Design Icons

Use the field string icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M875.6 515.9c2.1.8 4.4-.3 5.2-2.4c.2-.4.2-.9.2-1.4v-58.3c0-1.8-1.1-3.3-2.8-3.8c-6-1.8-17.2-3-27.2-3c-32.9 0-61.7 16.7-73.5 41.2v-28.6c0-4.4-3.6-8-8-8H717c-4.4 0-8 3.6-8 8V729c0 4.4 3.6 8 8 8h54.8c4.4 0 8-3.6 8-8V572.7c0-36.2 26.1-60.2 65.1-60.2c10.4.1 26.6 1.8 30.7 3.4m-537-40.5l-54.7-12.6c-61.2-14.2-87.7-34.8-87.7-70.7c0-44.6 39.1-73.5 96.9-73.5c52.8 0 91.4 26.5 99.9 68.9h70C455.9 311.6 387.6 259 293.4 259c-103.3 0-171 55.5-171 139c0 68.6 38.6 109.5 122.2 128.5l61.6 14.3c63.6 14.9 91.6 37.1 91.6 75.1c0 44.1-43.5 75.2-102.5 75.2c-60.6 0-104.5-27.2-112.8-70.5H111c7.2 79.9 75.6 130.4 179.1 130.4C402.3 751 471 695.2 471 605.3c0-70.2-38.6-108.5-132.4-129.9M841 729a36 36 0 1 0 72 0a36 36 0 1 0-72 0M653 457.8h-51.4V396c0-4.4-3.6-8-8-8h-54.7c-4.4 0-8 3.6-8 8v61.8H495c-4.4 0-8 3.6-8 8v42.3c0 4.4 3.6 8 8 8h35.9v147.5c0 56.2 27.4 79.4 93.1 79.4c11.7 0 23.6-1.2 33.8-3.1c1.9-.3 3.2-2 3.2-3.9v-49.3c0-2.2-1.8-4-4-4h-.4c-4.9.5-6.2.6-8.3.8c-4.1.3-7.8.5-12.6.5c-24.1 0-34.1-10.3-34.1-35.6V516.1H653c4.4 0 8-3.6 8-8v-42.3c0-4.4-3.6-8-8-8"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignFieldStringOutlined(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="M875.6 515.9c2.1.8 4.4-.3 5.2-2.4c.2-.4.2-.9.2-1.4v-58.3c0-1.8-1.1-3.3-2.8-3.8c-6-1.8-17.2-3-27.2-3c-32.9 0-61.7 16.7-73.5 41.2v-28.6c0-4.4-3.6-8-8-8H717c-4.4 0-8 3.6-8 8V729c0 4.4 3.6 8 8 8h54.8c4.4 0 8-3.6 8-8V572.7c0-36.2 26.1-60.2 65.1-60.2c10.4.1 26.6 1.8 30.7 3.4m-537-40.5l-54.7-12.6c-61.2-14.2-87.7-34.8-87.7-70.7c0-44.6 39.1-73.5 96.9-73.5c52.8 0 91.4 26.5 99.9 68.9h70C455.9 311.6 387.6 259 293.4 259c-103.3 0-171 55.5-171 139c0 68.6 38.6 109.5 122.2 128.5l61.6 14.3c63.6 14.9 91.6 37.1 91.6 75.1c0 44.1-43.5 75.2-102.5 75.2c-60.6 0-104.5-27.2-112.8-70.5H111c7.2 79.9 75.6 130.4 179.1 130.4C402.3 751 471 695.2 471 605.3c0-70.2-38.6-108.5-132.4-129.9M841 729a36 36 0 1 0 72 0a36 36 0 1 0-72 0M653 457.8h-51.4V396c0-4.4-3.6-8-8-8h-54.7c-4.4 0-8 3.6-8 8v61.8H495c-4.4 0-8 3.6-8 8v42.3c0 4.4 3.6 8 8 8h35.9v147.5c0 56.2 27.4 79.4 93.1 79.4c11.7 0 23.6-1.2 33.8-3.1c1.9-.3 3.2-2 3.2-3.9v-49.3c0-2.2-1.8-4-4-4h-.4c-4.9.5-6.2.6-8.3.8c-4.1.3-7.8.5-12.6.5c-24.1 0-34.1-10.3-34.1-35.6V516.1H653c4.4 0 8-3.6 8-8v-42.3c0-4.4-3.6-8-8-8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M875.6 515.9c2.1.8 4.4-.3 5.2-2.4c.2-.4.2-.9.2-1.4v-58.3c0-1.8-1.1-3.3-2.8-3.8c-6-1.8-17.2-3-27.2-3c-32.9 0-61.7 16.7-73.5 41.2v-28.6c0-4.4-3.6-8-8-8H717c-4.4 0-8 3.6-8 8V729c0 4.4 3.6 8 8 8h54.8c4.4 0 8-3.6 8-8V572.7c0-36.2 26.1-60.2 65.1-60.2c10.4.1 26.6 1.8 30.7 3.4m-537-40.5l-54.7-12.6c-61.2-14.2-87.7-34.8-87.7-70.7c0-44.6 39.1-73.5 96.9-73.5c52.8 0 91.4 26.5 99.9 68.9h70C455.9 311.6 387.6 259 293.4 259c-103.3 0-171 55.5-171 139c0 68.6 38.6 109.5 122.2 128.5l61.6 14.3c63.6 14.9 91.6 37.1 91.6 75.1c0 44.1-43.5 75.2-102.5 75.2c-60.6 0-104.5-27.2-112.8-70.5H111c7.2 79.9 75.6 130.4 179.1 130.4C402.3 751 471 695.2 471 605.3c0-70.2-38.6-108.5-132.4-129.9M841 729a36 36 0 1 0 72 0a36 36 0 1 0-72 0M653 457.8h-51.4V396c0-4.4-3.6-8-8-8h-54.7c-4.4 0-8 3.6-8 8v61.8H495c-4.4 0-8 3.6-8 8v42.3c0 4.4 3.6 8 8 8h35.9v147.5c0 56.2 27.4 79.4 93.1 79.4c11.7 0 23.6-1.2 33.8-3.1c1.9-.3 3.2-2 3.2-3.9v-49.3c0-2.2-1.8-4-4-4h-.4c-4.9.5-6.2.6-8.3.8c-4.1.3-7.8.5-12.6.5c-24.1 0-34.1-10.3-34.1-35.6V516.1H653c4.4 0 8-3.6 8-8v-42.3c0-4.4-3.6-8-8-8"/></svg>
</template>

CSS

.icon-field-string-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%22M875.6%20515.9c2.1.8%204.4-.3%205.2-2.4c.2-.4.2-.9.2-1.4v-58.3c0-1.8-1.1-3.3-2.8-3.8c-6-1.8-17.2-3-27.2-3c-32.9%200-61.7%2016.7-73.5%2041.2v-28.6c0-4.4-3.6-8-8-8H717c-4.4%200-8%203.6-8%208V729c0%204.4%203.6%208%208%208h54.8c4.4%200%208-3.6%208-8V572.7c0-36.2%2026.1-60.2%2065.1-60.2c10.4.1%2026.6%201.8%2030.7%203.4m-537-40.5l-54.7-12.6c-61.2-14.2-87.7-34.8-87.7-70.7c0-44.6%2039.1-73.5%2096.9-73.5c52.8%200%2091.4%2026.5%2099.9%2068.9h70C455.9%20311.6%20387.6%20259%20293.4%20259c-103.3%200-171%2055.5-171%20139c0%2068.6%2038.6%20109.5%20122.2%20128.5l61.6%2014.3c63.6%2014.9%2091.6%2037.1%2091.6%2075.1c0%2044.1-43.5%2075.2-102.5%2075.2c-60.6%200-104.5-27.2-112.8-70.5H111c7.2%2079.9%2075.6%20130.4%20179.1%20130.4C402.3%20751%20471%20695.2%20471%20605.3c0-70.2-38.6-108.5-132.4-129.9M841%20729a36%2036%200%201%200%2072%200a36%2036%200%201%200-72%200M653%20457.8h-51.4V396c0-4.4-3.6-8-8-8h-54.7c-4.4%200-8%203.6-8%208v61.8H495c-4.4%200-8%203.6-8%208v42.3c0%204.4%203.6%208%208%208h35.9v147.5c0%2056.2%2027.4%2079.4%2093.1%2079.4c11.7%200%2023.6-1.2%2033.8-3.1c1.9-.3%203.2-2%203.2-3.9v-49.3c0-2.2-1.8-4-4-4h-.4c-4.9.5-6.2.6-8.3.8c-4.1.3-7.8.5-12.6.5c-24.1%200-34.1-10.3-34.1-35.6V516.1H653c4.4%200%208-3.6%208-8v-42.3c0-4.4-3.6-8-8-8%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%22M875.6%20515.9c2.1.8%204.4-.3%205.2-2.4c.2-.4.2-.9.2-1.4v-58.3c0-1.8-1.1-3.3-2.8-3.8c-6-1.8-17.2-3-27.2-3c-32.9%200-61.7%2016.7-73.5%2041.2v-28.6c0-4.4-3.6-8-8-8H717c-4.4%200-8%203.6-8%208V729c0%204.4%203.6%208%208%208h54.8c4.4%200%208-3.6%208-8V572.7c0-36.2%2026.1-60.2%2065.1-60.2c10.4.1%2026.6%201.8%2030.7%203.4m-537-40.5l-54.7-12.6c-61.2-14.2-87.7-34.8-87.7-70.7c0-44.6%2039.1-73.5%2096.9-73.5c52.8%200%2091.4%2026.5%2099.9%2068.9h70C455.9%20311.6%20387.6%20259%20293.4%20259c-103.3%200-171%2055.5-171%20139c0%2068.6%2038.6%20109.5%20122.2%20128.5l61.6%2014.3c63.6%2014.9%2091.6%2037.1%2091.6%2075.1c0%2044.1-43.5%2075.2-102.5%2075.2c-60.6%200-104.5-27.2-112.8-70.5H111c7.2%2079.9%2075.6%20130.4%20179.1%20130.4C402.3%20751%20471%20695.2%20471%20605.3c0-70.2-38.6-108.5-132.4-129.9M841%20729a36%2036%200%201%200%2072%200a36%2036%200%201%200-72%200M653%20457.8h-51.4V396c0-4.4-3.6-8-8-8h-54.7c-4.4%200-8%203.6-8%208v61.8H495c-4.4%200-8%203.6-8%208v42.3c0%204.4%203.6%208%208%208h35.9v147.5c0%2056.2%2027.4%2079.4%2093.1%2079.4c11.7%200%2023.6-1.2%2033.8-3.1c1.9-.3%203.2-2%203.2-3.9v-49.3c0-2.2-1.8-4-4-4h-.4c-4.9.5-6.2.6-8.3.8c-4.1.3-7.8.5-12.6.5c-24.1%200-34.1-10.3-34.1-35.6V516.1H653c4.4%200%208-3.6%208-8v-42.3c0-4.4-3.6-8-8-8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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