Line Official Account Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Line Official Account 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/328512.svg" alt="Line Official Account icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328512.svg" alt="Line Official Account icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328512.svg" alt="Line Official Account icon" :width="24" :height="24" />
CSS background
.icon-line-official-account {
background-image: url('https://proicons.com/icon/328512.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="M20.1955,14.385v14.761h7.609M40.6725,26.264V8.707c0-1.703-8.184-4.207-16.67-4.207S7.3325,7.004,7.3325,8.707l-.005,17.557c-.002,6.41,6.527,14.605,16.67,17.236,10.142-2.63,16.675-10.828,16.675-17.236"/></svg>
Copied!