Frag Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Frag 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/326218.svg" alt="Frag icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326218.svg" alt="Frag icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326218.svg" alt="Frag icon" :width="24" :height="24" />
CSS background
.icon-frag {
background-image: url('https://proicons.com/icon/326218.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>.r{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.s{fill:#000;stroke-width:0px;}</style></defs><path id="b" class="r" d="M36.197,26.743l4.932-1.96c.764-.304,1.371-1.227,1.371-2.049V7.74c.0022-1.0808-.8722-1.9588-1.953-1.961-.0027,0-.0053,0-.008,0H7.46c-1.0808-.0017-1.9583.8732-1.96,1.954,0,.0023,0,.0047,0,.007v14.994c0,.822.607,1.745,1.37,2.048l4.958,1.97"/><path id="c" class="r" d="M36.547,29.674c0,6.9295-5.6175,12.547-12.547,12.547h0c-6.9295,0-12.547-5.6175-12.547-12.547h0c.0006-6.9291,5.6179-12.546,12.547-12.546s12.5464,5.6169,12.547,12.546Z"/><path id="d" class="r" d="M25.224,29.674c0,.676-.548,1.224-1.224,1.224h0c-.676,0-1.224-.548-1.224-1.224.0006-.6756.5484-1.223,1.224-1.223s1.2234.5474,1.224,1.223Z"/><path id="e" class="s" d="M27.669,24.288c0,.4142-.3358.75-.75.75h0c-.4142,0-.75-.3358-.75-.75h0c0-.4142.3358-.75.75-.75h0c.4142,0,.75.3358.75.75h0Z"/><path id="f" class="s" d="M20.196,30.653c0,.4142-.3358.75-.75.75h0c-.4142,0-.75-.3358-.75-.75h0c0-.4142.3358-.75.75-.75h0c.4142,0,.75.3358.75.75h0Z"/><path id="g" class="s" d="M22.114,33.399c0,.4142-.3358.75-.75.75s-.75-.3358-.75-.75.3358-.75.75-.75.75.3358.75.75Z"/><path id="h" class="r" d="M8.375,18.376v-10.056h4.579"/><path id="i" class="r" d="M14.994,12.611c1.627-.102,3.322-.176,5.057-.22"/><path id="j" class="r" d="M8.375,13.231c1.5214-.1969,3.0476-.3553,4.577-.475"/><path id="k" class="r" d="M8.356,13.234l.019-.003"/><path id="l" class="r" d="M15.003,16.805v-8.484h4.716l1.519,1.083v2.09l-1.3.985,1.3.985v2.714"/><path id="m" class="r" d="M30.454,16.453l-2.19-8.132h-1.992l-2.164,7.784"/><path id="n" class="r" d="M24.663,14.11c1.748.0058,3.4857.0343,5.183.085"/><path id="o" class="r" d="M37.543,13.064c.644.067,1.267.062,1.86.139l-.008,3.84-1.211.874c-1.2833-.3607-2.5827-.6614-3.894-.901l-.996-1.455v-6.419l1.141-.82h3.804l1.156,1.293v.533"/><path id="p" class="r" d="M33.93,29.674c0,5.4842-4.4458,9.93-9.93,9.93h0c-5.4842,0-9.93-4.4458-9.93-9.93h0c.0006-5.4838,4.4462-9.929,9.93-9.929s9.93,4.4458,9.93,9.93h0v-.001Z"/><path id="q" class="r" d="M29.53,29.674c0,3.0541-2.4759,5.53-5.53,5.53s-5.53-2.4759-5.53-5.53h0c.0006-3.0537,2.4763-5.529,5.53-5.529s5.53,2.4759,5.53,5.53h0v-.001Z"/></svg>
Copied!