Morrisons More Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Morrisons More 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/344113.svg" alt="Morrisons More icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344113.svg" alt="Morrisons More icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344113.svg" alt="Morrisons More icon" :width="24" :height="24" />
CSS background
.icon-morrisons-more {
background-image: url('https://proicons.com/icon/344113.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M23.7591,5.0689c4.1563,3.1985,3.8008,8.5203,0,11.0274-3.8018-2.5071-4.1563-7.8288,0-11.0274M45,22.4737c-.6924,5.1993-5.4775,7.5517-9.5505,5.5137.2713-4.5461,4.7018-7.5135,9.5505-5.5137M40.0514,34.6019c-1.5327,5.0162-6.638,6.5557-10.3232,3.8801,1.0097-4.4403,5.8662-6.6448,10.3223-3.8801M3,22.4737c.6924,5.1993,5.4775,7.5517,9.5505,5.5137-.2713-4.5461-4.7018-7.5135-9.5505-5.5137M7.9486,34.6019c1.5327,5.0162,6.638,6.5557,10.3232,3.8801-1.0097-4.4403-5.8662-6.6448-10.3222-3.8801M30.4754,24.6282c1.8539,4.9065-1.2457,9.246-5.7977,9.3821-1.9146-4.1328.5798-8.8454,5.7977-9.3821M13.6993,16.2803c-.7512,5.1905,3.2103,8.7602,7.6849,7.9101.9793-4.4482-2.4738-8.5114-7.6849-7.9101M21.2696,30.042c-.0016,1.3665-1.1093,2.4737-2.4758,2.4748-1.3665-.0011-2.4742-1.1083-2.4758-2.4748.0011-1.3669,1.1089-2.4747,2.4758-2.4758,1.3669.0011,2.4747,1.1089,2.4758,2.4758M33.2626,18.9167c-.0011,1.3665-1.1083,2.4742-2.4748,2.4758-1.3669-.0011-2.4747-1.1089-2.4758-2.4758.0016-1.3665,1.1093-2.4737,2.4758-2.4748,1.3661.0016,2.4732,1.1087,2.4748,2.4748M26.4268,40.4554c-.0011,1.3665-1.1083,2.4742-2.4748,2.4758-1.3669-.0011-2.4747-1.1089-2.4758-2.4758.0016-1.3665,1.1093-2.4737,2.4758-2.4748,1.3661.0016,2.4732,1.1087,2.4748,2.4748"/></svg>
Copied!