all sides icon

all-sides from Radix Icons by WorkOS · Outline · MIT Free for personal and commercial use.

Name
all-sides
Set
Radix Icons
Style
Outline
Viewbox
15×15
License
MIT

Use the all sides icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M7.5 14.25L5.25 12h4.5zM3 9.75L.75 7.5L3 5.25zM14.25 7.5L12 9.75v-4.5zM9.75 3h-4.5L7.5.75z"/></svg>

React

import type { SVGProps } from "react";

export function RadixIconsAllSides(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="M7.5 14.25L5.25 12h4.5zM3 9.75L.75 7.5L3 5.25zM14.25 7.5L12 9.75v-4.5zM9.75 3h-4.5L7.5.75z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M7.5 14.25L5.25 12h4.5zM3 9.75L.75 7.5L3 5.25zM14.25 7.5L12 9.75v-4.5zM9.75 3h-4.5L7.5.75z"/></svg>
</template>

CSS

.icon-all-sides {
  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%22M7.5%2014.25L5.25%2012h4.5zM3%209.75L.75%207.5L3%205.25zM14.25%207.5L12%209.75v-4.5zM9.75%203h-4.5L7.5.75z%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%22M7.5%2014.25L5.25%2012h4.5zM3%209.75L.75%207.5L3%205.25zM14.25%207.5L12%209.75v-4.5zM9.75%203h-4.5L7.5.75z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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