scissors icon

scissors from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
scissors
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

The same icon in other sets

Use the scissors icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M405.178 115.667c13.314-32.667 17.309-64-5.326-83.667L255.726 224l-16.976 23s-27.627 40.011-37.28 58.667-19.306 39.333-27.294 54c-7.01 12.871-10.438 15.221-14.322 11.548a58.37 58.37 0 0 0-1.553-1.736l-.11-.138c-1.143-1.472-2.75-3.002-4.635-4.467C144.195 356.795 132.548 352 119.92 352 89.037 352 64 380.653 64 416s25.037 64 55.92 64c25.282 0 46.635-19.205 53.553-45.561l-.004.043S186.824 393 206.13 363s49.596-43 49.596-43l31.954-32s104.183-139.666 117.498-172.333zM119.92 448c-15.418 0-27.918-14.353-27.918-32s12.5-32 27.918-32c15.419 0 27.918 14.353 27.918 32s-12.499 32-27.918 32zM256 288c-8.836 0-16-7.163-16-16 0-8.836 7.164-16 16-16 8.837 0 16 7.164 16 16 0 8.837-7.163 16-16 16z" fill="currentColor"/><path d="M207.28 265.255a1318.847 1318.847 0 0 1 18.304-27.346l.143-.208.15-.203 16.976-23 .038-.052.039-.052 2.941-3.918L111.896 32c-22.634 19.667-18.64 51-5.326 83.667 9.953 24.42 70.679 108.623 100.71 149.588z" fill="currentColor"/><path d="M391.828 352c-12.628 0-24.275 4.795-33.637 12.874-1.885 1.465-3.492 2.995-4.635 4.467l-.109.138a61.157 61.157 0 0 0-1.553 1.736c-3.884 3.673-7.312 1.323-14.322-11.548-7.988-14.667-17.641-35.344-27.294-54-1.77-3.421-4.146-7.561-6.843-12.038a2279.051 2279.051 0 0 1-2.932 3.938l-.688.924-.813.815-28.688 28.729c10.433 6.855 24.565 18.276 35.306 34.965 19.305 30 32.66 71.482 32.66 71.482l-.004-.043c6.917 26.356 28.27 45.561 53.552 45.561C422.711 480 448 451.347 448 416s-25.289-64-56.172-64zm0 96c-15.42 0-27.918-14.353-27.918-32s12.498-32 27.918-32c15.418 0 27.918 14.353 27.918 32s-12.5 32-27.918 32z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonScissors(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M405.178 115.667c13.314-32.667 17.309-64-5.326-83.667L255.726 224l-16.976 23s-27.627 40.011-37.28 58.667-19.306 39.333-27.294 54c-7.01 12.871-10.438 15.221-14.322 11.548a58.37 58.37 0 0 0-1.553-1.736l-.11-.138c-1.143-1.472-2.75-3.002-4.635-4.467C144.195 356.795 132.548 352 119.92 352 89.037 352 64 380.653 64 416s25.037 64 55.92 64c25.282 0 46.635-19.205 53.553-45.561l-.004.043S186.824 393 206.13 363s49.596-43 49.596-43l31.954-32s104.183-139.666 117.498-172.333zM119.92 448c-15.418 0-27.918-14.353-27.918-32s12.5-32 27.918-32c15.419 0 27.918 14.353 27.918 32s-12.499 32-27.918 32zM256 288c-8.836 0-16-7.163-16-16 0-8.836 7.164-16 16-16 8.837 0 16 7.164 16 16 0 8.837-7.163 16-16 16z" fill="currentColor"/><path d="M207.28 265.255a1318.847 1318.847 0 0 1 18.304-27.346l.143-.208.15-.203 16.976-23 .038-.052.039-.052 2.941-3.918L111.896 32c-22.634 19.667-18.64 51-5.326 83.667 9.953 24.42 70.679 108.623 100.71 149.588z" fill="currentColor"/><path d="M391.828 352c-12.628 0-24.275 4.795-33.637 12.874-1.885 1.465-3.492 2.995-4.635 4.467l-.109.138a61.157 61.157 0 0 0-1.553 1.736c-3.884 3.673-7.312 1.323-14.322-11.548-7.988-14.667-17.641-35.344-27.294-54-1.77-3.421-4.146-7.561-6.843-12.038a2279.051 2279.051 0 0 1-2.932 3.938l-.688.924-.813.815-28.688 28.729c10.433 6.855 24.565 18.276 35.306 34.965 19.305 30 32.66 71.482 32.66 71.482l-.004-.043c6.917 26.356 28.27 45.561 53.552 45.561C422.711 480 448 451.347 448 416s-25.289-64-56.172-64zm0 96c-15.42 0-27.918-14.353-27.918-32s12.498-32 27.918-32c15.418 0 27.918 14.353 27.918 32s-12.5 32-27.918 32z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M405.178 115.667c13.314-32.667 17.309-64-5.326-83.667L255.726 224l-16.976 23s-27.627 40.011-37.28 58.667-19.306 39.333-27.294 54c-7.01 12.871-10.438 15.221-14.322 11.548a58.37 58.37 0 0 0-1.553-1.736l-.11-.138c-1.143-1.472-2.75-3.002-4.635-4.467C144.195 356.795 132.548 352 119.92 352 89.037 352 64 380.653 64 416s25.037 64 55.92 64c25.282 0 46.635-19.205 53.553-45.561l-.004.043S186.824 393 206.13 363s49.596-43 49.596-43l31.954-32s104.183-139.666 117.498-172.333zM119.92 448c-15.418 0-27.918-14.353-27.918-32s12.5-32 27.918-32c15.419 0 27.918 14.353 27.918 32s-12.499 32-27.918 32zM256 288c-8.836 0-16-7.163-16-16 0-8.836 7.164-16 16-16 8.837 0 16 7.164 16 16 0 8.837-7.163 16-16 16z" fill="currentColor"/><path d="M207.28 265.255a1318.847 1318.847 0 0 1 18.304-27.346l.143-.208.15-.203 16.976-23 .038-.052.039-.052 2.941-3.918L111.896 32c-22.634 19.667-18.64 51-5.326 83.667 9.953 24.42 70.679 108.623 100.71 149.588z" fill="currentColor"/><path d="M391.828 352c-12.628 0-24.275 4.795-33.637 12.874-1.885 1.465-3.492 2.995-4.635 4.467l-.109.138a61.157 61.157 0 0 0-1.553 1.736c-3.884 3.673-7.312 1.323-14.322-11.548-7.988-14.667-17.641-35.344-27.294-54-1.77-3.421-4.146-7.561-6.843-12.038a2279.051 2279.051 0 0 1-2.932 3.938l-.688.924-.813.815-28.688 28.729c10.433 6.855 24.565 18.276 35.306 34.965 19.305 30 32.66 71.482 32.66 71.482l-.004-.043c6.917 26.356 28.27 45.561 53.552 45.561C422.711 480 448 451.347 448 416s-25.289-64-56.172-64zm0 96c-15.42 0-27.918-14.353-27.918-32s12.498-32 27.918-32c15.418 0 27.918 14.353 27.918 32s-12.5 32-27.918 32z" fill="currentColor"/></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%20512%20512%22%3E%3Cpath%20d%3D%22M405.178%20115.667c13.314-32.667%2017.309-64-5.326-83.667L255.726%20224l-16.976%2023s-27.627%2040.011-37.28%2058.667-19.306%2039.333-27.294%2054c-7.01%2012.871-10.438%2015.221-14.322%2011.548a58.37%2058.37%200%200%200-1.553-1.736l-.11-.138c-1.143-1.472-2.75-3.002-4.635-4.467C144.195%20356.795%20132.548%20352%20119.92%20352%2089.037%20352%2064%20380.653%2064%20416s25.037%2064%2055.92%2064c25.282%200%2046.635-19.205%2053.553-45.561l-.004.043S186.824%20393%20206.13%20363s49.596-43%2049.596-43l31.954-32s104.183-139.666%20117.498-172.333zM119.92%20448c-15.418%200-27.918-14.353-27.918-32s12.5-32%2027.918-32c15.419%200%2027.918%2014.353%2027.918%2032s-12.499%2032-27.918%2032zM256%20288c-8.836%200-16-7.163-16-16%200-8.836%207.164-16%2016-16%208.837%200%2016%207.164%2016%2016%200%208.837-7.163%2016-16%2016z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M207.28%20265.255a1318.847%201318.847%200%200%201%2018.304-27.346l.143-.208.15-.203%2016.976-23%20.038-.052.039-.052%202.941-3.918L111.896%2032c-22.634%2019.667-18.64%2051-5.326%2083.667%209.953%2024.42%2070.679%20108.623%20100.71%20149.588z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M391.828%20352c-12.628%200-24.275%204.795-33.637%2012.874-1.885%201.465-3.492%202.995-4.635%204.467l-.109.138a61.157%2061.157%200%200%200-1.553%201.736c-3.884%203.673-7.312%201.323-14.322-11.548-7.988-14.667-17.641-35.344-27.294-54-1.77-3.421-4.146-7.561-6.843-12.038a2279.051%202279.051%200%200%201-2.932%203.938l-.688.924-.813.815-28.688%2028.729c10.433%206.855%2024.565%2018.276%2035.306%2034.965%2019.305%2030%2032.66%2071.482%2032.66%2071.482l-.004-.043c6.917%2026.356%2028.27%2045.561%2053.552%2045.561C422.711%20480%20448%20451.347%20448%20416s-25.289-64-56.172-64zm0%2096c-15.42%200-27.918-14.353-27.918-32s12.498-32%2027.918-32c15.418%200%2027.918%2014.353%2027.918%2032s-12.5%2032-27.918%2032z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M405.178%20115.667c13.314-32.667%2017.309-64-5.326-83.667L255.726%20224l-16.976%2023s-27.627%2040.011-37.28%2058.667-19.306%2039.333-27.294%2054c-7.01%2012.871-10.438%2015.221-14.322%2011.548a58.37%2058.37%200%200%200-1.553-1.736l-.11-.138c-1.143-1.472-2.75-3.002-4.635-4.467C144.195%20356.795%20132.548%20352%20119.92%20352%2089.037%20352%2064%20380.653%2064%20416s25.037%2064%2055.92%2064c25.282%200%2046.635-19.205%2053.553-45.561l-.004.043S186.824%20393%20206.13%20363s49.596-43%2049.596-43l31.954-32s104.183-139.666%20117.498-172.333zM119.92%20448c-15.418%200-27.918-14.353-27.918-32s12.5-32%2027.918-32c15.419%200%2027.918%2014.353%2027.918%2032s-12.499%2032-27.918%2032zM256%20288c-8.836%200-16-7.163-16-16%200-8.836%207.164-16%2016-16%208.837%200%2016%207.164%2016%2016%200%208.837-7.163%2016-16%2016z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M207.28%20265.255a1318.847%201318.847%200%200%201%2018.304-27.346l.143-.208.15-.203%2016.976-23%20.038-.052.039-.052%202.941-3.918L111.896%2032c-22.634%2019.667-18.64%2051-5.326%2083.667%209.953%2024.42%2070.679%20108.623%20100.71%20149.588z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M391.828%20352c-12.628%200-24.275%204.795-33.637%2012.874-1.885%201.465-3.492%202.995-4.635%204.467l-.109.138a61.157%2061.157%200%200%200-1.553%201.736c-3.884%203.673-7.312%201.323-14.322-11.548-7.988-14.667-17.641-35.344-27.294-54-1.77-3.421-4.146-7.561-6.843-12.038a2279.051%202279.051%200%200%201-2.932%203.938l-.688.924-.813.815-28.688%2028.729c10.433%206.855%2024.565%2018.276%2035.306%2034.965%2019.305%2030%2032.66%2071.482%2032.66%2071.482l-.004-.043c6.917%2026.356%2028.27%2045.561%2053.552%2045.561C422.711%20480%20448%20451.347%20448%20416s-25.289-64-56.172-64zm0%2096c-15.42%200-27.918-14.353-27.918-32s12.498-32%2027.918-32c15.418%200%2027.918%2014.353%2027.918%2032s-12.5%2032-27.918%2032z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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