Ddf Guide Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ddf Guide 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/324333.svg" alt="Ddf Guide icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324333.svg" alt="Ddf Guide icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324333.svg" alt="Ddf Guide icon" :width="24" :height="24" />
CSS background
.icon-ddf-guide {
background-image: url('https://proicons.com/icon/324333.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>.k{fill:#000;}.l{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle id="c" class="k" cx="9.5385" cy="32.9004" r=".75"/><circle id="d" class="k" cx="24" cy="32.9004" r=".75"/><circle id="e" class="k" cx="38.4615" cy="32.9004" r=".75"/><path id="f" class="l" d="m4.5,19.3881c0-1.3741.458-2.7483,1.3741-3.6644.9161-.9161,2.0612-1.3741,3.6644-1.3741,2.7483,0,5.0385,2.2902,5.0385,5.0385,0,1.3741-.458,2.7483-1.3741,3.6644-1.1451.9161-3.6644,2.2902-3.6644,4.3514"/><g id="g"><path id="h" class="l" d="m18.9615,19.3881c0-1.3741.458-2.7483,1.3741-3.6644.9161-.9161,2.0612-1.3741,3.6644-1.3741,2.7483,0,5.0385,2.2902,5.0385,5.0385,0,1.3741-.458,2.7483-1.3741,3.6644-1.1451.9161-3.6644,2.2902-3.6644,4.3514"/></g><g id="i"><path id="j" class="l" d="m33.423,19.3881c0-1.3741.458-2.7483,1.3741-3.6644.9161-.9161,2.0612-1.3741,3.6644-1.3741,2.7483,0,5.0385,2.2902,5.0385,5.0385,0,1.3741-.458,2.7483-1.3741,3.6644-1.1451.9161-3.6644,2.2902-3.6644,4.3514"/></g></svg>
Copied!