scissors from Emoji One (Colored) by Emoji One · Default · Objects · CC-BY-4.0 Attribution required.

Name
scissors
Set
Emoji One (Colored)
Style
Default
Category
Objects
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More objects icons from Emoji One (Colored)

Use the scissors emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#a9b5ae" d="M57 48.6c-4.5 8.2-15.7-3.1-30.8-12.6c-2.8-1.8-3.9-4.4-1.3-7.2c0 0-.1-.3-.5-.7l5.7-2.5z"/><path fill="#454749" d="M24.1 2.5C19.8-1.2 13.2-.7 9.5 3.6c-3.8 4.4-3.3 11 1.1 14.7c.5.4 1.8 1.2 1.9 1.3c8.2 4.4 11.1 7.3 12 8.5l5.7-2.5l-1.9-1.6s-6.2-2.8-6.8-4.1c1.4-.6 2.7-1.5 3.7-2.7c3.8-4.4 3.3-11-1.1-14.7m-3.2 3.8c2.3 1.9 2.5 5.3.6 7.6s-5.3 2.5-7.6.6s-2.5-5.3-.6-7.6s5.3-2.5 7.6-.6"/><path fill="#cedbd5" d="M57 15.4c-4.5-8.2-15.7 3-30.7 12.6c-2.8 1.8-3.9 4.4-1.3 7.2c0 0-.1.3-.5.7l5.7 2.5z"/><path fill="#454749" d="M25.3 46.8c-1-1.2-2.3-2.1-3.7-2.7c.6-1.3 6.8-4.1 6.8-4.1l1.9-1.6l-5.7-2.5c-1 1.3-3.8 4.1-12 8.5c-.1.1-1.4.9-1.9 1.3c-4.5 3.7-5 10.3-1.2 14.7c3.7 4.4 10.3 4.9 14.7 1.1c4.3-3.7 4.8-10.3 1.1-14.7m-12 10.3c-1.9-2.3-1.7-5.7.6-7.6s5.6-1.7 7.6.6c1.9 2.3 1.7 5.7-.6 7.6s-5.7 1.7-7.6-.6m17.8-23.4c-1 1.2-2.7 1.3-3.9.4c-1.2-1-1.3-2.7-.4-3.9c1-1.2 2.7-1.3 3.9-.4c1.2 1 1.3 2.8.4 3.9"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneScissors(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#a9b5ae" d="M57 48.6c-4.5 8.2-15.7-3.1-30.8-12.6c-2.8-1.8-3.9-4.4-1.3-7.2c0 0-.1-.3-.5-.7l5.7-2.5z"/><path fill="#454749" d="M24.1 2.5C19.8-1.2 13.2-.7 9.5 3.6c-3.8 4.4-3.3 11 1.1 14.7c.5.4 1.8 1.2 1.9 1.3c8.2 4.4 11.1 7.3 12 8.5l5.7-2.5l-1.9-1.6s-6.2-2.8-6.8-4.1c1.4-.6 2.7-1.5 3.7-2.7c3.8-4.4 3.3-11-1.1-14.7m-3.2 3.8c2.3 1.9 2.5 5.3.6 7.6s-5.3 2.5-7.6.6s-2.5-5.3-.6-7.6s5.3-2.5 7.6-.6"/><path fill="#cedbd5" d="M57 15.4c-4.5-8.2-15.7 3-30.7 12.6c-2.8 1.8-3.9 4.4-1.3 7.2c0 0-.1.3-.5.7l5.7 2.5z"/><path fill="#454749" d="M25.3 46.8c-1-1.2-2.3-2.1-3.7-2.7c.6-1.3 6.8-4.1 6.8-4.1l1.9-1.6l-5.7-2.5c-1 1.3-3.8 4.1-12 8.5c-.1.1-1.4.9-1.9 1.3c-4.5 3.7-5 10.3-1.2 14.7c3.7 4.4 10.3 4.9 14.7 1.1c4.3-3.7 4.8-10.3 1.1-14.7m-12 10.3c-1.9-2.3-1.7-5.7.6-7.6s5.6-1.7 7.6.6c1.9 2.3 1.7 5.7-.6 7.6s-5.7 1.7-7.6-.6m17.8-23.4c-1 1.2-2.7 1.3-3.9.4c-1.2-1-1.3-2.7-.4-3.9c1-1.2 2.7-1.3 3.9-.4c1.2 1 1.3 2.8.4 3.9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#a9b5ae" d="M57 48.6c-4.5 8.2-15.7-3.1-30.8-12.6c-2.8-1.8-3.9-4.4-1.3-7.2c0 0-.1-.3-.5-.7l5.7-2.5z"/><path fill="#454749" d="M24.1 2.5C19.8-1.2 13.2-.7 9.5 3.6c-3.8 4.4-3.3 11 1.1 14.7c.5.4 1.8 1.2 1.9 1.3c8.2 4.4 11.1 7.3 12 8.5l5.7-2.5l-1.9-1.6s-6.2-2.8-6.8-4.1c1.4-.6 2.7-1.5 3.7-2.7c3.8-4.4 3.3-11-1.1-14.7m-3.2 3.8c2.3 1.9 2.5 5.3.6 7.6s-5.3 2.5-7.6.6s-2.5-5.3-.6-7.6s5.3-2.5 7.6-.6"/><path fill="#cedbd5" d="M57 15.4c-4.5-8.2-15.7 3-30.7 12.6c-2.8 1.8-3.9 4.4-1.3 7.2c0 0-.1.3-.5.7l5.7 2.5z"/><path fill="#454749" d="M25.3 46.8c-1-1.2-2.3-2.1-3.7-2.7c.6-1.3 6.8-4.1 6.8-4.1l1.9-1.6l-5.7-2.5c-1 1.3-3.8 4.1-12 8.5c-.1.1-1.4.9-1.9 1.3c-4.5 3.7-5 10.3-1.2 14.7c3.7 4.4 10.3 4.9 14.7 1.1c4.3-3.7 4.8-10.3 1.1-14.7m-12 10.3c-1.9-2.3-1.7-5.7.6-7.6s5.6-1.7 7.6.6c1.9 2.3 1.7 5.7-.6 7.6s-5.7 1.7-7.6-.6m17.8-23.4c-1 1.2-2.7 1.3-3.9.4c-1.2-1-1.3-2.7-.4-3.9c1-1.2 2.7-1.3 3.9-.4c1.2 1 1.3 2.8.4 3.9"/></svg>
</template>

CSS

.icon-scissors {
  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%2064%2064%22%3E%3Cpath%20fill%3D%22%23a9b5ae%22%20d%3D%22M57%2048.6c-4.5%208.2-15.7-3.1-30.8-12.6c-2.8-1.8-3.9-4.4-1.3-7.2c0%200-.1-.3-.5-.7l5.7-2.5z%22%2F%3E%3Cpath%20fill%3D%22%23454749%22%20d%3D%22M24.1%202.5C19.8-1.2%2013.2-.7%209.5%203.6c-3.8%204.4-3.3%2011%201.1%2014.7c.5.4%201.8%201.2%201.9%201.3c8.2%204.4%2011.1%207.3%2012%208.5l5.7-2.5l-1.9-1.6s-6.2-2.8-6.8-4.1c1.4-.6%202.7-1.5%203.7-2.7c3.8-4.4%203.3-11-1.1-14.7m-3.2%203.8c2.3%201.9%202.5%205.3.6%207.6s-5.3%202.5-7.6.6s-2.5-5.3-.6-7.6s5.3-2.5%207.6-.6%22%2F%3E%3Cpath%20fill%3D%22%23cedbd5%22%20d%3D%22M57%2015.4c-4.5-8.2-15.7%203-30.7%2012.6c-2.8%201.8-3.9%204.4-1.3%207.2c0%200-.1.3-.5.7l5.7%202.5z%22%2F%3E%3Cpath%20fill%3D%22%23454749%22%20d%3D%22M25.3%2046.8c-1-1.2-2.3-2.1-3.7-2.7c.6-1.3%206.8-4.1%206.8-4.1l1.9-1.6l-5.7-2.5c-1%201.3-3.8%204.1-12%208.5c-.1.1-1.4.9-1.9%201.3c-4.5%203.7-5%2010.3-1.2%2014.7c3.7%204.4%2010.3%204.9%2014.7%201.1c4.3-3.7%204.8-10.3%201.1-14.7m-12%2010.3c-1.9-2.3-1.7-5.7.6-7.6s5.6-1.7%207.6.6c1.9%202.3%201.7%205.7-.6%207.6s-5.7%201.7-7.6-.6m17.8-23.4c-1%201.2-2.7%201.3-3.9.4c-1.2-1-1.3-2.7-.4-3.9c1-1.2%202.7-1.3%203.9-.4c1.2%201%201.3%202.8.4%203.9%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%2064%2064%22%3E%3Cpath%20fill%3D%22%23a9b5ae%22%20d%3D%22M57%2048.6c-4.5%208.2-15.7-3.1-30.8-12.6c-2.8-1.8-3.9-4.4-1.3-7.2c0%200-.1-.3-.5-.7l5.7-2.5z%22%2F%3E%3Cpath%20fill%3D%22%23454749%22%20d%3D%22M24.1%202.5C19.8-1.2%2013.2-.7%209.5%203.6c-3.8%204.4-3.3%2011%201.1%2014.7c.5.4%201.8%201.2%201.9%201.3c8.2%204.4%2011.1%207.3%2012%208.5l5.7-2.5l-1.9-1.6s-6.2-2.8-6.8-4.1c1.4-.6%202.7-1.5%203.7-2.7c3.8-4.4%203.3-11-1.1-14.7m-3.2%203.8c2.3%201.9%202.5%205.3.6%207.6s-5.3%202.5-7.6.6s-2.5-5.3-.6-7.6s5.3-2.5%207.6-.6%22%2F%3E%3Cpath%20fill%3D%22%23cedbd5%22%20d%3D%22M57%2015.4c-4.5-8.2-15.7%203-30.7%2012.6c-2.8%201.8-3.9%204.4-1.3%207.2c0%200-.1.3-.5.7l5.7%202.5z%22%2F%3E%3Cpath%20fill%3D%22%23454749%22%20d%3D%22M25.3%2046.8c-1-1.2-2.3-2.1-3.7-2.7c.6-1.3%206.8-4.1%206.8-4.1l1.9-1.6l-5.7-2.5c-1%201.3-3.8%204.1-12%208.5c-.1.1-1.4.9-1.9%201.3c-4.5%203.7-5%2010.3-1.2%2014.7c3.7%204.4%2010.3%204.9%2014.7%201.1c4.3-3.7%204.8-10.3%201.1-14.7m-12%2010.3c-1.9-2.3-1.7-5.7.6-7.6s5.6-1.7%207.6.6c1.9%202.3%201.7%205.7-.6%207.6s-5.7%201.7-7.6-.6m17.8-23.4c-1%201.2-2.7%201.3-3.9.4c-1.2-1-1.3-2.7-.4-3.9c1-1.2%202.7-1.3%203.9-.4c1.2%201%201.3%202.8.4%203.9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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