button from Radix Icons by WorkOS · Outline · MIT Free for personal and commercial use.

Name
button
Set
Radix Icons
Style
Outline
Viewbox
15×15
License
MIT

The same icon in other sets

Use the button icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M13.204 4.01A2 2 0 0 1 15 6v3l-.01.204a2 2 0 0 1-1.786 1.785L13 11H2l-.204-.01A2 2 0 0 1 .01 9.203L0 9V6a2 2 0 0 1 1.796-1.99L2 4h11zM2 5a1 1 0 0 0-.995.897L1 6v3a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1V6a1 1 0 0 0-.898-.995L13 5zm2.5 1.75a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m3 0a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m3 0a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5"/></svg>

React

import type { SVGProps } from "react";

export function RadixIconsButton(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M13.204 4.01A2 2 0 0 1 15 6v3l-.01.204a2 2 0 0 1-1.786 1.785L13 11H2l-.204-.01A2 2 0 0 1 .01 9.203L0 9V6a2 2 0 0 1 1.796-1.99L2 4h11zM2 5a1 1 0 0 0-.995.897L1 6v3a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1V6a1 1 0 0 0-.898-.995L13 5zm2.5 1.75a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m3 0a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m3 0a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M13.204 4.01A2 2 0 0 1 15 6v3l-.01.204a2 2 0 0 1-1.786 1.785L13 11H2l-.204-.01A2 2 0 0 1 .01 9.203L0 9V6a2 2 0 0 1 1.796-1.99L2 4h11zM2 5a1 1 0 0 0-.995.897L1 6v3a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1V6a1 1 0 0 0-.898-.995L13 5zm2.5 1.75a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m3 0a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m3 0a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5"/></svg>
</template>

CSS

.icon-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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.204%204.01A2%202%200%200%201%2015%206v3l-.01.204a2%202%200%200%201-1.786%201.785L13%2011H2l-.204-.01A2%202%200%200%201%20.01%209.203L0%209V6a2%202%200%200%201%201.796-1.99L2%204h11zM2%205a1%201%200%200%200-.995.897L1%206v3a1%201%200%200%200%201%201h11a1%201%200%200%200%201-1V6a1%201%200%200%200-.898-.995L13%205zm2.5%201.75a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5m3%200a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5m3%200a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.204%204.01A2%202%200%200%201%2015%206v3l-.01.204a2%202%200%200%201-1.786%201.785L13%2011H2l-.204-.01A2%202%200%200%201%20.01%209.203L0%209V6a2%202%200%200%201%201.796-1.99L2%204h11zM2%205a1%201%200%200%200-.995.897L1%206v3a1%201%200%200%200%201%201h11a1%201%200%200%200%201-1V6a1%201%200%200%200-.898-.995L13%205zm2.5%201.75a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5m3%200a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5m3%200a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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