pixlr logo
pixlr from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- pixlr
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the pixlr logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.264 14.391a18 18 0 0 1-2.645-.299A16 16 0 0 1 0 11.821v.284c0 6.052 4.483 11.043 10.311 11.85a48.6 48.6 0 0 1-1.808-7.816c-.075-.552-.164-1.135-.239-1.748m6.276-4.633a2.8 2.8 0 0 0 .688-1.494c.015-.12.03-.24.03-.344a2 2 0 0 0-.24-1.016a1.34 1.34 0 0 0-.657-.628c-1.195-.582-2.615.658-3.123 1.69c0 0 0 .014-.015.014c-.717 1.36-.523 3.542-.523 3.542a8.3 8.3 0 0 0 2.929-1.031c.329-.195.642-.434.911-.733M12 .045C6.486.045 1.853 3.765.463 8.847c.105.134.643.433.733.493c.254.164.523.329.792.493c1.11.647 2.897 1.47 5.155 1.749c.314.06.643.074.957.074c0-.12-.015-.239-.015-.358c-.015-.583.015-1.18.074-1.764c.03-.239.045-.463.09-.702c.015-.045.015-.105.03-.15v-.044c.374-2.003 1.42-3.781 3.362-4.648c2.003-.882 4.29-.523 5.545 1.36a5.22 5.22 0 0 1-.12 5.484c-1.315 2.048-3.631 3.034-6.067 3.363a44 44 0 0 0 .642 4.035a48 48 0 0 0 .882 3.511c.015.06.03.12.06.18c.194.672.418 1.345.642 2.002C19.278 23.328 24 18.217 24 12.015C23.97 5.41 18.605.045 12 .045"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsPixlr(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="M8.264 14.391a18 18 0 0 1-2.645-.299A16 16 0 0 1 0 11.821v.284c0 6.052 4.483 11.043 10.311 11.85a48.6 48.6 0 0 1-1.808-7.816c-.075-.552-.164-1.135-.239-1.748m6.276-4.633a2.8 2.8 0 0 0 .688-1.494c.015-.12.03-.24.03-.344a2 2 0 0 0-.24-1.016a1.34 1.34 0 0 0-.657-.628c-1.195-.582-2.615.658-3.123 1.69c0 0 0 .014-.015.014c-.717 1.36-.523 3.542-.523 3.542a8.3 8.3 0 0 0 2.929-1.031c.329-.195.642-.434.911-.733M12 .045C6.486.045 1.853 3.765.463 8.847c.105.134.643.433.733.493c.254.164.523.329.792.493c1.11.647 2.897 1.47 5.155 1.749c.314.06.643.074.957.074c0-.12-.015-.239-.015-.358c-.015-.583.015-1.18.074-1.764c.03-.239.045-.463.09-.702c.015-.045.015-.105.03-.15v-.044c.374-2.003 1.42-3.781 3.362-4.648c2.003-.882 4.29-.523 5.545 1.36a5.22 5.22 0 0 1-.12 5.484c-1.315 2.048-3.631 3.034-6.067 3.363a44 44 0 0 0 .642 4.035a48 48 0 0 0 .882 3.511c.015.06.03.12.06.18c.194.672.418 1.345.642 2.002C19.278 23.328 24 18.217 24 12.015C23.97 5.41 18.605.045 12 .045"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.264 14.391a18 18 0 0 1-2.645-.299A16 16 0 0 1 0 11.821v.284c0 6.052 4.483 11.043 10.311 11.85a48.6 48.6 0 0 1-1.808-7.816c-.075-.552-.164-1.135-.239-1.748m6.276-4.633a2.8 2.8 0 0 0 .688-1.494c.015-.12.03-.24.03-.344a2 2 0 0 0-.24-1.016a1.34 1.34 0 0 0-.657-.628c-1.195-.582-2.615.658-3.123 1.69c0 0 0 .014-.015.014c-.717 1.36-.523 3.542-.523 3.542a8.3 8.3 0 0 0 2.929-1.031c.329-.195.642-.434.911-.733M12 .045C6.486.045 1.853 3.765.463 8.847c.105.134.643.433.733.493c.254.164.523.329.792.493c1.11.647 2.897 1.47 5.155 1.749c.314.06.643.074.957.074c0-.12-.015-.239-.015-.358c-.015-.583.015-1.18.074-1.764c.03-.239.045-.463.09-.702c.015-.045.015-.105.03-.15v-.044c.374-2.003 1.42-3.781 3.362-4.648c2.003-.882 4.29-.523 5.545 1.36a5.22 5.22 0 0 1-.12 5.484c-1.315 2.048-3.631 3.034-6.067 3.363a44 44 0 0 0 .642 4.035a48 48 0 0 0 .882 3.511c.015.06.03.12.06.18c.194.672.418 1.345.642 2.002C19.278 23.328 24 18.217 24 12.015C23.97 5.41 18.605.045 12 .045"/></svg> </template>
CSS
.icon-pixlr {
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%22M8.264%2014.391a18%2018%200%200%201-2.645-.299A16%2016%200%200%201%200%2011.821v.284c0%206.052%204.483%2011.043%2010.311%2011.85a48.6%2048.6%200%200%201-1.808-7.816c-.075-.552-.164-1.135-.239-1.748m6.276-4.633a2.8%202.8%200%200%200%20.688-1.494c.015-.12.03-.24.03-.344a2%202%200%200%200-.24-1.016a1.34%201.34%200%200%200-.657-.628c-1.195-.582-2.615.658-3.123%201.69c0%200%200%20.014-.015.014c-.717%201.36-.523%203.542-.523%203.542a8.3%208.3%200%200%200%202.929-1.031c.329-.195.642-.434.911-.733M12%20.045C6.486.045%201.853%203.765.463%208.847c.105.134.643.433.733.493c.254.164.523.329.792.493c1.11.647%202.897%201.47%205.155%201.749c.314.06.643.074.957.074c0-.12-.015-.239-.015-.358c-.015-.583.015-1.18.074-1.764c.03-.239.045-.463.09-.702c.015-.045.015-.105.03-.15v-.044c.374-2.003%201.42-3.781%203.362-4.648c2.003-.882%204.29-.523%205.545%201.36a5.22%205.22%200%200%201-.12%205.484c-1.315%202.048-3.631%203.034-6.067%203.363a44%2044%200%200%200%20.642%204.035a48%2048%200%200%200%20.882%203.511c.015.06.03.12.06.18c.194.672.418%201.345.642%202.002C19.278%2023.328%2024%2018.217%2024%2012.015C23.97%205.41%2018.605.045%2012%20.045%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%22M8.264%2014.391a18%2018%200%200%201-2.645-.299A16%2016%200%200%201%200%2011.821v.284c0%206.052%204.483%2011.043%2010.311%2011.85a48.6%2048.6%200%200%201-1.808-7.816c-.075-.552-.164-1.135-.239-1.748m6.276-4.633a2.8%202.8%200%200%200%20.688-1.494c.015-.12.03-.24.03-.344a2%202%200%200%200-.24-1.016a1.34%201.34%200%200%200-.657-.628c-1.195-.582-2.615.658-3.123%201.69c0%200%200%20.014-.015.014c-.717%201.36-.523%203.542-.523%203.542a8.3%208.3%200%200%200%202.929-1.031c.329-.195.642-.434.911-.733M12%20.045C6.486.045%201.853%203.765.463%208.847c.105.134.643.433.733.493c.254.164.523.329.792.493c1.11.647%202.897%201.47%205.155%201.749c.314.06.643.074.957.074c0-.12-.015-.239-.015-.358c-.015-.583.015-1.18.074-1.764c.03-.239.045-.463.09-.702c.015-.045.015-.105.03-.15v-.044c.374-2.003%201.42-3.781%203.362-4.648c2.003-.882%204.29-.523%205.545%201.36a5.22%205.22%200%200%201-.12%205.484c-1.315%202.048-3.631%203.034-6.067%203.363a44%2044%200%200%200%20.642%204.035a48%2048%200%200%200%20.882%203.511c.015.06.03.12.06.18c.194.672.418%201.345.642%202.002C19.278%2023.328%2024%2018.217%2024%2012.015C23.97%205.41%2018.605.045%2012%20.045%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/pixlr.svg?color=%231a73e8&size=48