scissors emoji
scissors from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.
- Name
- scissors
- Set
- OpenMoji
- Style
- Default
- Category
- Objects
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
scissorsBootstrap IconsscissorsEmoji One (Colored)scissors-fillEva IconsscissorsFramework7 IconsscissorsFont Awesome 6 SolidscissorsFont Awesome SolidscissorsFeather IconsscissorsFluent EmojiscissorsFluent Emoji FlatscissorsFluent Emoji High ContrastscissorsHeroIconsscissorsHuge IconsscissorsHumbleiconsscissorsIconParkscissorsIconPark OutlinescissorsIconPark SolidscissorsIconPark TwoTonescissorsIonIconsscissorsJam IconsscissorsLucidescissorsMajesticonsscissors-fillMingCute IconscissorsMyna UI IconsscissorsNoto Emoji
More objects icons from OpenMoji
Use the scissors emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#ea5a47" d="M24.488 52.117c-.544 2.69-.44 4.994.305 6.66c2.054 4.6 7.465 6.677 12.07 4.62a9.07 9.07 0 0 0 4.809-5.078a9.08 9.08 0 0 0-.19-6.992c-1.097-2.459-2.47-4.353-5.066-5.103c-.31-.09-.04-1.131.084-1.427l.84-2.813l-7.6-2.53c-3.42 7.73-5.104 11.923-5.252 12.663m10.032-2.005a4.68 4.68 0 0 1 2.938 2.083a4.68 4.68 0 0 1 .602 3.551a4.68 4.68 0 0 1-2.083 2.938a4.68 4.68 0 0 1-3.551.602a4.68 4.68 0 0 1-2.938-2.084a4.68 4.68 0 0 1-.602-3.55a4.67 4.67 0 0 1 2.084-2.938a4.68 4.68 0 0 1 3.55-.602"/><path fill="#d0cfce" d="m37.009 42.077l12.133-30.044c-2.187.695-4.555 1.24-6.5 3.213c-2.443 2.48-4.225 6.392-4.225 6.392s-7.584 16.522-7.952 17.344c-.014.03 6.544 3.095 6.544 3.095"/><path fill="#9b9b9a" d="M61.011 24.5s-15.29 5.18-14.812 4.951l-.004-.004l-3.946 1.648l-5.136 12.966l5.709-2.744l.001-.015c-.102.034 9.415-5.642 9.589-5.731c4.024-2.078 7.027-6.144 8.6-11.07"/><path fill="#d22f27" d="M21.833 32.884c-4.082-1.822-10.4.207-12.222 4.288c-1.823 4.083-.179 10.431 3.903 12.254c1.478.66 3.943 1.056 6.33.573c.103-.02 3.367-.227 2.978.026l2.285-1.063c1.178-2.972 4.716-11.343 5.006-11.988l-2.738 1.313l-.006.012c-.018.284-3.478-4.495-5.536-5.415m-.249 10.35a4.5 4.5 0 0 1-2.837 2.013a4.55 4.55 0 0 1-5.442-3.419a4.5 4.5 0 0 1 .582-3.43a4.5 4.5 0 0 1 2.837-2.011a4.52 4.52 0 0 1 3.43.581a4.5 4.5 0 0 1 2.012 2.837a4.5 4.5 0 0 1-.582 3.43"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="M29.584 39.621c3.058-6.88 6.652-14.644 7.8-16.865c2.07-4.012 5.733-10.19 12.54-11.194l-12.66 30.554"/><path d="M41.462 50.976a9.08 9.08 0 0 0-5.791-5.034l1.593-3.826l-7.68-2.495c-2.506 5.64-4.88 11.216-5.092 12.265c-.362 1.787-.617 4.374.338 6.513a9.107 9.107 0 0 0 16.632-7.423m-3.55 4.736a4.553 4.553 0 1 1-8.878-2.027a4.553 4.553 0 0 1 8.878 2.027M26.373 38.238a9.08 9.08 0 0 0-4.915-5.41a9.107 9.107 0 0 0-7.423 16.632c2.14.955 4.726.7 6.513.338c.293-.059.898-.27 1.742-.597m-3.541-3.945a4.553 4.553 0 1 1-2.027-8.878a4.553 4.553 0 0 1 2.027 8.878m27.876-14.909l14.247-5.982c-1.004 6.808-7.182 10.47-11.194 12.542c-1.312.677-3.311 1.693-7.165 3.463"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiScissors(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#ea5a47" d="M24.488 52.117c-.544 2.69-.44 4.994.305 6.66c2.054 4.6 7.465 6.677 12.07 4.62a9.07 9.07 0 0 0 4.809-5.078a9.08 9.08 0 0 0-.19-6.992c-1.097-2.459-2.47-4.353-5.066-5.103c-.31-.09-.04-1.131.084-1.427l.84-2.813l-7.6-2.53c-3.42 7.73-5.104 11.923-5.252 12.663m10.032-2.005a4.68 4.68 0 0 1 2.938 2.083a4.68 4.68 0 0 1 .602 3.551a4.68 4.68 0 0 1-2.083 2.938a4.68 4.68 0 0 1-3.551.602a4.68 4.68 0 0 1-2.938-2.084a4.68 4.68 0 0 1-.602-3.55a4.67 4.67 0 0 1 2.084-2.938a4.68 4.68 0 0 1 3.55-.602"/><path fill="#d0cfce" d="m37.009 42.077l12.133-30.044c-2.187.695-4.555 1.24-6.5 3.213c-2.443 2.48-4.225 6.392-4.225 6.392s-7.584 16.522-7.952 17.344c-.014.03 6.544 3.095 6.544 3.095"/><path fill="#9b9b9a" d="M61.011 24.5s-15.29 5.18-14.812 4.951l-.004-.004l-3.946 1.648l-5.136 12.966l5.709-2.744l.001-.015c-.102.034 9.415-5.642 9.589-5.731c4.024-2.078 7.027-6.144 8.6-11.07"/><path fill="#d22f27" d="M21.833 32.884c-4.082-1.822-10.4.207-12.222 4.288c-1.823 4.083-.179 10.431 3.903 12.254c1.478.66 3.943 1.056 6.33.573c.103-.02 3.367-.227 2.978.026l2.285-1.063c1.178-2.972 4.716-11.343 5.006-11.988l-2.738 1.313l-.006.012c-.018.284-3.478-4.495-5.536-5.415m-.249 10.35a4.5 4.5 0 0 1-2.837 2.013a4.55 4.55 0 0 1-5.442-3.419a4.5 4.5 0 0 1 .582-3.43a4.5 4.5 0 0 1 2.837-2.011a4.52 4.52 0 0 1 3.43.581a4.5 4.5 0 0 1 2.012 2.837a4.5 4.5 0 0 1-.582 3.43"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2"><path d="M29.584 39.621c3.058-6.88 6.652-14.644 7.8-16.865c2.07-4.012 5.733-10.19 12.54-11.194l-12.66 30.554"/><path d="M41.462 50.976a9.08 9.08 0 0 0-5.791-5.034l1.593-3.826l-7.68-2.495c-2.506 5.64-4.88 11.216-5.092 12.265c-.362 1.787-.617 4.374.338 6.513a9.107 9.107 0 0 0 16.632-7.423m-3.55 4.736a4.553 4.553 0 1 1-8.878-2.027a4.553 4.553 0 0 1 8.878 2.027M26.373 38.238a9.08 9.08 0 0 0-4.915-5.41a9.107 9.107 0 0 0-7.423 16.632c2.14.955 4.726.7 6.513.338c.293-.059.898-.27 1.742-.597m-3.541-3.945a4.553 4.553 0 1 1-2.027-8.878a4.553 4.553 0 0 1 2.027 8.878m27.876-14.909l14.247-5.982c-1.004 6.808-7.182 10.47-11.194 12.542c-1.312.677-3.311 1.693-7.165 3.463"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#ea5a47" d="M24.488 52.117c-.544 2.69-.44 4.994.305 6.66c2.054 4.6 7.465 6.677 12.07 4.62a9.07 9.07 0 0 0 4.809-5.078a9.08 9.08 0 0 0-.19-6.992c-1.097-2.459-2.47-4.353-5.066-5.103c-.31-.09-.04-1.131.084-1.427l.84-2.813l-7.6-2.53c-3.42 7.73-5.104 11.923-5.252 12.663m10.032-2.005a4.68 4.68 0 0 1 2.938 2.083a4.68 4.68 0 0 1 .602 3.551a4.68 4.68 0 0 1-2.083 2.938a4.68 4.68 0 0 1-3.551.602a4.68 4.68 0 0 1-2.938-2.084a4.68 4.68 0 0 1-.602-3.55a4.67 4.67 0 0 1 2.084-2.938a4.68 4.68 0 0 1 3.55-.602"/><path fill="#d0cfce" d="m37.009 42.077l12.133-30.044c-2.187.695-4.555 1.24-6.5 3.213c-2.443 2.48-4.225 6.392-4.225 6.392s-7.584 16.522-7.952 17.344c-.014.03 6.544 3.095 6.544 3.095"/><path fill="#9b9b9a" d="M61.011 24.5s-15.29 5.18-14.812 4.951l-.004-.004l-3.946 1.648l-5.136 12.966l5.709-2.744l.001-.015c-.102.034 9.415-5.642 9.589-5.731c4.024-2.078 7.027-6.144 8.6-11.07"/><path fill="#d22f27" d="M21.833 32.884c-4.082-1.822-10.4.207-12.222 4.288c-1.823 4.083-.179 10.431 3.903 12.254c1.478.66 3.943 1.056 6.33.573c.103-.02 3.367-.227 2.978.026l2.285-1.063c1.178-2.972 4.716-11.343 5.006-11.988l-2.738 1.313l-.006.012c-.018.284-3.478-4.495-5.536-5.415m-.249 10.35a4.5 4.5 0 0 1-2.837 2.013a4.55 4.55 0 0 1-5.442-3.419a4.5 4.5 0 0 1 .582-3.43a4.5 4.5 0 0 1 2.837-2.011a4.52 4.52 0 0 1 3.43.581a4.5 4.5 0 0 1 2.012 2.837a4.5 4.5 0 0 1-.582 3.43"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="M29.584 39.621c3.058-6.88 6.652-14.644 7.8-16.865c2.07-4.012 5.733-10.19 12.54-11.194l-12.66 30.554"/><path d="M41.462 50.976a9.08 9.08 0 0 0-5.791-5.034l1.593-3.826l-7.68-2.495c-2.506 5.64-4.88 11.216-5.092 12.265c-.362 1.787-.617 4.374.338 6.513a9.107 9.107 0 0 0 16.632-7.423m-3.55 4.736a4.553 4.553 0 1 1-8.878-2.027a4.553 4.553 0 0 1 8.878 2.027M26.373 38.238a9.08 9.08 0 0 0-4.915-5.41a9.107 9.107 0 0 0-7.423 16.632c2.14.955 4.726.7 6.513.338c.293-.059.898-.27 1.742-.597m-3.541-3.945a4.553 4.553 0 1 1-2.027-8.878a4.553 4.553 0 0 1 2.027 8.878m27.876-14.909l14.247-5.982c-1.004 6.808-7.182 10.47-11.194 12.542c-1.312.677-3.311 1.693-7.165 3.463"/></g></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%2072%2072%22%3E%3Cpath%20fill%3D%22%23ea5a47%22%20d%3D%22M24.488%2052.117c-.544%202.69-.44%204.994.305%206.66c2.054%204.6%207.465%206.677%2012.07%204.62a9.07%209.07%200%200%200%204.809-5.078a9.08%209.08%200%200%200-.19-6.992c-1.097-2.459-2.47-4.353-5.066-5.103c-.31-.09-.04-1.131.084-1.427l.84-2.813l-7.6-2.53c-3.42%207.73-5.104%2011.923-5.252%2012.663m10.032-2.005a4.68%204.68%200%200%201%202.938%202.083a4.68%204.68%200%200%201%20.602%203.551a4.68%204.68%200%200%201-2.083%202.938a4.68%204.68%200%200%201-3.551.602a4.68%204.68%200%200%201-2.938-2.084a4.68%204.68%200%200%201-.602-3.55a4.67%204.67%200%200%201%202.084-2.938a4.68%204.68%200%200%201%203.55-.602%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22m37.009%2042.077l12.133-30.044c-2.187.695-4.555%201.24-6.5%203.213c-2.443%202.48-4.225%206.392-4.225%206.392s-7.584%2016.522-7.952%2017.344c-.014.03%206.544%203.095%206.544%203.095%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M61.011%2024.5s-15.29%205.18-14.812%204.951l-.004-.004l-3.946%201.648l-5.136%2012.966l5.709-2.744l.001-.015c-.102.034%209.415-5.642%209.589-5.731c4.024-2.078%207.027-6.144%208.6-11.07%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22M21.833%2032.884c-4.082-1.822-10.4.207-12.222%204.288c-1.823%204.083-.179%2010.431%203.903%2012.254c1.478.66%203.943%201.056%206.33.573c.103-.02%203.367-.227%202.978.026l2.285-1.063c1.178-2.972%204.716-11.343%205.006-11.988l-2.738%201.313l-.006.012c-.018.284-3.478-4.495-5.536-5.415m-.249%2010.35a4.5%204.5%200%200%201-2.837%202.013a4.55%204.55%200%200%201-5.442-3.419a4.5%204.5%200%200%201%20.582-3.43a4.5%204.5%200%200%201%202.837-2.011a4.52%204.52%200%200%201%203.43.581a4.5%204.5%200%200%201%202.012%202.837a4.5%204.5%200%200%201-.582%203.43%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M29.584%2039.621c3.058-6.88%206.652-14.644%207.8-16.865c2.07-4.012%205.733-10.19%2012.54-11.194l-12.66%2030.554%22%2F%3E%3Cpath%20d%3D%22M41.462%2050.976a9.08%209.08%200%200%200-5.791-5.034l1.593-3.826l-7.68-2.495c-2.506%205.64-4.88%2011.216-5.092%2012.265c-.362%201.787-.617%204.374.338%206.513a9.107%209.107%200%200%200%2016.632-7.423m-3.55%204.736a4.553%204.553%200%201%201-8.878-2.027a4.553%204.553%200%200%201%208.878%202.027M26.373%2038.238a9.08%209.08%200%200%200-4.915-5.41a9.107%209.107%200%200%200-7.423%2016.632c2.14.955%204.726.7%206.513.338c.293-.059.898-.27%201.742-.597m-3.541-3.945a4.553%204.553%200%201%201-2.027-8.878a4.553%204.553%200%200%201%202.027%208.878m27.876-14.909l14.247-5.982c-1.004%206.808-7.182%2010.47-11.194%2012.542c-1.312.677-3.311%201.693-7.165%203.463%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23ea5a47%22%20d%3D%22M24.488%2052.117c-.544%202.69-.44%204.994.305%206.66c2.054%204.6%207.465%206.677%2012.07%204.62a9.07%209.07%200%200%200%204.809-5.078a9.08%209.08%200%200%200-.19-6.992c-1.097-2.459-2.47-4.353-5.066-5.103c-.31-.09-.04-1.131.084-1.427l.84-2.813l-7.6-2.53c-3.42%207.73-5.104%2011.923-5.252%2012.663m10.032-2.005a4.68%204.68%200%200%201%202.938%202.083a4.68%204.68%200%200%201%20.602%203.551a4.68%204.68%200%200%201-2.083%202.938a4.68%204.68%200%200%201-3.551.602a4.68%204.68%200%200%201-2.938-2.084a4.68%204.68%200%200%201-.602-3.55a4.67%204.67%200%200%201%202.084-2.938a4.68%204.68%200%200%201%203.55-.602%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22m37.009%2042.077l12.133-30.044c-2.187.695-4.555%201.24-6.5%203.213c-2.443%202.48-4.225%206.392-4.225%206.392s-7.584%2016.522-7.952%2017.344c-.014.03%206.544%203.095%206.544%203.095%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M61.011%2024.5s-15.29%205.18-14.812%204.951l-.004-.004l-3.946%201.648l-5.136%2012.966l5.709-2.744l.001-.015c-.102.034%209.415-5.642%209.589-5.731c4.024-2.078%207.027-6.144%208.6-11.07%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22M21.833%2032.884c-4.082-1.822-10.4.207-12.222%204.288c-1.823%204.083-.179%2010.431%203.903%2012.254c1.478.66%203.943%201.056%206.33.573c.103-.02%203.367-.227%202.978.026l2.285-1.063c1.178-2.972%204.716-11.343%205.006-11.988l-2.738%201.313l-.006.012c-.018.284-3.478-4.495-5.536-5.415m-.249%2010.35a4.5%204.5%200%200%201-2.837%202.013a4.55%204.55%200%200%201-5.442-3.419a4.5%204.5%200%200%201%20.582-3.43a4.5%204.5%200%200%201%202.837-2.011a4.52%204.52%200%200%201%203.43.581a4.5%204.5%200%200%201%202.012%202.837a4.5%204.5%200%200%201-.582%203.43%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M29.584%2039.621c3.058-6.88%206.652-14.644%207.8-16.865c2.07-4.012%205.733-10.19%2012.54-11.194l-12.66%2030.554%22%2F%3E%3Cpath%20d%3D%22M41.462%2050.976a9.08%209.08%200%200%200-5.791-5.034l1.593-3.826l-7.68-2.495c-2.506%205.64-4.88%2011.216-5.092%2012.265c-.362%201.787-.617%204.374.338%206.513a9.107%209.107%200%200%200%2016.632-7.423m-3.55%204.736a4.553%204.553%200%201%201-8.878-2.027a4.553%204.553%200%200%201%208.878%202.027M26.373%2038.238a9.08%209.08%200%200%200-4.915-5.41a9.107%209.107%200%200%200-7.423%2016.632c2.14.955%204.726.7%206.513.338c.293-.059.898-.27%201.742-.597m-3.541-3.945a4.553%204.553%200%201%201-2.027-8.878a4.553%204.553%200%200%201%202.027%208.878m27.876-14.909l14.247-5.982c-1.004%206.808-7.182%2010.47-11.194%2012.542c-1.312.677-3.311%201.693-7.165%203.463%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/scissors.svg?color=%231a73e8&size=48