designtools icon

designtools from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.

Name
designtools
Set
Reicon
Style
Outline
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the designtools icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M21.81 3.94c-1.54 3.84-5.4 9.06-8.63 11.65l-1.97 1.58c-.25.18-.5.34-.78.45c0-.18-.01-.38-.04-.57c-.11-.84-.49-1.62-1.16-2.29c-.68-.68-1.51-1.08-2.36-1.19c-.2-.01-.4-.03-.6-.01c.11-.31.28-.6.49-.84l1.56-1.97c2.58-3.23 7.82-7.11 11.65-8.64c.59-.22 1.16-.06 1.52.31c.38.37.56.94.32 1.52"/><path stroke-linejoin="round" d="M10.43 17.62c0 1.1-.42 2.15-1.21 2.95c-.61.61-1.44 1.03-2.43 1.16L4.33 22c-1.34.15-2.49-.99-2.33-2.35l.27-2.46c.24-2.19 2.07-3.59 4.01-3.63c.2-.01.41 0 .6.01c.85.11 1.68.5 2.36 1.19c.67.67 1.05 1.45 1.16 2.29c.01.19.03.38.03.57m3.81-3.15c0-2.61-2.12-4.73-4.73-4.73"/><path d="m20.12 12.73l.74.73c1.49 1.49 1.49 2.96 0 4.45l-2.96 2.96c-1.47 1.47-2.96 1.47-4.43 0M3.11 10.51c-1.47-1.49-1.47-2.96 0-4.45L6.07 3.1c1.47-1.47 2.96-1.47 4.43 0l.74.74m.01.01l-3.7 3.7m12.57 5.18l-2.96 2.95"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconDesigntools(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M21.81 3.94c-1.54 3.84-5.4 9.06-8.63 11.65l-1.97 1.58c-.25.18-.5.34-.78.45c0-.18-.01-.38-.04-.57c-.11-.84-.49-1.62-1.16-2.29c-.68-.68-1.51-1.08-2.36-1.19c-.2-.01-.4-.03-.6-.01c.11-.31.28-.6.49-.84l1.56-1.97c2.58-3.23 7.82-7.11 11.65-8.64c.59-.22 1.16-.06 1.52.31c.38.37.56.94.32 1.52"/><path strokeLinejoin="round" d="M10.43 17.62c0 1.1-.42 2.15-1.21 2.95c-.61.61-1.44 1.03-2.43 1.16L4.33 22c-1.34.15-2.49-.99-2.33-2.35l.27-2.46c.24-2.19 2.07-3.59 4.01-3.63c.2-.01.41 0 .6.01c.85.11 1.68.5 2.36 1.19c.67.67 1.05 1.45 1.16 2.29c.01.19.03.38.03.57m3.81-3.15c0-2.61-2.12-4.73-4.73-4.73"/><path d="m20.12 12.73l.74.73c1.49 1.49 1.49 2.96 0 4.45l-2.96 2.96c-1.47 1.47-2.96 1.47-4.43 0M3.11 10.51c-1.47-1.49-1.47-2.96 0-4.45L6.07 3.1c1.47-1.47 2.96-1.47 4.43 0l.74.74m.01.01l-3.7 3.7m12.57 5.18l-2.96 2.95"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M21.81 3.94c-1.54 3.84-5.4 9.06-8.63 11.65l-1.97 1.58c-.25.18-.5.34-.78.45c0-.18-.01-.38-.04-.57c-.11-.84-.49-1.62-1.16-2.29c-.68-.68-1.51-1.08-2.36-1.19c-.2-.01-.4-.03-.6-.01c.11-.31.28-.6.49-.84l1.56-1.97c2.58-3.23 7.82-7.11 11.65-8.64c.59-.22 1.16-.06 1.52.31c.38.37.56.94.32 1.52"/><path stroke-linejoin="round" d="M10.43 17.62c0 1.1-.42 2.15-1.21 2.95c-.61.61-1.44 1.03-2.43 1.16L4.33 22c-1.34.15-2.49-.99-2.33-2.35l.27-2.46c.24-2.19 2.07-3.59 4.01-3.63c.2-.01.41 0 .6.01c.85.11 1.68.5 2.36 1.19c.67.67 1.05 1.45 1.16 2.29c.01.19.03.38.03.57m3.81-3.15c0-2.61-2.12-4.73-4.73-4.73"/><path d="m20.12 12.73l.74.73c1.49 1.49 1.49 2.96 0 4.45l-2.96 2.96c-1.47 1.47-2.96 1.47-4.43 0M3.11 10.51c-1.47-1.49-1.47-2.96 0-4.45L6.07 3.1c1.47-1.47 2.96-1.47 4.43 0l.74.74m.01.01l-3.7 3.7m12.57 5.18l-2.96 2.95"/></g></svg>
</template>

CSS

.icon-designtools {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M21.81%203.94c-1.54%203.84-5.4%209.06-8.63%2011.65l-1.97%201.58c-.25.18-.5.34-.78.45c0-.18-.01-.38-.04-.57c-.11-.84-.49-1.62-1.16-2.29c-.68-.68-1.51-1.08-2.36-1.19c-.2-.01-.4-.03-.6-.01c.11-.31.28-.6.49-.84l1.56-1.97c2.58-3.23%207.82-7.11%2011.65-8.64c.59-.22%201.16-.06%201.52.31c.38.37.56.94.32%201.52%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M10.43%2017.62c0%201.1-.42%202.15-1.21%202.95c-.61.61-1.44%201.03-2.43%201.16L4.33%2022c-1.34.15-2.49-.99-2.33-2.35l.27-2.46c.24-2.19%202.07-3.59%204.01-3.63c.2-.01.41%200%20.6.01c.85.11%201.68.5%202.36%201.19c.67.67%201.05%201.45%201.16%202.29c.01.19.03.38.03.57m3.81-3.15c0-2.61-2.12-4.73-4.73-4.73%22%2F%3E%3Cpath%20d%3D%22m20.12%2012.73l.74.73c1.49%201.49%201.49%202.96%200%204.45l-2.96%202.96c-1.47%201.47-2.96%201.47-4.43%200M3.11%2010.51c-1.47-1.49-1.47-2.96%200-4.45L6.07%203.1c1.47-1.47%202.96-1.47%204.43%200l.74.74m.01.01l-3.7%203.7m12.57%205.18l-2.96%202.95%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M21.81%203.94c-1.54%203.84-5.4%209.06-8.63%2011.65l-1.97%201.58c-.25.18-.5.34-.78.45c0-.18-.01-.38-.04-.57c-.11-.84-.49-1.62-1.16-2.29c-.68-.68-1.51-1.08-2.36-1.19c-.2-.01-.4-.03-.6-.01c.11-.31.28-.6.49-.84l1.56-1.97c2.58-3.23%207.82-7.11%2011.65-8.64c.59-.22%201.16-.06%201.52.31c.38.37.56.94.32%201.52%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M10.43%2017.62c0%201.1-.42%202.15-1.21%202.95c-.61.61-1.44%201.03-2.43%201.16L4.33%2022c-1.34.15-2.49-.99-2.33-2.35l.27-2.46c.24-2.19%202.07-3.59%204.01-3.63c.2-.01.41%200%20.6.01c.85.11%201.68.5%202.36%201.19c.67.67%201.05%201.45%201.16%202.29c.01.19.03.38.03.57m3.81-3.15c0-2.61-2.12-4.73-4.73-4.73%22%2F%3E%3Cpath%20d%3D%22m20.12%2012.73l.74.73c1.49%201.49%201.49%202.96%200%204.45l-2.96%202.96c-1.47%201.47-2.96%201.47-4.43%200M3.11%2010.51c-1.47-1.49-1.47-2.96%200-4.45L6.07%203.1c1.47-1.47%202.96-1.47%204.43%200l.74.74m.01.01l-3.7%203.7m12.57%205.18l-2.96%202.95%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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