async api icon logo
async-api-icon from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- async-api-icon
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×253
- License
- CC0
Related icons in SVG Logos
Use the async api icon logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 253"><defs><linearGradient id="SVG7xrvve2n" x1="90.642%" x2="12.543%" y1="10.337%" y2="88.429%"><stop offset="0%" stop-color="#21d4fd"/><stop offset="3%" stop-color="#27cdfc" stop-opacity="96"/><stop offset="23%" stop-color="#4e9cf4" stop-opacity="70"/><stop offset="43%" stop-color="#6e73ee" stop-opacity="49"/><stop offset="61%" stop-color="#8753e9" stop-opacity="32"/><stop offset="77%" stop-color="#993ce5" stop-opacity="20"/><stop offset="90%" stop-color="#a42ee3" stop-opacity="13"/><stop offset="100%" stop-color="#a829e2" stop-opacity="10"/></linearGradient></defs><path fill="url(#SVG7xrvve2n)" d="M195.452 0H60.548C27.108 0 0 26.78 0 59.814v133.268c0 33.035 27.108 59.814 60.548 59.814h134.904c33.44 0 60.548-26.78 60.548-59.814V59.814C256 26.78 228.892 0 195.452 0"/><path fill="#fff" d="m75.025 110.118l7.62-10.373l59.916 42.96l-7.62 10.373zm38.47 0l7.62-10.373l59.915 42.96l-7.619 10.373zm14.551-63.467c-31.617 0-57.451 19.025-58.472 42.698l-.031 1.95h13.009v-.494c0-17.277 20.443-31.34 45.532-31.34s45.531 14.063 45.531 31.34v.495h13.01v-.495c-.075-24.345-26.316-44.154-58.579-44.154m45.44 115.423c0 17.276-20.444 31.34-45.551 31.34s-45.532-14.064-45.532-31.34v-.496H69.394v.496c0 24.344 26.24 44.154 58.503 44.154c31.618 0 57.452-19.025 58.473-42.699l.032-1.95h-13.01z"/></svg>
React
import type { SVGProps } from "react";
export function LogosAsyncApiIcon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 253"><defs><linearGradient id="SVG7xrvve2n" x1="90.642%" x2="12.543%" y1="10.337%" y2="88.429%"><stop offset="0%" stopColor="#21d4fd"/><stop offset="3%" stopColor="#27cdfc" stopOpacity="96"/><stop offset="23%" stopColor="#4e9cf4" stopOpacity="70"/><stop offset="43%" stopColor="#6e73ee" stopOpacity="49"/><stop offset="61%" stopColor="#8753e9" stopOpacity="32"/><stop offset="77%" stopColor="#993ce5" stopOpacity="20"/><stop offset="90%" stopColor="#a42ee3" stopOpacity="13"/><stop offset="100%" stopColor="#a829e2" stopOpacity="10"/></linearGradient></defs><path fill="url(#SVG7xrvve2n)" d="M195.452 0H60.548C27.108 0 0 26.78 0 59.814v133.268c0 33.035 27.108 59.814 60.548 59.814h134.904c33.44 0 60.548-26.78 60.548-59.814V59.814C256 26.78 228.892 0 195.452 0"/><path fill="#fff" d="m75.025 110.118l7.62-10.373l59.916 42.96l-7.62 10.373zm38.47 0l7.62-10.373l59.915 42.96l-7.619 10.373zm14.551-63.467c-31.617 0-57.451 19.025-58.472 42.698l-.031 1.95h13.009v-.494c0-17.277 20.443-31.34 45.532-31.34s45.531 14.063 45.531 31.34v.495h13.01v-.495c-.075-24.345-26.316-44.154-58.579-44.154m45.44 115.423c0 17.276-20.444 31.34-45.551 31.34s-45.532-14.064-45.532-31.34v-.496H69.394v.496c0 24.344 26.24 44.154 58.503 44.154c31.618 0 57.452-19.025 58.473-42.699l.032-1.95h-13.01z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 253"><defs><linearGradient id="SVG7xrvve2n" x1="90.642%" x2="12.543%" y1="10.337%" y2="88.429%"><stop offset="0%" stop-color="#21d4fd"/><stop offset="3%" stop-color="#27cdfc" stop-opacity="96"/><stop offset="23%" stop-color="#4e9cf4" stop-opacity="70"/><stop offset="43%" stop-color="#6e73ee" stop-opacity="49"/><stop offset="61%" stop-color="#8753e9" stop-opacity="32"/><stop offset="77%" stop-color="#993ce5" stop-opacity="20"/><stop offset="90%" stop-color="#a42ee3" stop-opacity="13"/><stop offset="100%" stop-color="#a829e2" stop-opacity="10"/></linearGradient></defs><path fill="url(#SVG7xrvve2n)" d="M195.452 0H60.548C27.108 0 0 26.78 0 59.814v133.268c0 33.035 27.108 59.814 60.548 59.814h134.904c33.44 0 60.548-26.78 60.548-59.814V59.814C256 26.78 228.892 0 195.452 0"/><path fill="#fff" d="m75.025 110.118l7.62-10.373l59.916 42.96l-7.62 10.373zm38.47 0l7.62-10.373l59.915 42.96l-7.619 10.373zm14.551-63.467c-31.617 0-57.451 19.025-58.472 42.698l-.031 1.95h13.009v-.494c0-17.277 20.443-31.34 45.532-31.34s45.531 14.063 45.531 31.34v.495h13.01v-.495c-.075-24.345-26.316-44.154-58.579-44.154m45.44 115.423c0 17.276-20.444 31.34-45.551 31.34s-45.532-14.064-45.532-31.34v-.496H69.394v.496c0 24.344 26.24 44.154 58.503 44.154c31.618 0 57.452-19.025 58.473-42.699l.032-1.95h-13.01z"/></svg> </template>
CSS
.icon-async-api-icon {
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%20256%20253%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVG7xrvve2n%22%20x1%3D%2290.642%25%22%20x2%3D%2212.543%25%22%20y1%3D%2210.337%25%22%20y2%3D%2288.429%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%2321d4fd%22%2F%3E%3Cstop%20offset%3D%223%25%22%20stop-color%3D%22%2327cdfc%22%20stop-opacity%3D%2296%22%2F%3E%3Cstop%20offset%3D%2223%25%22%20stop-color%3D%22%234e9cf4%22%20stop-opacity%3D%2270%22%2F%3E%3Cstop%20offset%3D%2243%25%22%20stop-color%3D%22%236e73ee%22%20stop-opacity%3D%2249%22%2F%3E%3Cstop%20offset%3D%2261%25%22%20stop-color%3D%22%238753e9%22%20stop-opacity%3D%2232%22%2F%3E%3Cstop%20offset%3D%2277%25%22%20stop-color%3D%22%23993ce5%22%20stop-opacity%3D%2220%22%2F%3E%3Cstop%20offset%3D%2290%25%22%20stop-color%3D%22%23a42ee3%22%20stop-opacity%3D%2213%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23a829e2%22%20stop-opacity%3D%2210%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVG7xrvve2n)%22%20d%3D%22M195.452%200H60.548C27.108%200%200%2026.78%200%2059.814v133.268c0%2033.035%2027.108%2059.814%2060.548%2059.814h134.904c33.44%200%2060.548-26.78%2060.548-59.814V59.814C256%2026.78%20228.892%200%20195.452%200%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m75.025%20110.118l7.62-10.373l59.916%2042.96l-7.62%2010.373zm38.47%200l7.62-10.373l59.915%2042.96l-7.619%2010.373zm14.551-63.467c-31.617%200-57.451%2019.025-58.472%2042.698l-.031%201.95h13.009v-.494c0-17.277%2020.443-31.34%2045.532-31.34s45.531%2014.063%2045.531%2031.34v.495h13.01v-.495c-.075-24.345-26.316-44.154-58.579-44.154m45.44%20115.423c0%2017.276-20.444%2031.34-45.551%2031.34s-45.532-14.064-45.532-31.34v-.496H69.394v.496c0%2024.344%2026.24%2044.154%2058.503%2044.154c31.618%200%2057.452-19.025%2058.473-42.699l.032-1.95h-13.01z%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%20256%20253%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVG7xrvve2n%22%20x1%3D%2290.642%25%22%20x2%3D%2212.543%25%22%20y1%3D%2210.337%25%22%20y2%3D%2288.429%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%2321d4fd%22%2F%3E%3Cstop%20offset%3D%223%25%22%20stop-color%3D%22%2327cdfc%22%20stop-opacity%3D%2296%22%2F%3E%3Cstop%20offset%3D%2223%25%22%20stop-color%3D%22%234e9cf4%22%20stop-opacity%3D%2270%22%2F%3E%3Cstop%20offset%3D%2243%25%22%20stop-color%3D%22%236e73ee%22%20stop-opacity%3D%2249%22%2F%3E%3Cstop%20offset%3D%2261%25%22%20stop-color%3D%22%238753e9%22%20stop-opacity%3D%2232%22%2F%3E%3Cstop%20offset%3D%2277%25%22%20stop-color%3D%22%23993ce5%22%20stop-opacity%3D%2220%22%2F%3E%3Cstop%20offset%3D%2290%25%22%20stop-color%3D%22%23a42ee3%22%20stop-opacity%3D%2213%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23a829e2%22%20stop-opacity%3D%2210%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVG7xrvve2n)%22%20d%3D%22M195.452%200H60.548C27.108%200%200%2026.78%200%2059.814v133.268c0%2033.035%2027.108%2059.814%2060.548%2059.814h134.904c33.44%200%2060.548-26.78%2060.548-59.814V59.814C256%2026.78%20228.892%200%20195.452%200%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m75.025%20110.118l7.62-10.373l59.916%2042.96l-7.62%2010.373zm38.47%200l7.62-10.373l59.915%2042.96l-7.619%2010.373zm14.551-63.467c-31.617%200-57.451%2019.025-58.472%2042.698l-.031%201.95h13.009v-.494c0-17.277%2020.443-31.34%2045.532-31.34s45.531%2014.063%2045.531%2031.34v.495h13.01v-.495c-.075-24.345-26.316-44.154-58.579-44.154m45.44%20115.423c0%2017.276-20.444%2031.34-45.551%2031.34s-45.532-14.064-45.532-31.34v-.496H69.394v.496c0%2024.344%2026.24%2044.154%2058.503%2044.154c31.618%200%2057.452-19.025%2058.473-42.699l.032-1.95h-13.01z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/async-api-icon.svg?color=%231a73e8&size=48