Pull And Bear Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pull And Bear 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/346265.svg" alt="Pull And Bear icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346265.svg" alt="Pull And Bear icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346265.svg" alt="Pull And Bear icon" :width="24" :height="24" />
CSS background
.icon-pull-and-bear {
background-image: url('https://proicons.com/icon/346265.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><line class="c" x1="5.3056" y1="13.3732" x2="19.5531" y2="13.3732"/><rect class="c" x="5.3056" y="13.3732" width="8.5206" height="21.7997"/><path class="c" d="M16.7595,21.9637c1.8698,0,3.3856-1.923,3.3856-4.2952s-1.5158-4.2952-3.3856-4.2952h8.3312c2.2381,0,4.0524,2.3018,4.0524,5.1411,0,1.3274-.3965,2.5373-1.0475,3.4494h-.0002s1.8265-.0001,1.8265-.0001c1.8698,0,3.3856-1.923,3.3856-4.2952s-1.5158-4.2952-3.3856-4.2952h8.3312c2.2381,0,4.0524,2.3018,4.0524,5.1411,0,3.589-2.0927,5.7587-4.3308,5.7587,2.3726,0,4.2958,2.44,4.2958,5.4499s-1.9233,5.4499-4.2958,5.4499h-18.1873v-7.3426h8.5205v5.5492h.8351c1.9822,0,3.589-2.0385,3.589-4.5532,0-1.3954-.4948-2.6442-1.2739-3.4794l-14.6988.0004v-3.3836Z"/></svg>
Copied!