Familymart Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Familymart 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/325696.svg" alt="Familymart icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325696.svg" alt="Familymart icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325696.svg" alt="Familymart icon" :width="24" :height="24" />
CSS background
.icon-familymart {
background-image: url('https://proicons.com/icon/325696.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;}.c{fill:#000;stroke-width:0px;}</style></defs><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="b" d="M42.5,30.5H5.5"/><path class="b" d="M5.5,17.5h37"/><polyline class="b" points="27.1877 25.7896 27.1877 20.8 29.6852 25.7951 32.1828 20.8076 32.1828 25.7951"/><path class="b" d="M25.8134,24.5463v1.6859c0,.6897-.5591,1.2488-1.2488,1.2488h0c-.3448,0-.657-.1398-.883-.3657"/><path class="b" d="M25.8134,22.4859v2.0605c0,.6897-.5591,1.2488-1.2488,1.2488h0c-.6897,0-1.2488-.5591-1.2488-1.2488v-2.0605"/><path class="b" d="M13.6232,23.7346c0-.6897.5591-1.2488,1.2488-1.2488h0c.6897,0,1.2488.5591,1.2488,1.2488v2.0605"/><line class="b" x1="13.6232" y1="22.4859" x2="13.6232" y2="25.7951"/><path class="b" d="M16.1208,23.7346c0-.6897.5591-1.2488,1.2488-1.2488h0c.6897,0,1.2488.5591,1.2488,1.2488v2.0605"/><path class="b" d="M37.1852,23.7346c0-.6897.5591-1.2488,1.2488-1.2488h0"/><line class="b" x1="37.1852" y1="22.4859" x2="37.1852" y2="25.7951"/><circle class="c" cx="20.0728" cy="20.9561" r=".75"/><line class="b" x1="20.0728" y1="22.4859" x2="20.0728" y2="25.7951"/><path class="b" d="M21.5434,20.8v4.3707c0,.3448.2795.6244.6244.6244h.1873"/><path class="b" d="M40.1883,21.4556v3.7151c0,.3448.2795.6244.6244.6244h.1873"/><line class="b" x1="39.5327" y1="22.4858" x2="40.8439" y2="22.4858"/><line class="b" x1="7" y1="23.2976" x2="8.6234" y2="23.2976"/><polyline class="b" points="7 25.7951 7 20.8 9.4976 20.8"/><path class="b" d="M35.8784,24.5463c0,.6897-.5549,1.2488-1.2393,1.2488h-.4349c-.4534,0-.821-.3704-.821-.8273,0-.4569.3676-.8273.821-.8273h1.6765"/><path class="b" d="M33.6953,22.8137c.3009-.3014.5118-.3278,1.0927-.3278.6594,0,1.0927.29,1.0927,1.074v2.2353"/><path class="b" d="M12.1729,24.5463c0,.6897-.5549,1.2488-1.2393,1.2488h-.4349c-.4534,0-.821-.3704-.821-.8273,0-.4569.3676-.8273.821-.8273h1.6765"/><path class="b" d="M9.9899,22.8137c.3009-.3014.5118-.3278,1.0927-.3278.6594,0,1.0927.29,1.0927,1.074v2.2353"/></svg>
Copied!