d icon
d-outline from Health Icons by Resolve to Save Lives · Outline · Typography · MIT Free for personal and commercial use.
- Name
- d-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Typography
- Viewbox
- 48×48
- License
- MIT
- Aliases
- d2x-outline
1 other variant in Health Icons
The same icon in other sets
More typography icons from Health Icons
Use the d icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M11 12a3 3 0 0 1 3-3h8c8.284 0 15 6.716 15 15s-6.716 15-15 15h-8a3 3 0 0 1-3-3zm3-1a1 1 0 0 0-1 1v24a1 1 0 0 0 1 1h8c7.18 0 13-5.82 13-13s-5.82-13-13-13zm1 3a1 1 0 0 1 1-1h6c6.075 0 11 4.925 11 11s-4.925 11-11 11h-6a1 1 0 0 1-1-1zm2 1v18h5a9 9 0 1 0 0-18z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsDOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M11 12a3 3 0 0 1 3-3h8c8.284 0 15 6.716 15 15s-6.716 15-15 15h-8a3 3 0 0 1-3-3zm3-1a1 1 0 0 0-1 1v24a1 1 0 0 0 1 1h8c7.18 0 13-5.82 13-13s-5.82-13-13-13zm1 3a1 1 0 0 1 1-1h6c6.075 0 11 4.925 11 11s-4.925 11-11 11h-6a1 1 0 0 1-1-1zm2 1v18h5a9 9 0 1 0 0-18z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M11 12a3 3 0 0 1 3-3h8c8.284 0 15 6.716 15 15s-6.716 15-15 15h-8a3 3 0 0 1-3-3zm3-1a1 1 0 0 0-1 1v24a1 1 0 0 0 1 1h8c7.18 0 13-5.82 13-13s-5.82-13-13-13zm1 3a1 1 0 0 1 1-1h6c6.075 0 11 4.925 11 11s-4.925 11-11 11h-6a1 1 0 0 1-1-1zm2 1v18h5a9 9 0 1 0 0-18z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-d-outline {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M11%2012a3%203%200%200%201%203-3h8c8.284%200%2015%206.716%2015%2015s-6.716%2015-15%2015h-8a3%203%200%200%201-3-3zm3-1a1%201%200%200%200-1%201v24a1%201%200%200%200%201%201h8c7.18%200%2013-5.82%2013-13s-5.82-13-13-13zm1%203a1%201%200%200%201%201-1h6c6.075%200%2011%204.925%2011%2011s-4.925%2011-11%2011h-6a1%201%200%200%201-1-1zm2%201v18h5a9%209%200%201%200%200-18z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M11%2012a3%203%200%200%201%203-3h8c8.284%200%2015%206.716%2015%2015s-6.716%2015-15%2015h-8a3%203%200%200%201-3-3zm3-1a1%201%200%200%200-1%201v24a1%201%200%200%200%201%201h8c7.18%200%2013-5.82%2013-13s-5.82-13-13-13zm1%203a1%201%200%200%201%201-1h6c6.075%200%2011%204.925%2011%2011s-4.925%2011-11%2011h-6a1%201%200%200%201-1-1zm2%201v18h5a9%209%200%201%200%200-18z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/d-outline.svg?color=%231a73e8&size=48