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

Name
round-line-axis
Set
Google Material Icons
Style
Baseline
Category
Editor
Viewbox
24×24
License
Apache 2.0

More editor icons from Google Material Icons

Use the round line axis icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.34 6.77a1 1 0 0 0-1.45.04l-3.33 3.74l-5.65-5.24c-.79-.73-2.01-.71-2.77.05L2.7 10.81a.996.996 0 0 0 0 1.41l.09.09c.39.39 1.02.39 1.41 0l5.44-5.45l5.59 5.19L13.5 14l-2.58-2.58c-.78-.78-2.05-.78-2.83 0L2.7 16.8a.996.996 0 0 0 0 1.41l.1.09c.39.39 1.02.39 1.41 0l5.3-5.3l2.5 2.5c.81.81 2.14.77 2.91-.09l1.78-2.01l3.19 2.96c.39.36 1 .35 1.38-.03l.01-.01c.4-.4.39-1.05-.03-1.43l-3.22-2.99l3.35-3.77c.35-.39.33-.99-.04-1.36"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundLineAxis(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="M21.34 6.77a1 1 0 0 0-1.45.04l-3.33 3.74l-5.65-5.24c-.79-.73-2.01-.71-2.77.05L2.7 10.81a.996.996 0 0 0 0 1.41l.09.09c.39.39 1.02.39 1.41 0l5.44-5.45l5.59 5.19L13.5 14l-2.58-2.58c-.78-.78-2.05-.78-2.83 0L2.7 16.8a.996.996 0 0 0 0 1.41l.1.09c.39.39 1.02.39 1.41 0l5.3-5.3l2.5 2.5c.81.81 2.14.77 2.91-.09l1.78-2.01l3.19 2.96c.39.36 1 .35 1.38-.03l.01-.01c.4-.4.39-1.05-.03-1.43l-3.22-2.99l3.35-3.77c.35-.39.33-.99-.04-1.36"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.34 6.77a1 1 0 0 0-1.45.04l-3.33 3.74l-5.65-5.24c-.79-.73-2.01-.71-2.77.05L2.7 10.81a.996.996 0 0 0 0 1.41l.09.09c.39.39 1.02.39 1.41 0l5.44-5.45l5.59 5.19L13.5 14l-2.58-2.58c-.78-.78-2.05-.78-2.83 0L2.7 16.8a.996.996 0 0 0 0 1.41l.1.09c.39.39 1.02.39 1.41 0l5.3-5.3l2.5 2.5c.81.81 2.14.77 2.91-.09l1.78-2.01l3.19 2.96c.39.36 1 .35 1.38-.03l.01-.01c.4-.4.39-1.05-.03-1.43l-3.22-2.99l3.35-3.77c.35-.39.33-.99-.04-1.36"/></svg>
</template>

CSS

.icon-round-line-axis {
  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%22M21.34%206.77a1%201%200%200%200-1.45.04l-3.33%203.74l-5.65-5.24c-.79-.73-2.01-.71-2.77.05L2.7%2010.81a.996.996%200%200%200%200%201.41l.09.09c.39.39%201.02.39%201.41%200l5.44-5.45l5.59%205.19L13.5%2014l-2.58-2.58c-.78-.78-2.05-.78-2.83%200L2.7%2016.8a.996.996%200%200%200%200%201.41l.1.09c.39.39%201.02.39%201.41%200l5.3-5.3l2.5%202.5c.81.81%202.14.77%202.91-.09l1.78-2.01l3.19%202.96c.39.36%201%20.35%201.38-.03l.01-.01c.4-.4.39-1.05-.03-1.43l-3.22-2.99l3.35-3.77c.35-.39.33-.99-.04-1.36%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%22M21.34%206.77a1%201%200%200%200-1.45.04l-3.33%203.74l-5.65-5.24c-.79-.73-2.01-.71-2.77.05L2.7%2010.81a.996.996%200%200%200%200%201.41l.09.09c.39.39%201.02.39%201.41%200l5.44-5.45l5.59%205.19L13.5%2014l-2.58-2.58c-.78-.78-2.05-.78-2.83%200L2.7%2016.8a.996.996%200%200%200%200%201.41l.1.09c.39.39%201.02.39%201.41%200l5.3-5.3l2.5%202.5c.81.81%202.14.77%202.91-.09l1.78-2.01l3.19%202.96c.39.36%201%20.35%201.38-.03l.01-.01c.4-.4.39-1.05-.03-1.43l-3.22-2.99l3.35-3.77c.35-.39.33-.99-.04-1.36%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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