nut from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.

Name
nut
Set
TDesign Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

The same icon in other sets

Use the nut icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M4.5 19.5c3.125 3.124 8.545 1.355 12.45-2.55l-1.414-1.415v-2.828h-2.828L7.05 7.05C3.145 10.955 1.376 16.375 4.5 19.5"/><path d="M7.757 4.93c2.806-2.806 7.734-.933 9.852 1.366c2.396 2.217 4.287 7.122 1.462 9.947l-1.414 1.414l-2.121-2.121v-2.829h-2.829L6.343 6.343z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M6.71 7.4c-3.665 3.873-5.242 9.068-2.21 12.1c3.034 3.033 8.233 1.453 12.108-2.218M17.6 6.287c-.044-.04.029.029.015.015m-.015-.015l.009.009m-.01-.009l.016.015m0 0l-.006-.006m.006.006q.003.003 0 0Zm0 0C18.207 5.578 19.068 4.295 19.5 3m-1.885 3.302c-.378.461-.822.905-1.373 1.455m1.367-1.461c-2.118-2.3-7.047-4.172-9.852-1.367L6.343 6.343l6.364 6.364h2.828v2.828l2.122 2.122l1.414-1.414c2.824-2.825.934-7.73-1.462-9.947Z"/></g></svg>

React

import type { SVGProps } from "react";

export function TdesignNut(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"><path d="M4.5 19.5c3.125 3.124 8.545 1.355 12.45-2.55l-1.414-1.415v-2.828h-2.828L7.05 7.05C3.145 10.955 1.376 16.375 4.5 19.5"/><path d="M7.757 4.93c2.806-2.806 7.734-.933 9.852 1.366c2.396 2.217 4.287 7.122 1.462 9.947l-1.414 1.414l-2.121-2.121v-2.829h-2.829L6.343 6.343z"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M6.71 7.4c-3.665 3.873-5.242 9.068-2.21 12.1c3.034 3.033 8.233 1.453 12.108-2.218M17.6 6.287c-.044-.04.029.029.015.015m-.015-.015l.009.009m-.01-.009l.016.015m0 0l-.006-.006m.006.006q.003.003 0 0Zm0 0C18.207 5.578 19.068 4.295 19.5 3m-1.885 3.302c-.378.461-.822.905-1.373 1.455m1.367-1.461c-2.118-2.3-7.047-4.172-9.852-1.367L6.343 6.343l6.364 6.364h2.828v2.828l2.122 2.122l1.414-1.414c2.824-2.825.934-7.73-1.462-9.947Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M4.5 19.5c3.125 3.124 8.545 1.355 12.45-2.55l-1.414-1.415v-2.828h-2.828L7.05 7.05C3.145 10.955 1.376 16.375 4.5 19.5"/><path d="M7.757 4.93c2.806-2.806 7.734-.933 9.852 1.366c2.396 2.217 4.287 7.122 1.462 9.947l-1.414 1.414l-2.121-2.121v-2.829h-2.829L6.343 6.343z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M6.71 7.4c-3.665 3.873-5.242 9.068-2.21 12.1c3.034 3.033 8.233 1.453 12.108-2.218M17.6 6.287c-.044-.04.029.029.015.015m-.015-.015l.009.009m-.01-.009l.016.015m0 0l-.006-.006m.006.006q.003.003 0 0Zm0 0C18.207 5.578 19.068 4.295 19.5 3m-1.885 3.302c-.378.461-.822.905-1.373 1.455m1.367-1.461c-2.118-2.3-7.047-4.172-9.852-1.367L6.343 6.343l6.364 6.364h2.828v2.828l2.122 2.122l1.414-1.414c2.824-2.825.934-7.73-1.462-9.947Z"/></g></svg>
</template>

CSS

.icon-nut {
  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%3E%3Cpath%20d%3D%22M4.5%2019.5c3.125%203.124%208.545%201.355%2012.45-2.55l-1.414-1.415v-2.828h-2.828L7.05%207.05C3.145%2010.955%201.376%2016.375%204.5%2019.5%22%2F%3E%3Cpath%20d%3D%22M7.757%204.93c2.806-2.806%207.734-.933%209.852%201.366c2.396%202.217%204.287%207.122%201.462%209.947l-1.414%201.414l-2.121-2.121v-2.829h-2.829L6.343%206.343z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M6.71%207.4c-3.665%203.873-5.242%209.068-2.21%2012.1c3.034%203.033%208.233%201.453%2012.108-2.218M17.6%206.287c-.044-.04.029.029.015.015m-.015-.015l.009.009m-.01-.009l.016.015m0%200l-.006-.006m.006.006q.003.003%200%200Zm0%200C18.207%205.578%2019.068%204.295%2019.5%203m-1.885%203.302c-.378.461-.822.905-1.373%201.455m1.367-1.461c-2.118-2.3-7.047-4.172-9.852-1.367L6.343%206.343l6.364%206.364h2.828v2.828l2.122%202.122l1.414-1.414c2.824-2.825.934-7.73-1.462-9.947Z%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%3E%3Cpath%20d%3D%22M4.5%2019.5c3.125%203.124%208.545%201.355%2012.45-2.55l-1.414-1.415v-2.828h-2.828L7.05%207.05C3.145%2010.955%201.376%2016.375%204.5%2019.5%22%2F%3E%3Cpath%20d%3D%22M7.757%204.93c2.806-2.806%207.734-.933%209.852%201.366c2.396%202.217%204.287%207.122%201.462%209.947l-1.414%201.414l-2.121-2.121v-2.829h-2.829L6.343%206.343z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M6.71%207.4c-3.665%203.873-5.242%209.068-2.21%2012.1c3.034%203.033%208.233%201.453%2012.108-2.218M17.6%206.287c-.044-.04.029.029.015.015m-.015-.015l.009.009m-.01-.009l.016.015m0%200l-.006-.006m.006.006q.003.003%200%200Zm0%200C18.207%205.578%2019.068%204.295%2019.5%203m-1.885%203.302c-.378.461-.822.905-1.373%201.455m1.367-1.461c-2.118-2.3-7.047-4.172-9.852-1.367L6.343%206.343l6.364%206.364h2.828v2.828l2.122%202.122l1.414-1.414c2.824-2.825.934-7.73-1.462-9.947Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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