corkscrew icon

corkscrew-linear from Solar by 480 Design · Linear · Food · CC-BY-4.0 Attribution required.

Name
corkscrew-linear
Set
Solar
Style
Linear
Category
Food
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More food icons from Solar

Use the corkscrew 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-width="1.5"><path stroke-linecap="round" d="M14.3895 9.6106L13.0652 10.9348C12.7067 11.2934 12.6412 11.8512 12.9069 12.2831L13.5529 13.3328C13.8641 13.8385 13.2606 14.4085 12.7735 14.069L7.22572 10.2023C6.72427 9.85283 6.11394 10.4632 6.46344 10.9646L12.0559 18.9886C12.3979 19.4792 11.818 20.0845 11.3132 19.7639L4.60611 15.5047C4.1427 15.2104 3.58275 15.7052 3.81775 16.2013L4.767 18.2052C4.96511 18.6235 4.87951 19.1205 4.55227 19.4478L2 22"/><path d="M22.0591 11.9028C22.0591 13.0902 21.0965 14.0528 19.9091 14.0528C18.7217 14.0528 17.7591 13.0902 17.7591 11.9028C17.7591 10.7154 18.7217 9.75283 19.9091 9.75283C21.0965 9.75283 22.0591 10.7154 22.0591 11.9028Z"/><rect width="15.343" height="4.404" x="12.113" y="1" rx="2.202" transform="rotate(44.97 12.113 1)"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarCorkscrewLinear(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" strokeWidth="1.5"><path strokeLinecap="round" d="M14.3895 9.6106L13.0652 10.9348C12.7067 11.2934 12.6412 11.8512 12.9069 12.2831L13.5529 13.3328C13.8641 13.8385 13.2606 14.4085 12.7735 14.069L7.22572 10.2023C6.72427 9.85283 6.11394 10.4632 6.46344 10.9646L12.0559 18.9886C12.3979 19.4792 11.818 20.0845 11.3132 19.7639L4.60611 15.5047C4.1427 15.2104 3.58275 15.7052 3.81775 16.2013L4.767 18.2052C4.96511 18.6235 4.87951 19.1205 4.55227 19.4478L2 22"/><path d="M22.0591 11.9028C22.0591 13.0902 21.0965 14.0528 19.9091 14.0528C18.7217 14.0528 17.7591 13.0902 17.7591 11.9028C17.7591 10.7154 18.7217 9.75283 19.9091 9.75283C21.0965 9.75283 22.0591 10.7154 22.0591 11.9028Z"/><rect width="15.343" height="4.404" x="12.113" y="1" rx="2.202" transform="rotate(44.97 12.113 1)"/></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-width="1.5"><path stroke-linecap="round" d="M14.3895 9.6106L13.0652 10.9348C12.7067 11.2934 12.6412 11.8512 12.9069 12.2831L13.5529 13.3328C13.8641 13.8385 13.2606 14.4085 12.7735 14.069L7.22572 10.2023C6.72427 9.85283 6.11394 10.4632 6.46344 10.9646L12.0559 18.9886C12.3979 19.4792 11.818 20.0845 11.3132 19.7639L4.60611 15.5047C4.1427 15.2104 3.58275 15.7052 3.81775 16.2013L4.767 18.2052C4.96511 18.6235 4.87951 19.1205 4.55227 19.4478L2 22"/><path d="M22.0591 11.9028C22.0591 13.0902 21.0965 14.0528 19.9091 14.0528C18.7217 14.0528 17.7591 13.0902 17.7591 11.9028C17.7591 10.7154 18.7217 9.75283 19.9091 9.75283C21.0965 9.75283 22.0591 10.7154 22.0591 11.9028Z"/><rect width="15.343" height="4.404" x="12.113" y="1" rx="2.202" transform="rotate(44.97 12.113 1)"/></g></svg>
</template>

CSS

.icon-corkscrew-linear {
  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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14.3895%209.6106L13.0652%2010.9348C12.7067%2011.2934%2012.6412%2011.8512%2012.9069%2012.2831L13.5529%2013.3328C13.8641%2013.8385%2013.2606%2014.4085%2012.7735%2014.069L7.22572%2010.2023C6.72427%209.85283%206.11394%2010.4632%206.46344%2010.9646L12.0559%2018.9886C12.3979%2019.4792%2011.818%2020.0845%2011.3132%2019.7639L4.60611%2015.5047C4.1427%2015.2104%203.58275%2015.7052%203.81775%2016.2013L4.767%2018.2052C4.96511%2018.6235%204.87951%2019.1205%204.55227%2019.4478L2%2022%22%2F%3E%3Cpath%20d%3D%22M22.0591%2011.9028C22.0591%2013.0902%2021.0965%2014.0528%2019.9091%2014.0528C18.7217%2014.0528%2017.7591%2013.0902%2017.7591%2011.9028C17.7591%2010.7154%2018.7217%209.75283%2019.9091%209.75283C21.0965%209.75283%2022.0591%2010.7154%2022.0591%2011.9028Z%22%2F%3E%3Crect%20width%3D%2215.343%22%20height%3D%224.404%22%20x%3D%2212.113%22%20y%3D%221%22%20rx%3D%222.202%22%20transform%3D%22rotate(44.97%2012.113%201)%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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14.3895%209.6106L13.0652%2010.9348C12.7067%2011.2934%2012.6412%2011.8512%2012.9069%2012.2831L13.5529%2013.3328C13.8641%2013.8385%2013.2606%2014.4085%2012.7735%2014.069L7.22572%2010.2023C6.72427%209.85283%206.11394%2010.4632%206.46344%2010.9646L12.0559%2018.9886C12.3979%2019.4792%2011.818%2020.0845%2011.3132%2019.7639L4.60611%2015.5047C4.1427%2015.2104%203.58275%2015.7052%203.81775%2016.2013L4.767%2018.2052C4.96511%2018.6235%204.87951%2019.1205%204.55227%2019.4478L2%2022%22%2F%3E%3Cpath%20d%3D%22M22.0591%2011.9028C22.0591%2013.0902%2021.0965%2014.0528%2019.9091%2014.0528C18.7217%2014.0528%2017.7591%2013.0902%2017.7591%2011.9028C17.7591%2010.7154%2018.7217%209.75283%2019.9091%209.75283C21.0965%209.75283%2022.0591%2010.7154%2022.0591%2011.9028Z%22%2F%3E%3Crect%20width%3D%2215.343%22%20height%3D%224.404%22%20x%3D%2212.113%22%20y%3D%221%22%20rx%3D%222.202%22%20transform%3D%22rotate(44.97%2012.113%201)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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