corkscrew icon
corkscrew-duotone from Reicon by REICON · Duotone · Food · MIT Free for personal and commercial use.
- Name
- corkscrew-duotone
- Set
- Reicon
- Style
- Duotone
- 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"><g fill="currentColor"><path d="M22 12a2.15 2.15 0 1 1-4.3 0a2.15 2.15 0 0 1 4.3 0"/><path d="M21.358 10.385L13.615 2.64a2.19 2.19 0 1 0-3.097 3.098l7.743 7.743c.171.172.364.309.57.412A2.15 2.15 0 1 1 22 11.957a2.18 2.18 0 0 0-.642-1.572" opacity=".5"/><path d="m12.535 10.405l1.324-1.325l.914.914l.147.147l-1.325 1.324a.345.345 0 0 0-.05.425l.647 1.05c.737 1.198-.693 2.549-1.847 1.744l-2.623-1.828l-1.995-1.39l1.26 1.807l3.684 5.287c.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 1 1-1.06-1.06l2.552-2.553a.34.34 0 0 0 .067-.39l-.95-2.005c-.556-1.175.771-2.348 1.87-1.65l.543.345h.001l5.311 3.373l-3.189-4.575l-1.827-2.622c-.828-1.188.618-2.634 1.807-1.806l3.513 2.449l1.236.862l-.136-.222a1.84 1.84 0 0 1 .267-2.271"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconCorkscrewDuotone(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="M22 12a2.15 2.15 0 1 1-4.3 0a2.15 2.15 0 0 1 4.3 0"/><path d="M21.358 10.385L13.615 2.64a2.19 2.19 0 1 0-3.097 3.098l7.743 7.743c.171.172.364.309.57.412A2.15 2.15 0 1 1 22 11.957a2.18 2.18 0 0 0-.642-1.572" opacity=".5"/><path d="m12.535 10.405l1.324-1.325l.914.914l.147.147l-1.325 1.324a.345.345 0 0 0-.05.425l.647 1.05c.737 1.198-.693 2.549-1.847 1.744l-2.623-1.828l-1.995-1.39l1.26 1.807l3.684 5.287c.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 1 1-1.06-1.06l2.552-2.553a.34.34 0 0 0 .067-.39l-.95-2.005c-.556-1.175.771-2.348 1.87-1.65l.543.345h.001l5.311 3.373l-3.189-4.575l-1.827-2.622c-.828-1.188.618-2.634 1.807-1.806l3.513 2.449l1.236.862l-.136-.222a1.84 1.84 0 0 1 .267-2.271"/></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="M22 12a2.15 2.15 0 1 1-4.3 0a2.15 2.15 0 0 1 4.3 0"/><path d="M21.358 10.385L13.615 2.64a2.19 2.19 0 1 0-3.097 3.098l7.743 7.743c.171.172.364.309.57.412A2.15 2.15 0 1 1 22 11.957a2.18 2.18 0 0 0-.642-1.572" opacity=".5"/><path d="m12.535 10.405l1.324-1.325l.914.914l.147.147l-1.325 1.324a.345.345 0 0 0-.05.425l.647 1.05c.737 1.198-.693 2.549-1.847 1.744l-2.623-1.828l-1.995-1.39l1.26 1.807l3.684 5.287c.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 1 1-1.06-1.06l2.552-2.553a.34.34 0 0 0 .067-.39l-.95-2.005c-.556-1.175.771-2.348 1.87-1.65l.543.345h.001l5.311 3.373l-3.189-4.575l-1.827-2.622c-.828-1.188.618-2.634 1.807-1.806l3.513 2.449l1.236.862l-.136-.222a1.84 1.84 0 0 1 .267-2.271"/></g></svg> </template>
CSS
.icon-corkscrew-duotone {
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%22M22%2012a2.15%202.15%200%201%201-4.3%200a2.15%202.15%200%200%201%204.3%200%22%2F%3E%3Cpath%20d%3D%22M21.358%2010.385L13.615%202.64a2.19%202.19%200%201%200-3.097%203.098l7.743%207.743c.171.172.364.309.57.412A2.15%202.15%200%201%201%2022%2011.957a2.18%202.18%200%200%200-.642-1.572%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22m12.535%2010.405l1.324-1.325l.914.914l.147.147l-1.325%201.324a.345.345%200%200%200-.05.425l.647%201.05c.737%201.198-.693%202.549-1.847%201.744l-2.623-1.828l-1.995-1.39l1.26%201.807l3.684%205.287c.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%201%201-1.06-1.06l2.552-2.553a.34.34%200%200%200%20.067-.39l-.95-2.005c-.556-1.175.771-2.348%201.87-1.65l.543.345h.001l5.311%203.373l-3.189-4.575l-1.827-2.622c-.828-1.188.618-2.634%201.807-1.806l3.513%202.449l1.236.862l-.136-.222a1.84%201.84%200%200%201%20.267-2.271%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%22M22%2012a2.15%202.15%200%201%201-4.3%200a2.15%202.15%200%200%201%204.3%200%22%2F%3E%3Cpath%20d%3D%22M21.358%2010.385L13.615%202.64a2.19%202.19%200%201%200-3.097%203.098l7.743%207.743c.171.172.364.309.57.412A2.15%202.15%200%201%201%2022%2011.957a2.18%202.18%200%200%200-.642-1.572%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22m12.535%2010.405l1.324-1.325l.914.914l.147.147l-1.325%201.324a.345.345%200%200%200-.05.425l.647%201.05c.737%201.198-.693%202.549-1.847%201.744l-2.623-1.828l-1.995-1.39l1.26%201.807l3.684%205.287c.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%201%201-1.06-1.06l2.552-2.553a.34.34%200%200%200%20.067-.39l-.95-2.005c-.556-1.175.771-2.348%201.87-1.65l.543.345h.001l5.311%203.373l-3.189-4.575l-1.827-2.622c-.828-1.188.618-2.634%201.807-1.806l3.513%202.449l1.236.862l-.136-.222a1.84%201.84%200%200%201%20.267-2.271%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/corkscrew-duotone.svg?color=%231a73e8&size=48