Strawberry Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Strawberry 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/318942.svg" alt="Strawberry icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/318942.svg" alt="Strawberry icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/318942.svg" alt="Strawberry icon" :width="24" :height="24" />
CSS background
.icon-strawberry {
background-image: url('https://proicons.com/icon/318942.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><defs><style>.cls-1{fill:none;}</style></defs><title>strawberry</title><rect x="9" y="10" width="2" height="2"/><rect x="9" y="14" width="2" height="2"/><rect x="13" y="12" width="2" height="2"/><path d="M9,28a5.169,5.169,0,0,1-.7441-.054A5.0935,5.0935,0,0,1,4,22.8669V11.1985a7.1615,7.1615,0,0,1,6.31-7.1653,6.9607,6.9607,0,0,1,4.4643,1.0706l7.9688,4.9807a6.98,6.98,0,0,1-.6885,12.19l-10.88,5.2285A4.9765,4.9765,0,0,1,9,28ZM11.002,6q-.2484,0-.5005.0241A5.1463,5.1463,0,0,0,6,11.1985V22.8669a3.0839,3.0839,0,0,0,2.5435,3.1,3.0266,3.0266,0,0,0,1.7622-.2649l10.8828-5.23a4.9807,4.9807,0,0,0,.4887-8.6958L13.7046,6.7935A4.9687,4.9687,0,0,0,11.002,6Z"/><path d="M26,7H22a4.0045,4.0045,0,0,1-4-4V2h2V3a2.0021,2.0021,0,0,0,2,2h4Z"/><rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/></svg>
Copied!