pix icon
pix-fill from Remix Icon by Remix Design · Fill · Logos · Apache-2.0 Free for personal and commercial use.
- Name
- pix-fill
- Set
- Remix Icon
- Style
- Fill
- 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.475 1.768a3.5 3.5 0 0 0-4.95 0L5.4 5.894a4 4 0 0 1 3.079 1.164l2.992 2.993a.75.75 0 0 0 1.061 0l2.992-2.993a4 4 0 0 1 3.08-1.163zm5.979 5.978l1.779 1.78a3.5 3.5 0 0 1 .015 4.933l-1.774 1.774a3 3 0 0 1-4.243 0l-2.993-2.993a1.75 1.75 0 0 0-2.475 0L7.77 16.234a3 3 0 0 1-4.243 0l-1.78-1.78a3.5 3.5 0 0 1 .021-4.929l1.775-1.774a3 3 0 0 1 4.228.014l2.992 2.993a1.75 1.75 0 0 0 2.475 0l2.993-2.993a3 3 0 0 1 4.223-.019M5.398 18.105a4 4 0 0 0 3.079-1.164l2.993-2.994a.75.75 0 0 1 1.061 0l2.993 2.994a4 4 0 0 0 3.08 1.163l-4.129 4.128a3.5 3.5 0 0 1-4.95 0z"/></svg>
React
import type { SVGProps } from "react";
export function RiPixFill(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.475 1.768a3.5 3.5 0 0 0-4.95 0L5.4 5.894a4 4 0 0 1 3.079 1.164l2.992 2.993a.75.75 0 0 0 1.061 0l2.992-2.993a4 4 0 0 1 3.08-1.163zm5.979 5.978l1.779 1.78a3.5 3.5 0 0 1 .015 4.933l-1.774 1.774a3 3 0 0 1-4.243 0l-2.993-2.993a1.75 1.75 0 0 0-2.475 0L7.77 16.234a3 3 0 0 1-4.243 0l-1.78-1.78a3.5 3.5 0 0 1 .021-4.929l1.775-1.774a3 3 0 0 1 4.228.014l2.992 2.993a1.75 1.75 0 0 0 2.475 0l2.993-2.993a3 3 0 0 1 4.223-.019M5.398 18.105a4 4 0 0 0 3.079-1.164l2.993-2.994a.75.75 0 0 1 1.061 0l2.993 2.994a4 4 0 0 0 3.08 1.163l-4.129 4.128a3.5 3.5 0 0 1-4.95 0z"/></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.475 1.768a3.5 3.5 0 0 0-4.95 0L5.4 5.894a4 4 0 0 1 3.079 1.164l2.992 2.993a.75.75 0 0 0 1.061 0l2.992-2.993a4 4 0 0 1 3.08-1.163zm5.979 5.978l1.779 1.78a3.5 3.5 0 0 1 .015 4.933l-1.774 1.774a3 3 0 0 1-4.243 0l-2.993-2.993a1.75 1.75 0 0 0-2.475 0L7.77 16.234a3 3 0 0 1-4.243 0l-1.78-1.78a3.5 3.5 0 0 1 .021-4.929l1.775-1.774a3 3 0 0 1 4.228.014l2.992 2.993a1.75 1.75 0 0 0 2.475 0l2.993-2.993a3 3 0 0 1 4.223-.019M5.398 18.105a4 4 0 0 0 3.079-1.164l2.993-2.994a.75.75 0 0 1 1.061 0l2.993 2.994a4 4 0 0 0 3.08 1.163l-4.129 4.128a3.5 3.5 0 0 1-4.95 0z"/></svg> </template>
CSS
.icon-pix-fill {
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.475%201.768a3.5%203.5%200%200%200-4.95%200L5.4%205.894a4%204%200%200%201%203.079%201.164l2.992%202.993a.75.75%200%200%200%201.061%200l2.992-2.993a4%204%200%200%201%203.08-1.163zm5.979%205.978l1.779%201.78a3.5%203.5%200%200%201%20.015%204.933l-1.774%201.774a3%203%200%200%201-4.243%200l-2.993-2.993a1.75%201.75%200%200%200-2.475%200L7.77%2016.234a3%203%200%200%201-4.243%200l-1.78-1.78a3.5%203.5%200%200%201%20.021-4.929l1.775-1.774a3%203%200%200%201%204.228.014l2.992%202.993a1.75%201.75%200%200%200%202.475%200l2.993-2.993a3%203%200%200%201%204.223-.019M5.398%2018.105a4%204%200%200%200%203.079-1.164l2.993-2.994a.75.75%200%200%201%201.061%200l2.993%202.994a4%204%200%200%200%203.08%201.163l-4.129%204.128a3.5%203.5%200%200%201-4.95%200z%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.475%201.768a3.5%203.5%200%200%200-4.95%200L5.4%205.894a4%204%200%200%201%203.079%201.164l2.992%202.993a.75.75%200%200%200%201.061%200l2.992-2.993a4%204%200%200%201%203.08-1.163zm5.979%205.978l1.779%201.78a3.5%203.5%200%200%201%20.015%204.933l-1.774%201.774a3%203%200%200%201-4.243%200l-2.993-2.993a1.75%201.75%200%200%200-2.475%200L7.77%2016.234a3%203%200%200%201-4.243%200l-1.78-1.78a3.5%203.5%200%200%201%20.021-4.929l1.775-1.774a3%203%200%200%201%204.228.014l2.992%202.993a1.75%201.75%200%200%200%202.475%200l2.993-2.993a3%203%200%200%201%204.223-.019M5.398%2018.105a4%204%200%200%200%203.079-1.164l2.993-2.994a.75.75%200%200%201%201.061%200l2.993%202.994a4%204%200%200%200%203.08%201.163l-4.129%204.128a3.5%203.5%200%200%201-4.95%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/pix-fill.svg?color=%231a73e8&size=48