api icon
api-twotone from Ant Design Icons by HeskeyBaozi · TwoTone · MIT Free for personal and commercial use.
- Name
- api-twotone
- Set
- Ant Design Icons
- Style
- TwoTone
- Viewbox
- 1024×1024
- License
- MIT
2 other variants in Ant Design Icons
The same icon in other sets
Use the api icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fill-opacity=".15" d="M254.9 582.3c-25 25-38.7 58.1-38.7 93.4s13.8 68.5 38.7 93.4c25 25 58.1 38.7 93.4 38.7s68.5-13.8 93.4-38.7l59.4-59.4l-186.8-186.8zm420.8-366.1c-35.3 0-68.5 13.8-93.4 38.7l-59.4 59.4l186.8 186.8l59.4-59.4c24.9-25 38.7-58.1 38.7-93.4s-13.8-68.5-38.7-93.4c-25-25-58.1-38.7-93.4-38.7"/><path fill="currentColor" d="M578.9 546.7a8.03 8.03 0 0 0-11.3 0L501 613.3L410.7 523l66.7-66.7c3.1-3.1 3.1-8.2 0-11.3L441 408.6a8.03 8.03 0 0 0-11.3 0L363 475.3l-43-43a7.85 7.85 0 0 0-5.7-2.3c-2 0-4.1.8-5.7 2.3L206.8 534.2a199.45 199.45 0 0 0-58.6 140.4c-.2 39.5 11.2 79.1 34.3 113.1l-76.1 76.1a8.03 8.03 0 0 0 0 11.3l42.4 42.4c1.6 1.6 3.6 2.3 5.7 2.3s4.1-.8 5.7-2.3l76.1-76.1c33.7 22.9 72.9 34.3 112.1 34.3c51.2 0 102.4-19.5 141.5-58.6l101.9-101.9c3.1-3.1 3.1-8.2 0-11.3l-43-43l66.7-66.7c3.1-3.1 3.1-8.2 0-11.3zM441.7 769.1a131.32 131.32 0 0 1-93.4 38.7c-35.3 0-68.4-13.7-93.4-38.7c-24.9-24.9-38.7-58.1-38.7-93.4s13.7-68.4 38.7-93.4l59.4-59.4l186.8 186.8zm476-620.3l-42.4-42.4c-1.6-1.6-3.6-2.3-5.7-2.3s-4.1.8-5.7 2.3l-76.1 76.1a199.27 199.27 0 0 0-112.1-34.3c-51.2 0-102.4 19.5-141.5 58.6L432.3 308.7a8.03 8.03 0 0 0 0 11.3L704 591.7c1.6 1.6 3.6 2.3 5.7 2.3c2 0 4.1-.8 5.7-2.3l101.9-101.9c68.9-69 77-175.7 24.3-253.5l76.1-76.1c3.1-3.2 3.1-8.3 0-11.4M769.1 441.7l-59.4 59.4l-186.8-186.8l59.4-59.4c24.9-24.9 58.1-38.7 93.4-38.7s68.4 13.7 93.4 38.7c24.9 24.9 38.7 58.1 38.7 93.4s-13.8 68.4-38.7 93.4"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignApiTwotone(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" fillOpacity=".15" d="M254.9 582.3c-25 25-38.7 58.1-38.7 93.4s13.8 68.5 38.7 93.4c25 25 58.1 38.7 93.4 38.7s68.5-13.8 93.4-38.7l59.4-59.4l-186.8-186.8zm420.8-366.1c-35.3 0-68.5 13.8-93.4 38.7l-59.4 59.4l186.8 186.8l59.4-59.4c24.9-25 38.7-58.1 38.7-93.4s-13.8-68.5-38.7-93.4c-25-25-58.1-38.7-93.4-38.7"/><path fill="currentColor" d="M578.9 546.7a8.03 8.03 0 0 0-11.3 0L501 613.3L410.7 523l66.7-66.7c3.1-3.1 3.1-8.2 0-11.3L441 408.6a8.03 8.03 0 0 0-11.3 0L363 475.3l-43-43a7.85 7.85 0 0 0-5.7-2.3c-2 0-4.1.8-5.7 2.3L206.8 534.2a199.45 199.45 0 0 0-58.6 140.4c-.2 39.5 11.2 79.1 34.3 113.1l-76.1 76.1a8.03 8.03 0 0 0 0 11.3l42.4 42.4c1.6 1.6 3.6 2.3 5.7 2.3s4.1-.8 5.7-2.3l76.1-76.1c33.7 22.9 72.9 34.3 112.1 34.3c51.2 0 102.4-19.5 141.5-58.6l101.9-101.9c3.1-3.1 3.1-8.2 0-11.3l-43-43l66.7-66.7c3.1-3.1 3.1-8.2 0-11.3zM441.7 769.1a131.32 131.32 0 0 1-93.4 38.7c-35.3 0-68.4-13.7-93.4-38.7c-24.9-24.9-38.7-58.1-38.7-93.4s13.7-68.4 38.7-93.4l59.4-59.4l186.8 186.8zm476-620.3l-42.4-42.4c-1.6-1.6-3.6-2.3-5.7-2.3s-4.1.8-5.7 2.3l-76.1 76.1a199.27 199.27 0 0 0-112.1-34.3c-51.2 0-102.4 19.5-141.5 58.6L432.3 308.7a8.03 8.03 0 0 0 0 11.3L704 591.7c1.6 1.6 3.6 2.3 5.7 2.3c2 0 4.1-.8 5.7-2.3l101.9-101.9c68.9-69 77-175.7 24.3-253.5l76.1-76.1c3.1-3.2 3.1-8.3 0-11.4M769.1 441.7l-59.4 59.4l-186.8-186.8l59.4-59.4c24.9-24.9 58.1-38.7 93.4-38.7s68.4 13.7 93.4 38.7c24.9 24.9 38.7 58.1 38.7 93.4s-13.8 68.4-38.7 93.4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fill-opacity=".15" d="M254.9 582.3c-25 25-38.7 58.1-38.7 93.4s13.8 68.5 38.7 93.4c25 25 58.1 38.7 93.4 38.7s68.5-13.8 93.4-38.7l59.4-59.4l-186.8-186.8zm420.8-366.1c-35.3 0-68.5 13.8-93.4 38.7l-59.4 59.4l186.8 186.8l59.4-59.4c24.9-25 38.7-58.1 38.7-93.4s-13.8-68.5-38.7-93.4c-25-25-58.1-38.7-93.4-38.7"/><path fill="currentColor" d="M578.9 546.7a8.03 8.03 0 0 0-11.3 0L501 613.3L410.7 523l66.7-66.7c3.1-3.1 3.1-8.2 0-11.3L441 408.6a8.03 8.03 0 0 0-11.3 0L363 475.3l-43-43a7.85 7.85 0 0 0-5.7-2.3c-2 0-4.1.8-5.7 2.3L206.8 534.2a199.45 199.45 0 0 0-58.6 140.4c-.2 39.5 11.2 79.1 34.3 113.1l-76.1 76.1a8.03 8.03 0 0 0 0 11.3l42.4 42.4c1.6 1.6 3.6 2.3 5.7 2.3s4.1-.8 5.7-2.3l76.1-76.1c33.7 22.9 72.9 34.3 112.1 34.3c51.2 0 102.4-19.5 141.5-58.6l101.9-101.9c3.1-3.1 3.1-8.2 0-11.3l-43-43l66.7-66.7c3.1-3.1 3.1-8.2 0-11.3zM441.7 769.1a131.32 131.32 0 0 1-93.4 38.7c-35.3 0-68.4-13.7-93.4-38.7c-24.9-24.9-38.7-58.1-38.7-93.4s13.7-68.4 38.7-93.4l59.4-59.4l186.8 186.8zm476-620.3l-42.4-42.4c-1.6-1.6-3.6-2.3-5.7-2.3s-4.1.8-5.7 2.3l-76.1 76.1a199.27 199.27 0 0 0-112.1-34.3c-51.2 0-102.4 19.5-141.5 58.6L432.3 308.7a8.03 8.03 0 0 0 0 11.3L704 591.7c1.6 1.6 3.6 2.3 5.7 2.3c2 0 4.1-.8 5.7-2.3l101.9-101.9c68.9-69 77-175.7 24.3-253.5l76.1-76.1c3.1-3.2 3.1-8.3 0-11.4M769.1 441.7l-59.4 59.4l-186.8-186.8l59.4-59.4c24.9-24.9 58.1-38.7 93.4-38.7s68.4 13.7 93.4 38.7c24.9 24.9 38.7 58.1 38.7 93.4s-13.8 68.4-38.7 93.4"/></svg> </template>
CSS
.icon-api-twotone {
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%20fill-opacity%3D%22.15%22%20d%3D%22M254.9%20582.3c-25%2025-38.7%2058.1-38.7%2093.4s13.8%2068.5%2038.7%2093.4c25%2025%2058.1%2038.7%2093.4%2038.7s68.5-13.8%2093.4-38.7l59.4-59.4l-186.8-186.8zm420.8-366.1c-35.3%200-68.5%2013.8-93.4%2038.7l-59.4%2059.4l186.8%20186.8l59.4-59.4c24.9-25%2038.7-58.1%2038.7-93.4s-13.8-68.5-38.7-93.4c-25-25-58.1-38.7-93.4-38.7%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M578.9%20546.7a8.03%208.03%200%200%200-11.3%200L501%20613.3L410.7%20523l66.7-66.7c3.1-3.1%203.1-8.2%200-11.3L441%20408.6a8.03%208.03%200%200%200-11.3%200L363%20475.3l-43-43a7.85%207.85%200%200%200-5.7-2.3c-2%200-4.1.8-5.7%202.3L206.8%20534.2a199.45%20199.45%200%200%200-58.6%20140.4c-.2%2039.5%2011.2%2079.1%2034.3%20113.1l-76.1%2076.1a8.03%208.03%200%200%200%200%2011.3l42.4%2042.4c1.6%201.6%203.6%202.3%205.7%202.3s4.1-.8%205.7-2.3l76.1-76.1c33.7%2022.9%2072.9%2034.3%20112.1%2034.3c51.2%200%20102.4-19.5%20141.5-58.6l101.9-101.9c3.1-3.1%203.1-8.2%200-11.3l-43-43l66.7-66.7c3.1-3.1%203.1-8.2%200-11.3zM441.7%20769.1a131.32%20131.32%200%200%201-93.4%2038.7c-35.3%200-68.4-13.7-93.4-38.7c-24.9-24.9-38.7-58.1-38.7-93.4s13.7-68.4%2038.7-93.4l59.4-59.4l186.8%20186.8zm476-620.3l-42.4-42.4c-1.6-1.6-3.6-2.3-5.7-2.3s-4.1.8-5.7%202.3l-76.1%2076.1a199.27%20199.27%200%200%200-112.1-34.3c-51.2%200-102.4%2019.5-141.5%2058.6L432.3%20308.7a8.03%208.03%200%200%200%200%2011.3L704%20591.7c1.6%201.6%203.6%202.3%205.7%202.3c2%200%204.1-.8%205.7-2.3l101.9-101.9c68.9-69%2077-175.7%2024.3-253.5l76.1-76.1c3.1-3.2%203.1-8.3%200-11.4M769.1%20441.7l-59.4%2059.4l-186.8-186.8l59.4-59.4c24.9-24.9%2058.1-38.7%2093.4-38.7s68.4%2013.7%2093.4%2038.7c24.9%2024.9%2038.7%2058.1%2038.7%2093.4s-13.8%2068.4-38.7%2093.4%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%20fill-opacity%3D%22.15%22%20d%3D%22M254.9%20582.3c-25%2025-38.7%2058.1-38.7%2093.4s13.8%2068.5%2038.7%2093.4c25%2025%2058.1%2038.7%2093.4%2038.7s68.5-13.8%2093.4-38.7l59.4-59.4l-186.8-186.8zm420.8-366.1c-35.3%200-68.5%2013.8-93.4%2038.7l-59.4%2059.4l186.8%20186.8l59.4-59.4c24.9-25%2038.7-58.1%2038.7-93.4s-13.8-68.5-38.7-93.4c-25-25-58.1-38.7-93.4-38.7%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M578.9%20546.7a8.03%208.03%200%200%200-11.3%200L501%20613.3L410.7%20523l66.7-66.7c3.1-3.1%203.1-8.2%200-11.3L441%20408.6a8.03%208.03%200%200%200-11.3%200L363%20475.3l-43-43a7.85%207.85%200%200%200-5.7-2.3c-2%200-4.1.8-5.7%202.3L206.8%20534.2a199.45%20199.45%200%200%200-58.6%20140.4c-.2%2039.5%2011.2%2079.1%2034.3%20113.1l-76.1%2076.1a8.03%208.03%200%200%200%200%2011.3l42.4%2042.4c1.6%201.6%203.6%202.3%205.7%202.3s4.1-.8%205.7-2.3l76.1-76.1c33.7%2022.9%2072.9%2034.3%20112.1%2034.3c51.2%200%20102.4-19.5%20141.5-58.6l101.9-101.9c3.1-3.1%203.1-8.2%200-11.3l-43-43l66.7-66.7c3.1-3.1%203.1-8.2%200-11.3zM441.7%20769.1a131.32%20131.32%200%200%201-93.4%2038.7c-35.3%200-68.4-13.7-93.4-38.7c-24.9-24.9-38.7-58.1-38.7-93.4s13.7-68.4%2038.7-93.4l59.4-59.4l186.8%20186.8zm476-620.3l-42.4-42.4c-1.6-1.6-3.6-2.3-5.7-2.3s-4.1.8-5.7%202.3l-76.1%2076.1a199.27%20199.27%200%200%200-112.1-34.3c-51.2%200-102.4%2019.5-141.5%2058.6L432.3%20308.7a8.03%208.03%200%200%200%200%2011.3L704%20591.7c1.6%201.6%203.6%202.3%205.7%202.3c2%200%204.1-.8%205.7-2.3l101.9-101.9c68.9-69%2077-175.7%2024.3-253.5l76.1-76.1c3.1-3.2%203.1-8.3%200-11.4M769.1%20441.7l-59.4%2059.4l-186.8-186.8l59.4-59.4c24.9-24.9%2058.1-38.7%2093.4-38.7s68.4%2013.7%2093.4%2038.7c24.9%2024.9%2038.7%2058.1%2038.7%2093.4s-13.8%2068.4-38.7%2093.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/api-twotone.svg?color=%231a73e8&size=48