round smart button icon

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

Name
round-smart-button
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 smart button icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 9v6c0 1.1-.9 2-2 2h-1v-2h1V9H4v6h6v2H4c-1.1 0-2-.9-2-2V9c0-1.1.9-2 2-2h16c1.1 0 2 .9 2 2m-7.96 8.99a.5.5 0 0 0 .91 0l.63-1.4l1.4-.63a.5.5 0 0 0 0-.91l-1.4-.63l-.63-1.4a.5.5 0 0 0-.91 0l-.63 1.4l-1.4.63a.5.5 0 0 0 0 .91l1.4.63zm2.7-4.56c.1.22.42.22.52 0l.36-.8l.8-.36c.22-.1.22-.42 0-.52l-.8-.36l-.36-.8a.287.287 0 0 0-.52 0l-.36.8l-.8.36c-.22.1-.22.42 0 .52l.8.36z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundSmartButton(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="M22 9v6c0 1.1-.9 2-2 2h-1v-2h1V9H4v6h6v2H4c-1.1 0-2-.9-2-2V9c0-1.1.9-2 2-2h16c1.1 0 2 .9 2 2m-7.96 8.99a.5.5 0 0 0 .91 0l.63-1.4l1.4-.63a.5.5 0 0 0 0-.91l-1.4-.63l-.63-1.4a.5.5 0 0 0-.91 0l-.63 1.4l-1.4.63a.5.5 0 0 0 0 .91l1.4.63zm2.7-4.56c.1.22.42.22.52 0l.36-.8l.8-.36c.22-.1.22-.42 0-.52l-.8-.36l-.36-.8a.287.287 0 0 0-.52 0l-.36.8l-.8.36c-.22.1-.22.42 0 .52l.8.36z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 9v6c0 1.1-.9 2-2 2h-1v-2h1V9H4v6h6v2H4c-1.1 0-2-.9-2-2V9c0-1.1.9-2 2-2h16c1.1 0 2 .9 2 2m-7.96 8.99a.5.5 0 0 0 .91 0l.63-1.4l1.4-.63a.5.5 0 0 0 0-.91l-1.4-.63l-.63-1.4a.5.5 0 0 0-.91 0l-.63 1.4l-1.4.63a.5.5 0 0 0 0 .91l1.4.63zm2.7-4.56c.1.22.42.22.52 0l.36-.8l.8-.36c.22-.1.22-.42 0-.52l-.8-.36l-.36-.8a.287.287 0 0 0-.52 0l-.36.8l-.8.36c-.22.1-.22.42 0 .52l.8.36z"/></svg>
</template>

CSS

.icon-round-smart-button {
  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%22M22%209v6c0%201.1-.9%202-2%202h-1v-2h1V9H4v6h6v2H4c-1.1%200-2-.9-2-2V9c0-1.1.9-2%202-2h16c1.1%200%202%20.9%202%202m-7.96%208.99a.5.5%200%200%200%20.91%200l.63-1.4l1.4-.63a.5.5%200%200%200%200-.91l-1.4-.63l-.63-1.4a.5.5%200%200%200-.91%200l-.63%201.4l-1.4.63a.5.5%200%200%200%200%20.91l1.4.63zm2.7-4.56c.1.22.42.22.52%200l.36-.8l.8-.36c.22-.1.22-.42%200-.52l-.8-.36l-.36-.8a.287.287%200%200%200-.52%200l-.36.8l-.8.36c-.22.1-.22.42%200%20.52l.8.36z%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%22M22%209v6c0%201.1-.9%202-2%202h-1v-2h1V9H4v6h6v2H4c-1.1%200-2-.9-2-2V9c0-1.1.9-2%202-2h16c1.1%200%202%20.9%202%202m-7.96%208.99a.5.5%200%200%200%20.91%200l.63-1.4l1.4-.63a.5.5%200%200%200%200-.91l-1.4-.63l-.63-1.4a.5.5%200%200%200-.91%200l-.63%201.4l-1.4.63a.5.5%200%200%200%200%20.91l1.4.63zm2.7-4.56c.1.22.42.22.52%200l.36-.8l.8-.36c.22-.1.22-.42%200-.52l-.8-.36l-.36-.8a.287.287%200%200%200-.52%200l-.36.8l-.8.36c-.22.1-.22.42%200%20.52l.8.36z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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