Thai Dict Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Thai Dict 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/348405.svg" alt="Thai Dict icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348405.svg" alt="Thai Dict icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348405.svg" alt="Thai Dict icon" :width="24" :height="24" />
CSS background
.icon-thai-dict {
background-image: url('https://proicons.com/icon/348405.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M42.505,37.504c-.087.0033-.174.005-.261.005H5.756c-.088,0-.175-.0017-.261-.005M5.495,31.548c.0867-.0027.1733-.004.26-.004h36.489c.088,0,.1747.0013.26.004M42.504,16.451c-.0866.0033-.1733.0049-.26.005H5.756c-.088,0-.1747-.0017-.26-.005M5.495,10.496c.0867-.0033.1733-.005.26-.005h36.489c.088,0,.1747.0017.26.005"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><line class="b" x1="20.6459" y1="20" x2="20.6459" y2="28"/><line class="b" x1="29.8557" y1="20" x2="35.1557" y2="20"/><line class="b" x1="32.5057" y1="28" x2="32.5057" y2="20"/><path class="b" d="M28.3337,25.3172v.0328c0,1.4636-1.1864,2.65-2.65,2.65h0c-1.4636,0-2.65-1.1864-2.65-2.65v-2.7c0-1.4636,1.1864-2.65,2.65-2.65h0c1.4636,0,2.65,1.1864,2.65,2.65v.0328"/><path class="b" d="M12.8443,28v-8h1.8c1.933,0,3.5,1.567,3.5,3.5v1c0,1.933-1.567,3.5-3.5,3.5h-1.8Z"/></svg>
Copied!