razor from Lucide Lab by Lucide Contributors · Outline · ISC Free for personal and commercial use.

Name
razor
Set
Lucide Lab
Style
Outline
Viewbox
24×24
License
ISC

The same icon in other sets

Related icons in Lucide Lab

Use the razor icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="m22 11l-1.6 1.6c-.8.8-2 .8-2.8 0l-6.2-6.2c-.8-.8-.8-2 0-2.8L13 2m2.8 2.8l3.4 3.4"/><path d="M17 12c-1.4 1.4-3.6 1.4-4.9 0s-1.4-3.6-.1-5"/><path d="m11.1 10.1l-8.5 8.5a1.95 1.95 0 1 0 2.8 2.8l8.4-8.4"/></g></svg>

React

import type { SVGProps } from "react";

export function LucideLabRazor(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="m22 11l-1.6 1.6c-.8.8-2 .8-2.8 0l-6.2-6.2c-.8-.8-.8-2 0-2.8L13 2m2.8 2.8l3.4 3.4"/><path d="M17 12c-1.4 1.4-3.6 1.4-4.9 0s-1.4-3.6-.1-5"/><path d="m11.1 10.1l-8.5 8.5a1.95 1.95 0 1 0 2.8 2.8l8.4-8.4"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="m22 11l-1.6 1.6c-.8.8-2 .8-2.8 0l-6.2-6.2c-.8-.8-.8-2 0-2.8L13 2m2.8 2.8l3.4 3.4"/><path d="M17 12c-1.4 1.4-3.6 1.4-4.9 0s-1.4-3.6-.1-5"/><path d="m11.1 10.1l-8.5 8.5a1.95 1.95 0 1 0 2.8 2.8l8.4-8.4"/></g></svg>
</template>

CSS

.icon-razor {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22m22%2011l-1.6%201.6c-.8.8-2%20.8-2.8%200l-6.2-6.2c-.8-.8-.8-2%200-2.8L13%202m2.8%202.8l3.4%203.4%22%2F%3E%3Cpath%20d%3D%22M17%2012c-1.4%201.4-3.6%201.4-4.9%200s-1.4-3.6-.1-5%22%2F%3E%3Cpath%20d%3D%22m11.1%2010.1l-8.5%208.5a1.95%201.95%200%201%200%202.8%202.8l8.4-8.4%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22m22%2011l-1.6%201.6c-.8.8-2%20.8-2.8%200l-6.2-6.2c-.8-.8-.8-2%200-2.8L13%202m2.8%202.8l3.4%203.4%22%2F%3E%3Cpath%20d%3D%22M17%2012c-1.4%201.4-3.6%201.4-4.9%200s-1.4-3.6-.1-5%22%2F%3E%3Cpath%20d%3D%22m11.1%2010.1l-8.5%208.5a1.95%201.95%200%201%200%202.8%202.8l8.4-8.4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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