designtools icon
designtools-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- designtools-filled
- Set
- Reicon
- Style
- Filled
- 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="currentColor"><path d="m21.04 13.279l-.92-.9l-7.75 7.74l.93.93c.78.78 1.59 1.17 2.39 1.17s1.61-.39 2.39-1.17l2.96-2.96c1.59-1.6 1.59-3.21 0-4.81M10.69 2.931c-1.57-1.57-3.22-1.57-4.79 0l-2.97 2.96c-1.56 1.57-1.56 3.22 0 4.79l.92.92l7.75-7.75zm11.12 1.007c-1.31 3.27-4.3 7.54-7.15 10.33a5.96 5.96 0 0 0-5.07-4.96c2.8-2.86 7.1-5.89 10.38-7.21c.58-.22 1.16-.05 1.52.31c.38.38.56.95.32 1.53"/><path d="M13.78 15.09c-.2.17-.4.34-.6.5l-1.79 1.43c0-.03-.01-.07-.01-.11c-.14-1.07-.64-2.06-1.45-2.87a5.03 5.03 0 0 0-2.96-1.46c-.03 0-.07-.01-.1-.01l1.45-1.83c.14-.18.29-.35.45-.53l.68.09c2.15.3 3.88 1.99 4.22 4.13z"/><path d="M10.43 17.62c0 1.1-.42 2.15-1.22 2.94c-.61.62-1.43 1.04-2.43 1.16l-2.45.27c-1.34.15-2.49-1-2.34-2.35l.27-2.46c.24-2.19 2.07-3.59 4.01-3.63c.19-.01.4 0 .6.02c.85.11 1.67.5 2.36 1.18c.67.67 1.05 1.46 1.16 2.29c.02.2.04.39.04.58"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconDesigntoolsFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m21.04 13.279l-.92-.9l-7.75 7.74l.93.93c.78.78 1.59 1.17 2.39 1.17s1.61-.39 2.39-1.17l2.96-2.96c1.59-1.6 1.59-3.21 0-4.81M10.69 2.931c-1.57-1.57-3.22-1.57-4.79 0l-2.97 2.96c-1.56 1.57-1.56 3.22 0 4.79l.92.92l7.75-7.75zm11.12 1.007c-1.31 3.27-4.3 7.54-7.15 10.33a5.96 5.96 0 0 0-5.07-4.96c2.8-2.86 7.1-5.89 10.38-7.21c.58-.22 1.16-.05 1.52.31c.38.38.56.95.32 1.53"/><path d="M13.78 15.09c-.2.17-.4.34-.6.5l-1.79 1.43c0-.03-.01-.07-.01-.11c-.14-1.07-.64-2.06-1.45-2.87a5.03 5.03 0 0 0-2.96-1.46c-.03 0-.07-.01-.1-.01l1.45-1.83c.14-.18.29-.35.45-.53l.68.09c2.15.3 3.88 1.99 4.22 4.13z"/><path d="M10.43 17.62c0 1.1-.42 2.15-1.22 2.94c-.61.62-1.43 1.04-2.43 1.16l-2.45.27c-1.34.15-2.49-1-2.34-2.35l.27-2.46c.24-2.19 2.07-3.59 4.01-3.63c.19-.01.4 0 .6.02c.85.11 1.67.5 2.36 1.18c.67.67 1.05 1.46 1.16 2.29c.02.2.04.39.04.58"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m21.04 13.279l-.92-.9l-7.75 7.74l.93.93c.78.78 1.59 1.17 2.39 1.17s1.61-.39 2.39-1.17l2.96-2.96c1.59-1.6 1.59-3.21 0-4.81M10.69 2.931c-1.57-1.57-3.22-1.57-4.79 0l-2.97 2.96c-1.56 1.57-1.56 3.22 0 4.79l.92.92l7.75-7.75zm11.12 1.007c-1.31 3.27-4.3 7.54-7.15 10.33a5.96 5.96 0 0 0-5.07-4.96c2.8-2.86 7.1-5.89 10.38-7.21c.58-.22 1.16-.05 1.52.31c.38.38.56.95.32 1.53"/><path d="M13.78 15.09c-.2.17-.4.34-.6.5l-1.79 1.43c0-.03-.01-.07-.01-.11c-.14-1.07-.64-2.06-1.45-2.87a5.03 5.03 0 0 0-2.96-1.46c-.03 0-.07-.01-.1-.01l1.45-1.83c.14-.18.29-.35.45-.53l.68.09c2.15.3 3.88 1.99 4.22 4.13z"/><path d="M10.43 17.62c0 1.1-.42 2.15-1.22 2.94c-.61.62-1.43 1.04-2.43 1.16l-2.45.27c-1.34.15-2.49-1-2.34-2.35l.27-2.46c.24-2.19 2.07-3.59 4.01-3.63c.19-.01.4 0 .6.02c.85.11 1.67.5 2.36 1.18c.67.67 1.05 1.46 1.16 2.29c.02.2.04.39.04.58"/></g></svg> </template>
CSS
.icon-designtools-filled {
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%22currentColor%22%3E%3Cpath%20d%3D%22m21.04%2013.279l-.92-.9l-7.75%207.74l.93.93c.78.78%201.59%201.17%202.39%201.17s1.61-.39%202.39-1.17l2.96-2.96c1.59-1.6%201.59-3.21%200-4.81M10.69%202.931c-1.57-1.57-3.22-1.57-4.79%200l-2.97%202.96c-1.56%201.57-1.56%203.22%200%204.79l.92.92l7.75-7.75zm11.12%201.007c-1.31%203.27-4.3%207.54-7.15%2010.33a5.96%205.96%200%200%200-5.07-4.96c2.8-2.86%207.1-5.89%2010.38-7.21c.58-.22%201.16-.05%201.52.31c.38.38.56.95.32%201.53%22%2F%3E%3Cpath%20d%3D%22M13.78%2015.09c-.2.17-.4.34-.6.5l-1.79%201.43c0-.03-.01-.07-.01-.11c-.14-1.07-.64-2.06-1.45-2.87a5.03%205.03%200%200%200-2.96-1.46c-.03%200-.07-.01-.1-.01l1.45-1.83c.14-.18.29-.35.45-.53l.68.09c2.15.3%203.88%201.99%204.22%204.13z%22%2F%3E%3Cpath%20d%3D%22M10.43%2017.62c0%201.1-.42%202.15-1.22%202.94c-.61.62-1.43%201.04-2.43%201.16l-2.45.27c-1.34.15-2.49-1-2.34-2.35l.27-2.46c.24-2.19%202.07-3.59%204.01-3.63c.19-.01.4%200%20.6.02c.85.11%201.67.5%202.36%201.18c.67.67%201.05%201.46%201.16%202.29c.02.2.04.39.04.58%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%22currentColor%22%3E%3Cpath%20d%3D%22m21.04%2013.279l-.92-.9l-7.75%207.74l.93.93c.78.78%201.59%201.17%202.39%201.17s1.61-.39%202.39-1.17l2.96-2.96c1.59-1.6%201.59-3.21%200-4.81M10.69%202.931c-1.57-1.57-3.22-1.57-4.79%200l-2.97%202.96c-1.56%201.57-1.56%203.22%200%204.79l.92.92l7.75-7.75zm11.12%201.007c-1.31%203.27-4.3%207.54-7.15%2010.33a5.96%205.96%200%200%200-5.07-4.96c2.8-2.86%207.1-5.89%2010.38-7.21c.58-.22%201.16-.05%201.52.31c.38.38.56.95.32%201.53%22%2F%3E%3Cpath%20d%3D%22M13.78%2015.09c-.2.17-.4.34-.6.5l-1.79%201.43c0-.03-.01-.07-.01-.11c-.14-1.07-.64-2.06-1.45-2.87a5.03%205.03%200%200%200-2.96-1.46c-.03%200-.07-.01-.1-.01l1.45-1.83c.14-.18.29-.35.45-.53l.68.09c2.15.3%203.88%201.99%204.22%204.13z%22%2F%3E%3Cpath%20d%3D%22M10.43%2017.62c0%201.1-.42%202.15-1.22%202.94c-.61.62-1.43%201.04-2.43%201.16l-2.45.27c-1.34.15-2.49-1-2.34-2.35l.27-2.46c.24-2.19%202.07-3.59%204.01-3.63c.19-.01.4%200%20.6.02c.85.11%201.67.5%202.36%201.18c.67.67%201.05%201.46%201.16%202.29c.02.2.04.39.04.58%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-filled.svg?color=%231a73e8&size=48