pix-line from Remix Icon by Remix Design · Line · Logos · Apache-2.0 Free for personal and commercial use.

Name
pix-line
Set
Remix Icon
Style
Line
Category
Logos
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

The same icon in other sets

More logos icons from Remix Icon

Use the pix icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m14.473 1.745l7.778 7.778a3.5 3.5 0 0 1 0 4.95l-7.778 7.778a3.5 3.5 0 0 1-4.95 0l-7.778-7.778a3.5 3.5 0 0 1 0-4.95l7.778-7.778a3.5 3.5 0 0 1 4.95 0m-2.475 13.082l-2.475 2.475c-.38.38-.825.653-1.299.822l2.713 2.713a1.5 1.5 0 0 0 2.122 0l2.713-2.713a3.5 3.5 0 0 1-1.3-.822zm-6.01-6.719l-2.829 2.83a1.5 1.5 0 0 0 0 2.12l2.829 2.83a1.5 1.5 0 0 0 2.12 0l2.476-2.476a2 2 0 0 1 2.828 0l2.475 2.475a1.5 1.5 0 0 0 2.121 0l2.829-2.828a1.5 1.5 0 0 0 0-2.121l-2.829-2.829a1.5 1.5 0 0 0-2.121 0l-2.475 2.475a2 2 0 0 1-2.828 0L8.109 8.109a1.5 1.5 0 0 0-2.12 0m4.95-4.949L8.223 5.872c.474.17.92.443 1.299.823l2.475 2.475l2.475-2.475c.38-.38.824-.654 1.299-.823L13.059 3.16a1.5 1.5 0 0 0-2.122 0"/></svg>

React

import type { SVGProps } from "react";

export function RiPixLine(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="m14.473 1.745l7.778 7.778a3.5 3.5 0 0 1 0 4.95l-7.778 7.778a3.5 3.5 0 0 1-4.95 0l-7.778-7.778a3.5 3.5 0 0 1 0-4.95l7.778-7.778a3.5 3.5 0 0 1 4.95 0m-2.475 13.082l-2.475 2.475c-.38.38-.825.653-1.299.822l2.713 2.713a1.5 1.5 0 0 0 2.122 0l2.713-2.713a3.5 3.5 0 0 1-1.3-.822zm-6.01-6.719l-2.829 2.83a1.5 1.5 0 0 0 0 2.12l2.829 2.83a1.5 1.5 0 0 0 2.12 0l2.476-2.476a2 2 0 0 1 2.828 0l2.475 2.475a1.5 1.5 0 0 0 2.121 0l2.829-2.828a1.5 1.5 0 0 0 0-2.121l-2.829-2.829a1.5 1.5 0 0 0-2.121 0l-2.475 2.475a2 2 0 0 1-2.828 0L8.109 8.109a1.5 1.5 0 0 0-2.12 0m4.95-4.949L8.223 5.872c.474.17.92.443 1.299.823l2.475 2.475l2.475-2.475c.38-.38.824-.654 1.299-.823L13.059 3.16a1.5 1.5 0 0 0-2.122 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m14.473 1.745l7.778 7.778a3.5 3.5 0 0 1 0 4.95l-7.778 7.778a3.5 3.5 0 0 1-4.95 0l-7.778-7.778a3.5 3.5 0 0 1 0-4.95l7.778-7.778a3.5 3.5 0 0 1 4.95 0m-2.475 13.082l-2.475 2.475c-.38.38-.825.653-1.299.822l2.713 2.713a1.5 1.5 0 0 0 2.122 0l2.713-2.713a3.5 3.5 0 0 1-1.3-.822zm-6.01-6.719l-2.829 2.83a1.5 1.5 0 0 0 0 2.12l2.829 2.83a1.5 1.5 0 0 0 2.12 0l2.476-2.476a2 2 0 0 1 2.828 0l2.475 2.475a1.5 1.5 0 0 0 2.121 0l2.829-2.828a1.5 1.5 0 0 0 0-2.121l-2.829-2.829a1.5 1.5 0 0 0-2.121 0l-2.475 2.475a2 2 0 0 1-2.828 0L8.109 8.109a1.5 1.5 0 0 0-2.12 0m4.95-4.949L8.223 5.872c.474.17.92.443 1.299.823l2.475 2.475l2.475-2.475c.38-.38.824-.654 1.299-.823L13.059 3.16a1.5 1.5 0 0 0-2.122 0"/></svg>
</template>

CSS

.icon-pix-line {
  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%22m14.473%201.745l7.778%207.778a3.5%203.5%200%200%201%200%204.95l-7.778%207.778a3.5%203.5%200%200%201-4.95%200l-7.778-7.778a3.5%203.5%200%200%201%200-4.95l7.778-7.778a3.5%203.5%200%200%201%204.95%200m-2.475%2013.082l-2.475%202.475c-.38.38-.825.653-1.299.822l2.713%202.713a1.5%201.5%200%200%200%202.122%200l2.713-2.713a3.5%203.5%200%200%201-1.3-.822zm-6.01-6.719l-2.829%202.83a1.5%201.5%200%200%200%200%202.12l2.829%202.83a1.5%201.5%200%200%200%202.12%200l2.476-2.476a2%202%200%200%201%202.828%200l2.475%202.475a1.5%201.5%200%200%200%202.121%200l2.829-2.828a1.5%201.5%200%200%200%200-2.121l-2.829-2.829a1.5%201.5%200%200%200-2.121%200l-2.475%202.475a2%202%200%200%201-2.828%200L8.109%208.109a1.5%201.5%200%200%200-2.12%200m4.95-4.949L8.223%205.872c.474.17.92.443%201.299.823l2.475%202.475l2.475-2.475c.38-.38.824-.654%201.299-.823L13.059%203.16a1.5%201.5%200%200%200-2.122%200%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%22m14.473%201.745l7.778%207.778a3.5%203.5%200%200%201%200%204.95l-7.778%207.778a3.5%203.5%200%200%201-4.95%200l-7.778-7.778a3.5%203.5%200%200%201%200-4.95l7.778-7.778a3.5%203.5%200%200%201%204.95%200m-2.475%2013.082l-2.475%202.475c-.38.38-.825.653-1.299.822l2.713%202.713a1.5%201.5%200%200%200%202.122%200l2.713-2.713a3.5%203.5%200%200%201-1.3-.822zm-6.01-6.719l-2.829%202.83a1.5%201.5%200%200%200%200%202.12l2.829%202.83a1.5%201.5%200%200%200%202.12%200l2.476-2.476a2%202%200%200%201%202.828%200l2.475%202.475a1.5%201.5%200%200%200%202.121%200l2.829-2.828a1.5%201.5%200%200%200%200-2.121l-2.829-2.829a1.5%201.5%200%200%200-2.121%200l-2.475%202.475a2%202%200%200%201-2.828%200L8.109%208.109a1.5%201.5%200%200%200-2.12%200m4.95-4.949L8.223%205.872c.474.17.92.443%201.299.823l2.475%202.475l2.475-2.475c.38-.38.824-.654%201.299-.823L13.059%203.16a1.5%201.5%200%200%200-2.122%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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