Jimmy Johns Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Jimmy Johns 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/327673.svg" alt="Jimmy Johns icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327673.svg" alt="Jimmy Johns icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327673.svg" alt="Jimmy Johns icon" :width="24" :height="24" />
CSS background
.icon-jimmy-johns {
background-image: url('https://proicons.com/icon/327673.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M25.2986,32.0977l-.0015,8.0376c.3382.1061.6766.2116,1.0151.3168,1.3457.4178,2.6973.8289,4.0828,1.0853,2.3332.4318,4.8337.3971,6.9702-.6354,1.2324-.5956,2.305-1.5096,3.1156-2.6125s1.3604-2.392,1.6284-3.7343c.0978-.49.1588-.987.1929-1.4856.0321-.4694.0405-.9401.0486-1.4106.1452-8.4727.1844-16.947.1177-25.4205"/><path class="b" d="M42.4655,6.239l-15.8899-.0229-.0127,8.8287,4.2903.0062-.0222,15.4532c-.0003.2415-.0046.4853-.0607.7203-.056.235-.1631.4585-.3185.6435-.1554.1849-.356.3292-.5745.4323s-.4536.1662-.6901.2151c-1.2982.2681-2.6791.1201-3.891-.4171"/><path class="b" d="M5.5025,32.0832l-.0015,8.0376c.3382.1061.6766.2116,1.0151.3168,1.3457.4178,2.6973.8289,4.0828,1.0853,2.3332.4318,4.8337.3971,6.9702-.6354,1.2324-.5956,2.305-1.5096,3.1156-2.6125s1.3604-2.392,1.6284-3.7343c.0978-.49.1588-.987.1929-1.4856.0321-.4694.0405-.9401.0486-1.4106.1452-8.4727.1844-16.947.1177-25.4205"/><path class="b" d="M22.6693,6.2245l-15.8899-.0229-.0127,8.8287,4.2903.0062-.0222,15.4532c-.0003.2415-.0046.4853-.0607.7203-.056.235-.1631.4585-.3185.6435-.1554.1849-.356.3292-.5745.4323s-.4536.1662-.6901.2151c-1.2982.2681-2.6791.1201-3.891-.4171"/></svg>
Copied!