The Fork Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The The Fork icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/333877.svg" alt="The Fork icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333877.svg" alt="The Fork icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333877.svg" alt="The Fork icon" :width="24" :height="24" />
CSS background
.icon-the-fork {
background-image: url('https://proicons.com/icon/333877.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m22.2991,42.836c.0559-.9581.1118-2.535.1118-3.041,0-.507.0284-.5354-.1118-2.1104-.1138-1.5485-.3089-2.1398-.4236-2.7596-.0834-.6188-.2805-1.3504-.5904-2.279-.2814-.9306-.5345-1.4357-.9297-2.3369-.3932-.9002-1.1258-2.1388-1.8005-3.3784-.6472-1.2101-1.267-2.6448-1.521-4.053-.2805-1.6034-.253-3.4617-.1951-4.5041.0559-1.0395.2226-3.6863.3373-5.067-6.2497,2.4497-10.5558,8.1934-10.5558,14.9756,0,8.4169,6.7832,15.3698,15.509,16.2151.0559.0549.1128-.7041.1697-1.6612m3.4029,0c-.0569-.9581-.1138-2.535-.1138-3.041,0-.507-.0275-.5354.1138-2.1104.1118-1.5485.3089-2.1398.4217-2.7596.0853-.6188.2824-1.3504.5913-2.279.2814-.9306.5354-1.4357.9287-2.3369.3942-.9002,1.1268-2.1388,1.8015-3.3784.6472-1.2101,1.268-2.6448,1.521-4.053.2805-1.6034.254-3.4617.1961-4.5041-.0569-1.0395-.2255-3.6863-.3373-5.067,6.2477,2.4497,10.5548,8.1934,10.5548,14.9756,0,8.4169-6.7832,15.3698-15.509,16.2151-.0569.0549-.1118-.7041-.1687-1.6612"/><line class="c" x1="20.4986" y1="4.5003" x2="20.3868" y2="21.0017"/><line class="c" x1="27.775" y1="4.5003" x2="27.6632" y2="21.0017"/><line class="c" x1="24.2662" y1="3.5" x2="24.1554" y2="21.0017"/></svg>
Copied!