round-api from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.

Name
round-api
Set
Google Material Icons
Style
Baseline
Category
Action
Viewbox
24×24
License
Apache 2.0

More action icons from Google Material Icons

Use the round api icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 13c-.56.56-1.45.56-2 .01V13c-.55-.55-.55-1.44 0-1.99V11c.55-.55 1.44-.55 1.99 0H13c.55.55.55 1.45 0 2m-1-7l2.12 2.12l2.5-2.5l-3.2-3.2c-.78-.78-2.05-.78-2.83 0l-3.2 3.2l2.5 2.5zm-6 6l2.12-2.12l-2.5-2.5l-3.2 3.2c-.78.78-.78 2.05 0 2.83l3.2 3.2l2.5-2.5zm12 0l-2.12 2.12l2.5 2.5l3.2-3.2c.78-.78.78-2.05 0-2.83l-3.2-3.2l-2.5 2.5zm-6 6l-2.12-2.12l-2.5 2.5l3.2 3.2c.78.78 2.05.78 2.83 0l3.2-3.2l-2.5-2.5z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundApi(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 13c-.56.56-1.45.56-2 .01V13c-.55-.55-.55-1.44 0-1.99V11c.55-.55 1.44-.55 1.99 0H13c.55.55.55 1.45 0 2m-1-7l2.12 2.12l2.5-2.5l-3.2-3.2c-.78-.78-2.05-.78-2.83 0l-3.2 3.2l2.5 2.5zm-6 6l2.12-2.12l-2.5-2.5l-3.2 3.2c-.78.78-.78 2.05 0 2.83l3.2 3.2l2.5-2.5zm12 0l-2.12 2.12l2.5 2.5l3.2-3.2c.78-.78.78-2.05 0-2.83l-3.2-3.2l-2.5 2.5zm-6 6l-2.12-2.12l-2.5 2.5l3.2 3.2c.78.78 2.05.78 2.83 0l3.2-3.2l-2.5-2.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 13c-.56.56-1.45.56-2 .01V13c-.55-.55-.55-1.44 0-1.99V11c.55-.55 1.44-.55 1.99 0H13c.55.55.55 1.45 0 2m-1-7l2.12 2.12l2.5-2.5l-3.2-3.2c-.78-.78-2.05-.78-2.83 0l-3.2 3.2l2.5 2.5zm-6 6l2.12-2.12l-2.5-2.5l-3.2 3.2c-.78.78-.78 2.05 0 2.83l3.2 3.2l2.5-2.5zm12 0l-2.12 2.12l2.5 2.5l3.2-3.2c.78-.78.78-2.05 0-2.83l-3.2-3.2l-2.5 2.5zm-6 6l-2.12-2.12l-2.5 2.5l3.2 3.2c.78.78 2.05.78 2.83 0l3.2-3.2l-2.5-2.5z"/></svg>
</template>

CSS

.icon-round-api {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%2013c-.56.56-1.45.56-2%20.01V13c-.55-.55-.55-1.44%200-1.99V11c.55-.55%201.44-.55%201.99%200H13c.55.55.55%201.45%200%202m-1-7l2.12%202.12l2.5-2.5l-3.2-3.2c-.78-.78-2.05-.78-2.83%200l-3.2%203.2l2.5%202.5zm-6%206l2.12-2.12l-2.5-2.5l-3.2%203.2c-.78.78-.78%202.05%200%202.83l3.2%203.2l2.5-2.5zm12%200l-2.12%202.12l2.5%202.5l3.2-3.2c.78-.78.78-2.05%200-2.83l-3.2-3.2l-2.5%202.5zm-6%206l-2.12-2.12l-2.5%202.5l3.2%203.2c.78.78%202.05.78%202.83%200l3.2-3.2l-2.5-2.5z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%2013c-.56.56-1.45.56-2%20.01V13c-.55-.55-.55-1.44%200-1.99V11c.55-.55%201.44-.55%201.99%200H13c.55.55.55%201.45%200%202m-1-7l2.12%202.12l2.5-2.5l-3.2-3.2c-.78-.78-2.05-.78-2.83%200l-3.2%203.2l2.5%202.5zm-6%206l2.12-2.12l-2.5-2.5l-3.2%203.2c-.78.78-.78%202.05%200%202.83l3.2%203.2l2.5-2.5zm12%200l-2.12%202.12l2.5%202.5l3.2-3.2c.78-.78.78-2.05%200-2.83l-3.2-3.2l-2.5%202.5zm-6%206l-2.12-2.12l-2.5%202.5l3.2%203.2c.78.78%202.05.78%202.83%200l3.2-3.2l-2.5-2.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-api.svg?color=%231a73e8&size=48