Pug Pad Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pug Pad 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/346263.svg" alt="Pug Pad icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346263.svg" alt="Pug Pad icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346263.svg" alt="Pug Pad icon" :width="24" :height="24" />
CSS background
.icon-pug-pad {
background-image: url('https://proicons.com/icon/346263.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>.h{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><rect id="d" class="h" x="13.4584" y="4.5" width="21.0832" height="22.8469"/><rect id="e" class="h" x="13.4584" y="6.5041" width="21.0832" height="3.6475"/><path id="f" class="h" d="M13.4584,27.3327l10.3412,16.1673,10.742-16.139-21.0832-.0283Z"/><path id="g" class="h" d="M21.1313,38.8677l5.3567.0458"/></g></svg>
Copied!