Personal Income Tax Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Personal Income Tax 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/331140.svg" alt="Personal Income Tax icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331140.svg" alt="Personal Income Tax icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331140.svg" alt="Personal Income Tax icon" :width="24" :height="24" />
CSS background
.icon-personal-income-tax {
background-image: url('https://proicons.com/icon/331140.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>.o{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="o" d="M7.1632,9.7485c5.6628-.6393,11.5261-2.5529,16.8368-5.2485,5.3108,2.6956,11.174,4.6092,16.8368,5.2485.6195,13.6527-3.9509,25.7755-16.8368,33.7515C11.1141,35.524,6.5436,23.4012,7.1632,9.7485Z"/><g id="d"><path id="e" class="o" d="M17.2386,14.8989h4.5853"/><path id="f" class="o" d="M17.2386,17.5695h4.5853"/><path id="g" class="o" d="M19.5312,14.8981v12.6682"/><path id="h" class="o" d="M21.8239,19.8548v7.5776"/><path id="i" class="o" d="M17.5367,19.8548v6.2563c0,.5022-.0625,1.1242-.5233,1.3213"/><path id="j" class="o" d="M24.0882,14.8988h1.576"/><path id="k" class="o" d="M29.2131,14.8988h1.576"/><path id="l" class="o" d="M24.2516,22.2347v-4.9289h6.6331v4.2264c0,.3892-.3137.7025-.7034.7025h-5.9297Z"/><path id="m" class="o" d="M31.3769,27.3684h-.611c-.7794,0-1.4069-.6266-1.4069-1.405v-3.6315c0-.033.0012-.0658.0034-.0983"/><path id="n" class="o" d="M25.7153,24.3472c-.2704,1.3308-.6578,2.5587-1.5674,2.9275"/></g></g></svg>
Copied!