corkscrew icon

corkscrew from Reicon by REICON · Outline · Food · MIT Free for personal and commercial use.

Name
corkscrew
Set
Reicon
Style
Outline
Category
Food
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

More food icons from Reicon

Use the corkscrew icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M9.987 2.111a2.94 2.94 0 0 1 4.158 0l7.744 7.744A2.93 2.93 0 0 1 22.75 12a2.9 2.9 0 0 1-4.268 2.558a3 3 0 0 1-.751-.545l-3.342-3.342l-.793.794a.345.345 0 0 0-.05.425l.646 1.05c.737 1.198-.693 2.549-1.847 1.744l-4.618-3.218l4.944 7.094c.81 1.162-.563 2.597-1.76 1.837l-6.116-3.884l.65 1.371c.333.704.19 1.542-.362 2.094L2.53 22.53a.75.75 0 0 1-1.06-1.06l2.552-2.553a.34.34 0 0 0 .067-.39l-.95-2.005l.662-.313l-.661.313c-.557-1.175.77-2.348 1.868-1.65l5.856 3.718l-5.016-7.197c-.828-1.188.618-2.634 1.807-1.806l4.75 3.31l-.137-.22a1.845 1.845 0 0 1 .267-2.272l.794-.794l-3.342-3.342a2.94 2.94 0 0 1 0-4.158M14.92 9.08l2.137 2.137a2.9 2.9 0 0 1 2.052-2.021l-6.024-6.024a1.44 1.44 0 0 0-2.037 2.037zm6.33 2.883a1.4 1.4 0 1 0-2.076 1.263a1.44 1.44 0 0 0 2.077-1.263M4.205 16.138" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconCorkscrew(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M9.987 2.111a2.94 2.94 0 0 1 4.158 0l7.744 7.744A2.93 2.93 0 0 1 22.75 12a2.9 2.9 0 0 1-4.268 2.558a3 3 0 0 1-.751-.545l-3.342-3.342l-.793.794a.345.345 0 0 0-.05.425l.646 1.05c.737 1.198-.693 2.549-1.847 1.744l-4.618-3.218l4.944 7.094c.81 1.162-.563 2.597-1.76 1.837l-6.116-3.884l.65 1.371c.333.704.19 1.542-.362 2.094L2.53 22.53a.75.75 0 0 1-1.06-1.06l2.552-2.553a.34.34 0 0 0 .067-.39l-.95-2.005l.662-.313l-.661.313c-.557-1.175.77-2.348 1.868-1.65l5.856 3.718l-5.016-7.197c-.828-1.188.618-2.634 1.807-1.806l4.75 3.31l-.137-.22a1.845 1.845 0 0 1 .267-2.272l.794-.794l-3.342-3.342a2.94 2.94 0 0 1 0-4.158M14.92 9.08l2.137 2.137a2.9 2.9 0 0 1 2.052-2.021l-6.024-6.024a1.44 1.44 0 0 0-2.037 2.037zm6.33 2.883a1.4 1.4 0 1 0-2.076 1.263a1.44 1.44 0 0 0 2.077-1.263M4.205 16.138" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M9.987 2.111a2.94 2.94 0 0 1 4.158 0l7.744 7.744A2.93 2.93 0 0 1 22.75 12a2.9 2.9 0 0 1-4.268 2.558a3 3 0 0 1-.751-.545l-3.342-3.342l-.793.794a.345.345 0 0 0-.05.425l.646 1.05c.737 1.198-.693 2.549-1.847 1.744l-4.618-3.218l4.944 7.094c.81 1.162-.563 2.597-1.76 1.837l-6.116-3.884l.65 1.371c.333.704.19 1.542-.362 2.094L2.53 22.53a.75.75 0 0 1-1.06-1.06l2.552-2.553a.34.34 0 0 0 .067-.39l-.95-2.005l.662-.313l-.661.313c-.557-1.175.77-2.348 1.868-1.65l5.856 3.718l-5.016-7.197c-.828-1.188.618-2.634 1.807-1.806l4.75 3.31l-.137-.22a1.845 1.845 0 0 1 .267-2.272l.794-.794l-3.342-3.342a2.94 2.94 0 0 1 0-4.158M14.92 9.08l2.137 2.137a2.9 2.9 0 0 1 2.052-2.021l-6.024-6.024a1.44 1.44 0 0 0-2.037 2.037zm6.33 2.883a1.4 1.4 0 1 0-2.076 1.263a1.44 1.44 0 0 0 2.077-1.263M4.205 16.138" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-corkscrew {
  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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9.987%202.111a2.94%202.94%200%200%201%204.158%200l7.744%207.744A2.93%202.93%200%200%201%2022.75%2012a2.9%202.9%200%200%201-4.268%202.558a3%203%200%200%201-.751-.545l-3.342-3.342l-.793.794a.345.345%200%200%200-.05.425l.646%201.05c.737%201.198-.693%202.549-1.847%201.744l-4.618-3.218l4.944%207.094c.81%201.162-.563%202.597-1.76%201.837l-6.116-3.884l.65%201.371c.333.704.19%201.542-.362%202.094L2.53%2022.53a.75.75%200%200%201-1.06-1.06l2.552-2.553a.34.34%200%200%200%20.067-.39l-.95-2.005l.662-.313l-.661.313c-.557-1.175.77-2.348%201.868-1.65l5.856%203.718l-5.016-7.197c-.828-1.188.618-2.634%201.807-1.806l4.75%203.31l-.137-.22a1.845%201.845%200%200%201%20.267-2.272l.794-.794l-3.342-3.342a2.94%202.94%200%200%201%200-4.158M14.92%209.08l2.137%202.137a2.9%202.9%200%200%201%202.052-2.021l-6.024-6.024a1.44%201.44%200%200%200-2.037%202.037zm6.33%202.883a1.4%201.4%200%201%200-2.076%201.263a1.44%201.44%200%200%200%202.077-1.263M4.205%2016.138%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9.987%202.111a2.94%202.94%200%200%201%204.158%200l7.744%207.744A2.93%202.93%200%200%201%2022.75%2012a2.9%202.9%200%200%201-4.268%202.558a3%203%200%200%201-.751-.545l-3.342-3.342l-.793.794a.345.345%200%200%200-.05.425l.646%201.05c.737%201.198-.693%202.549-1.847%201.744l-4.618-3.218l4.944%207.094c.81%201.162-.563%202.597-1.76%201.837l-6.116-3.884l.65%201.371c.333.704.19%201.542-.362%202.094L2.53%2022.53a.75.75%200%200%201-1.06-1.06l2.552-2.553a.34.34%200%200%200%20.067-.39l-.95-2.005l.662-.313l-.661.313c-.557-1.175.77-2.348%201.868-1.65l5.856%203.718l-5.016-7.197c-.828-1.188.618-2.634%201.807-1.806l4.75%203.31l-.137-.22a1.845%201.845%200%200%201%20.267-2.272l.794-.794l-3.342-3.342a2.94%202.94%200%200%201%200-4.158M14.92%209.08l2.137%202.137a2.9%202.9%200%200%201%202.052-2.021l-6.024-6.024a1.44%201.44%200%200%200-2.037%202.037zm6.33%202.883a1.4%201.4%200%201%200-2.076%201.263a1.44%201.44%200%200%200%202.077-1.263M4.205%2016.138%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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