Advia Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Advia 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/335973.svg" alt="Advia icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335973.svg" alt="Advia icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335973.svg" alt="Advia icon" :width="24" :height="24" />
CSS background
.icon-advia {
background-image: url('https://proicons.com/icon/335973.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>.k,.l{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.l{stroke-width:1px;}.m{fill:#fff;stroke-width:0px;}</style></defs><path id="b" class="k" d="M14.3333,24.5133c0,1.3347-1.0819,2.4167-2.4167,2.4167h0c-1.3347,0-2.4167-1.0819-2.4167-2.4167v-1.5708c0-1.3347,1.0819-2.4167,2.4167-2.4167h0c1.3347,0,2.4167,1.0819,2.4167,2.4167"/><line id="c" class="k" x1="14.3334" y1="26.93" x2="14.3334" y2="20.5258"/><path id="d" class="k" d="M21.5833,22.9425c0-1.3347-1.0819-2.4167-2.4167-2.4167h0c-1.3347,0-2.4167,1.0819-2.4167,2.4167v1.5708c0,1.3347,1.0819,2.4167,2.4167,2.4167h0c1.3347,0,2.4167-1.0819,2.4167-2.4167"/><line id="e" class="k" x1="21.5833" y1="26.93" x2="21.5833" y2="17.2633"/><circle id="f" class="m" cx="31.5013" cy="17.6113" r=".75"/><line id="g" class="k" x1="31.4917" y1="20.5258" x2="31.4917" y2="26.93"/><path id="h" class="k" d="M38.5,24.5133c0,1.3347-1.0819,2.4167-2.4167,2.4167h0c-1.3347,0-2.4167-1.0819-2.4167-2.4167v-1.5708c0-1.3347,1.0819-2.4167,2.4167-2.4167h0c1.3347,0,2.4167,1.0819,2.4167,2.4167"/><line id="i" class="k" x1="38.5" y1="26.93" x2="38.5" y2="20.5258"/><polyline id="j" class="l" points="28.8333 20.5258 26.4167 26.93 24 20.5258"/><rect class="k" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!