cutter icon
cutter from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.
- Name
- cutter
- Set
- Jam Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in Jam Icons
Use the cutter icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-1.5 -2 24 24"><path fill="currentColor" d="m11.37 15.226l.023-.027l-4.617-3.832l-.002.003zm-1.286 1.533l-2.58 3.074l-7.158-.803l5.142-6.128zM7.02 14.187L4.722 12.26L13.72 1.534a4 4 0 0 1 6.128 5.143L10.85 17.4l-2.298-1.928l-1.928 2.298l-2.175-.52l2.571-3.064zm.52-2.174l3.064 2.57l7.713-9.192a2 2 0 0 0-3.064-2.571zm9.245-7.907a1 1 0 0 1 .123 1.408l-.642.766a1 1 0 1 1-1.533-1.285l.643-.766a1 1 0 0 1 1.41-.123z"/></svg>
React
import type { SVGProps } from "react";
export function JamCutter(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-1.5 -2 24 24"><path fill="currentColor" d="m11.37 15.226l.023-.027l-4.617-3.832l-.002.003zm-1.286 1.533l-2.58 3.074l-7.158-.803l5.142-6.128zM7.02 14.187L4.722 12.26L13.72 1.534a4 4 0 0 1 6.128 5.143L10.85 17.4l-2.298-1.928l-1.928 2.298l-2.175-.52l2.571-3.064zm.52-2.174l3.064 2.57l7.713-9.192a2 2 0 0 0-3.064-2.571zm9.245-7.907a1 1 0 0 1 .123 1.408l-.642.766a1 1 0 1 1-1.533-1.285l.643-.766a1 1 0 0 1 1.41-.123z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-1.5 -2 24 24"><path fill="currentColor" d="m11.37 15.226l.023-.027l-4.617-3.832l-.002.003zm-1.286 1.533l-2.58 3.074l-7.158-.803l5.142-6.128zM7.02 14.187L4.722 12.26L13.72 1.534a4 4 0 0 1 6.128 5.143L10.85 17.4l-2.298-1.928l-1.928 2.298l-2.175-.52l2.571-3.064zm.52-2.174l3.064 2.57l7.713-9.192a2 2 0 0 0-3.064-2.571zm9.245-7.907a1 1 0 0 1 .123 1.408l-.642.766a1 1 0 1 1-1.533-1.285l.643-.766a1 1 0 0 1 1.41-.123z"/></svg> </template>
CSS
.icon-cutter {
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%22-1.5%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m11.37%2015.226l.023-.027l-4.617-3.832l-.002.003zm-1.286%201.533l-2.58%203.074l-7.158-.803l5.142-6.128zM7.02%2014.187L4.722%2012.26L13.72%201.534a4%204%200%200%201%206.128%205.143L10.85%2017.4l-2.298-1.928l-1.928%202.298l-2.175-.52l2.571-3.064zm.52-2.174l3.064%202.57l7.713-9.192a2%202%200%200%200-3.064-2.571zm9.245-7.907a1%201%200%200%201%20.123%201.408l-.642.766a1%201%200%201%201-1.533-1.285l.643-.766a1%201%200%200%201%201.41-.123z%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%22-1.5%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m11.37%2015.226l.023-.027l-4.617-3.832l-.002.003zm-1.286%201.533l-2.58%203.074l-7.158-.803l5.142-6.128zM7.02%2014.187L4.722%2012.26L13.72%201.534a4%204%200%200%201%206.128%205.143L10.85%2017.4l-2.298-1.928l-1.928%202.298l-2.175-.52l2.571-3.064zm.52-2.174l3.064%202.57l7.713-9.192a2%202%200%200%200-3.064-2.571zm9.245-7.907a1%201%200%200%201%20.123%201.408l-.642.766a1%201%200%201%201-1.533-1.285l.643-.766a1%201%200%200%201%201.41-.123z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/cutter.svg?color=%231a73e8&size=48