knip logo
knip from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.
- Name
- knip
- Set
- Material Icon Theme
- Style
- Color
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the knip logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#ef6c00" d="m18.957 2.998l-5.985 5.984l1.995 1.995l6.983-6.982v-.998m-9.975 9.477a.5.5 0 1 1 0-.998a.5.5 0 0 1 0 .998M5.99 19.955a1.995 1.995 0 1 1 0-3.99a1.995 1.995 0 0 1 0 3.99m0-11.97a1.995 1.995 0 1 1 0-3.99a1.995 1.995 0 0 1 0 3.99m3.63-.36a3.9 3.9 0 0 0 .36-1.635a3.99 3.99 0 1 0-3.99 3.99c.589 0 1.137-.13 1.636-.36l2.354 2.355l-2.354 2.354a3.9 3.9 0 0 0-1.636-.359a3.99 3.99 0 1 0 3.99 3.99c0-.588-.13-1.137-.36-1.636l2.355-2.354l6.982 6.982h2.993v-.997z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialIconThemeKnip(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#ef6c00" d="m18.957 2.998l-5.985 5.984l1.995 1.995l6.983-6.982v-.998m-9.975 9.477a.5.5 0 1 1 0-.998a.5.5 0 0 1 0 .998M5.99 19.955a1.995 1.995 0 1 1 0-3.99a1.995 1.995 0 0 1 0 3.99m0-11.97a1.995 1.995 0 1 1 0-3.99a1.995 1.995 0 0 1 0 3.99m3.63-.36a3.9 3.9 0 0 0 .36-1.635a3.99 3.99 0 1 0-3.99 3.99c.589 0 1.137-.13 1.636-.36l2.354 2.355l-2.354 2.354a3.9 3.9 0 0 0-1.636-.359a3.99 3.99 0 1 0 3.99 3.99c0-.588-.13-1.137-.36-1.636l2.355-2.354l6.982 6.982h2.993v-.997z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#ef6c00" d="m18.957 2.998l-5.985 5.984l1.995 1.995l6.983-6.982v-.998m-9.975 9.477a.5.5 0 1 1 0-.998a.5.5 0 0 1 0 .998M5.99 19.955a1.995 1.995 0 1 1 0-3.99a1.995 1.995 0 0 1 0 3.99m0-11.97a1.995 1.995 0 1 1 0-3.99a1.995 1.995 0 0 1 0 3.99m3.63-.36a3.9 3.9 0 0 0 .36-1.635a3.99 3.99 0 1 0-3.99 3.99c.589 0 1.137-.13 1.636-.36l2.354 2.355l-2.354 2.354a3.9 3.9 0 0 0-1.636-.359a3.99 3.99 0 1 0 3.99 3.99c0-.588-.13-1.137-.36-1.636l2.355-2.354l6.982 6.982h2.993v-.997z"/></svg> </template>
CSS
.icon-knip {
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%22%23ef6c00%22%20d%3D%22m18.957%202.998l-5.985%205.984l1.995%201.995l6.983-6.982v-.998m-9.975%209.477a.5.5%200%201%201%200-.998a.5.5%200%200%201%200%20.998M5.99%2019.955a1.995%201.995%200%201%201%200-3.99a1.995%201.995%200%200%201%200%203.99m0-11.97a1.995%201.995%200%201%201%200-3.99a1.995%201.995%200%200%201%200%203.99m3.63-.36a3.9%203.9%200%200%200%20.36-1.635a3.99%203.99%200%201%200-3.99%203.99c.589%200%201.137-.13%201.636-.36l2.354%202.355l-2.354%202.354a3.9%203.9%200%200%200-1.636-.359a3.99%203.99%200%201%200%203.99%203.99c0-.588-.13-1.137-.36-1.636l2.355-2.354l6.982%206.982h2.993v-.997z%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%22%23ef6c00%22%20d%3D%22m18.957%202.998l-5.985%205.984l1.995%201.995l6.983-6.982v-.998m-9.975%209.477a.5.5%200%201%201%200-.998a.5.5%200%200%201%200%20.998M5.99%2019.955a1.995%201.995%200%201%201%200-3.99a1.995%201.995%200%200%201%200%203.99m0-11.97a1.995%201.995%200%201%201%200-3.99a1.995%201.995%200%200%201%200%203.99m3.63-.36a3.9%203.9%200%200%200%20.36-1.635a3.99%203.99%200%201%200-3.99%203.99c.589%200%201.137-.13%201.636-.36l2.354%202.355l-2.354%202.354a3.9%203.9%200%200%200-1.636-.359a3.99%203.99%200%201%200%203.99%203.99c0-.588-.13-1.137-.36-1.636l2.355-2.354l6.982%206.982h2.993v-.997z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-icon-theme/knip.svg?color=%231a73e8&size=48