typo3 icon
typo3 from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.
- Name
- typo3
- Set
- Line Awesome
- Style
- Line
- Category
- Other
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More other icons from Line Awesome
Use the typo3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M11.7 6.5c.1 2.5 1.5 6.5 2.9 9.5c1.8 3.8 3.4 5.6 4.7 6.5C17 25.6 15 27 14.4 27s-2.6-1.5-5-6.3C7.4 16.8 6 12.4 6 9.9c0-.5.1-.8.1-.9c.8-.8 2.9-1.8 5.6-2.5M14.4 4c-3.9.5-8.4 1.9-9.9 3.8c-.3.4-.5 1.1-.5 2.1C4 15.7 10 29 14.4 29c2 0 5.5-3.4 8.3-7.9c-.4.1-.7.1-1.1.1c-3.2 0-7.9-11.3-7.9-15c0-1.4.3-1.8.7-2.2m5.9 2c4.4 0 5.5.8 5.7 1c0 3.3-1.7 6.7-2.6 7.8C22.1 13.6 20 9 20 6zm0-2c-1.7 0-2.3.3-2.3 2c0 3.7 3 11 5.6 11c1.5 0 4.4-5.5 4.4-10.1C28 4.6 24.3 4 20.3 4"/></svg>
React
import type { SVGProps } from "react";
export function LaTypo3(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M11.7 6.5c.1 2.5 1.5 6.5 2.9 9.5c1.8 3.8 3.4 5.6 4.7 6.5C17 25.6 15 27 14.4 27s-2.6-1.5-5-6.3C7.4 16.8 6 12.4 6 9.9c0-.5.1-.8.1-.9c.8-.8 2.9-1.8 5.6-2.5M14.4 4c-3.9.5-8.4 1.9-9.9 3.8c-.3.4-.5 1.1-.5 2.1C4 15.7 10 29 14.4 29c2 0 5.5-3.4 8.3-7.9c-.4.1-.7.1-1.1.1c-3.2 0-7.9-11.3-7.9-15c0-1.4.3-1.8.7-2.2m5.9 2c4.4 0 5.5.8 5.7 1c0 3.3-1.7 6.7-2.6 7.8C22.1 13.6 20 9 20 6zm0-2c-1.7 0-2.3.3-2.3 2c0 3.7 3 11 5.6 11c1.5 0 4.4-5.5 4.4-10.1C28 4.6 24.3 4 20.3 4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M11.7 6.5c.1 2.5 1.5 6.5 2.9 9.5c1.8 3.8 3.4 5.6 4.7 6.5C17 25.6 15 27 14.4 27s-2.6-1.5-5-6.3C7.4 16.8 6 12.4 6 9.9c0-.5.1-.8.1-.9c.8-.8 2.9-1.8 5.6-2.5M14.4 4c-3.9.5-8.4 1.9-9.9 3.8c-.3.4-.5 1.1-.5 2.1C4 15.7 10 29 14.4 29c2 0 5.5-3.4 8.3-7.9c-.4.1-.7.1-1.1.1c-3.2 0-7.9-11.3-7.9-15c0-1.4.3-1.8.7-2.2m5.9 2c4.4 0 5.5.8 5.7 1c0 3.3-1.7 6.7-2.6 7.8C22.1 13.6 20 9 20 6zm0-2c-1.7 0-2.3.3-2.3 2c0 3.7 3 11 5.6 11c1.5 0 4.4-5.5 4.4-10.1C28 4.6 24.3 4 20.3 4"/></svg> </template>
CSS
.icon-typo3 {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.7%206.5c.1%202.5%201.5%206.5%202.9%209.5c1.8%203.8%203.4%205.6%204.7%206.5C17%2025.6%2015%2027%2014.4%2027s-2.6-1.5-5-6.3C7.4%2016.8%206%2012.4%206%209.9c0-.5.1-.8.1-.9c.8-.8%202.9-1.8%205.6-2.5M14.4%204c-3.9.5-8.4%201.9-9.9%203.8c-.3.4-.5%201.1-.5%202.1C4%2015.7%2010%2029%2014.4%2029c2%200%205.5-3.4%208.3-7.9c-.4.1-.7.1-1.1.1c-3.2%200-7.9-11.3-7.9-15c0-1.4.3-1.8.7-2.2m5.9%202c4.4%200%205.5.8%205.7%201c0%203.3-1.7%206.7-2.6%207.8C22.1%2013.6%2020%209%2020%206zm0-2c-1.7%200-2.3.3-2.3%202c0%203.7%203%2011%205.6%2011c1.5%200%204.4-5.5%204.4-10.1C28%204.6%2024.3%204%2020.3%204%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.7%206.5c.1%202.5%201.5%206.5%202.9%209.5c1.8%203.8%203.4%205.6%204.7%206.5C17%2025.6%2015%2027%2014.4%2027s-2.6-1.5-5-6.3C7.4%2016.8%206%2012.4%206%209.9c0-.5.1-.8.1-.9c.8-.8%202.9-1.8%205.6-2.5M14.4%204c-3.9.5-8.4%201.9-9.9%203.8c-.3.4-.5%201.1-.5%202.1C4%2015.7%2010%2029%2014.4%2029c2%200%205.5-3.4%208.3-7.9c-.4.1-.7.1-1.1.1c-3.2%200-7.9-11.3-7.9-15c0-1.4.3-1.8.7-2.2m5.9%202c4.4%200%205.5.8%205.7%201c0%203.3-1.7%206.7-2.6%207.8C22.1%2013.6%2020%209%2020%206zm0-2c-1.7%200-2.3.3-2.3%202c0%203.7%203%2011%205.6%2011c1.5%200%204.4-5.5%204.4-10.1C28%204.6%2024.3%204%2020.3%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/typo3.svg?color=%231a73e8&size=48