pulse-square-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
pulse-square-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

3 other variants in Fluent UI System Icons

Use the pulse square icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M14 3a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3zM6 4a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zm2.504 2a.5.5 0 0 1 .467.332l2.106 5.897l.976-1.953A.5.5 0 0 1 12.5 10h2a.5.5 0 0 1 0 1h-1.691l-1.362 2.724a.5.5 0 0 1-.918-.056L8.49 7.954l-1.021 2.722A.5.5 0 0 1 7 11H5.5a.5.5 0 0 1 0-1h1.153l1.38-3.676A.5.5 0 0 1 8.502 6"/></svg>

React

import type { SVGProps } from "react";

export function FluentPulseSquare20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M14 3a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3zM6 4a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zm2.504 2a.5.5 0 0 1 .467.332l2.106 5.897l.976-1.953A.5.5 0 0 1 12.5 10h2a.5.5 0 0 1 0 1h-1.691l-1.362 2.724a.5.5 0 0 1-.918-.056L8.49 7.954l-1.021 2.722A.5.5 0 0 1 7 11H5.5a.5.5 0 0 1 0-1h1.153l1.38-3.676A.5.5 0 0 1 8.502 6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M14 3a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3zM6 4a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zm2.504 2a.5.5 0 0 1 .467.332l2.106 5.897l.976-1.953A.5.5 0 0 1 12.5 10h2a.5.5 0 0 1 0 1h-1.691l-1.362 2.724a.5.5 0 0 1-.918-.056L8.49 7.954l-1.021 2.722A.5.5 0 0 1 7 11H5.5a.5.5 0 0 1 0-1h1.153l1.38-3.676A.5.5 0 0 1 8.502 6"/></svg>
</template>

CSS

.icon-pulse-square-20-regular {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%203a3%203%200%200%201%203%203v8a3%203%200%200%201-3%203H6a3%203%200%200%201-3-3V6a3%203%200%200%201%203-3zM6%204a2%202%200%200%200-2%202v8a2%202%200%200%200%202%202h8a2%202%200%200%200%202-2V6a2%202%200%200%200-2-2zm2.504%202a.5.5%200%200%201%20.467.332l2.106%205.897l.976-1.953A.5.5%200%200%201%2012.5%2010h2a.5.5%200%200%201%200%201h-1.691l-1.362%202.724a.5.5%200%200%201-.918-.056L8.49%207.954l-1.021%202.722A.5.5%200%200%201%207%2011H5.5a.5.5%200%200%201%200-1h1.153l1.38-3.676A.5.5%200%200%201%208.502%206%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%203a3%203%200%200%201%203%203v8a3%203%200%200%201-3%203H6a3%203%200%200%201-3-3V6a3%203%200%200%201%203-3zM6%204a2%202%200%200%200-2%202v8a2%202%200%200%200%202%202h8a2%202%200%200%200%202-2V6a2%202%200%200%200-2-2zm2.504%202a.5.5%200%200%201%20.467.332l2.106%205.897l.976-1.953A.5.5%200%200%201%2012.5%2010h2a.5.5%200%200%201%200%201h-1.691l-1.362%202.724a.5.5%200%200%201-.918-.056L8.49%207.954l-1.021%202.722A.5.5%200%200%201%207%2011H5.5a.5.5%200%200%201%200-1h1.153l1.38-3.676A.5.5%200%200%201%208.502%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/pulse-square-20-regular.svg?color=%231a73e8&size=48