apacheopenoffice logo
apacheopenoffice from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- apacheopenoffice
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the apacheopenoffice logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C5.372 0 0 5.371 0 12c0 .843.088 1.667.254 2.462a12.6 12.6 0 0 1 3.309-.44c1.836 0 3.579.392 5.152 1.099a12.54 12.54 0 0 1 7.303-2.332c1.704 0 3.33.339 4.811.953l.023.01a.186.186 0 0 1-.083.353l-.267-.02a13 13 0 0 0-.895-.032c-4.208 0-7.988 1.546-10.281 4.681l-.11.151a.183.183 0 0 1-.28.008C6.76 16.847 3.894 16.037.677 15.981C2.32 20.65 6.768 24 11.998 24C18.628 24 24 18.627 24 12c0-6.628-5.373-12-12.001-12zm9.395 7.181c-.042-.004-.114-.016-.16-.022a7 7 0 0 0-.405-.051c-2.447-.23-4.725.449-6.21 2.171c-.063.064-.118.067-.179.003c-1.181-1.34-2.864-1.935-4.795-2.118a7.2 7.2 0 0 0-2.01.09l-.01.001l-.02.002a.125.125 0 0 1-.075-.223l.035-.02a7.23 7.23 0 0 1 4.05-.795c1.054.1 2.035.42 2.9.91a7.28 7.28 0 0 1 6.797-.255l.14.073a.12.12 0 0 1 .067.11c0 .069-.044.134-.125.124"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsApacheopenoffice(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C5.372 0 0 5.371 0 12c0 .843.088 1.667.254 2.462a12.6 12.6 0 0 1 3.309-.44c1.836 0 3.579.392 5.152 1.099a12.54 12.54 0 0 1 7.303-2.332c1.704 0 3.33.339 4.811.953l.023.01a.186.186 0 0 1-.083.353l-.267-.02a13 13 0 0 0-.895-.032c-4.208 0-7.988 1.546-10.281 4.681l-.11.151a.183.183 0 0 1-.28.008C6.76 16.847 3.894 16.037.677 15.981C2.32 20.65 6.768 24 11.998 24C18.628 24 24 18.627 24 12c0-6.628-5.373-12-12.001-12zm9.395 7.181c-.042-.004-.114-.016-.16-.022a7 7 0 0 0-.405-.051c-2.447-.23-4.725.449-6.21 2.171c-.063.064-.118.067-.179.003c-1.181-1.34-2.864-1.935-4.795-2.118a7.2 7.2 0 0 0-2.01.09l-.01.001l-.02.002a.125.125 0 0 1-.075-.223l.035-.02a7.23 7.23 0 0 1 4.05-.795c1.054.1 2.035.42 2.9.91a7.28 7.28 0 0 1 6.797-.255l.14.073a.12.12 0 0 1 .067.11c0 .069-.044.134-.125.124"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C5.372 0 0 5.371 0 12c0 .843.088 1.667.254 2.462a12.6 12.6 0 0 1 3.309-.44c1.836 0 3.579.392 5.152 1.099a12.54 12.54 0 0 1 7.303-2.332c1.704 0 3.33.339 4.811.953l.023.01a.186.186 0 0 1-.083.353l-.267-.02a13 13 0 0 0-.895-.032c-4.208 0-7.988 1.546-10.281 4.681l-.11.151a.183.183 0 0 1-.28.008C6.76 16.847 3.894 16.037.677 15.981C2.32 20.65 6.768 24 11.998 24C18.628 24 24 18.627 24 12c0-6.628-5.373-12-12.001-12zm9.395 7.181c-.042-.004-.114-.016-.16-.022a7 7 0 0 0-.405-.051c-2.447-.23-4.725.449-6.21 2.171c-.063.064-.118.067-.179.003c-1.181-1.34-2.864-1.935-4.795-2.118a7.2 7.2 0 0 0-2.01.09l-.01.001l-.02.002a.125.125 0 0 1-.075-.223l.035-.02a7.23 7.23 0 0 1 4.05-.795c1.054.1 2.035.42 2.9.91a7.28 7.28 0 0 1 6.797-.255l.14.073a.12.12 0 0 1 .067.11c0 .069-.044.134-.125.124"/></svg> </template>
CSS
.icon-apacheopenoffice {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%200C5.372%200%200%205.371%200%2012c0%20.843.088%201.667.254%202.462a12.6%2012.6%200%200%201%203.309-.44c1.836%200%203.579.392%205.152%201.099a12.54%2012.54%200%200%201%207.303-2.332c1.704%200%203.33.339%204.811.953l.023.01a.186.186%200%200%201-.083.353l-.267-.02a13%2013%200%200%200-.895-.032c-4.208%200-7.988%201.546-10.281%204.681l-.11.151a.183.183%200%200%201-.28.008C6.76%2016.847%203.894%2016.037.677%2015.981C2.32%2020.65%206.768%2024%2011.998%2024C18.628%2024%2024%2018.627%2024%2012c0-6.628-5.373-12-12.001-12zm9.395%207.181c-.042-.004-.114-.016-.16-.022a7%207%200%200%200-.405-.051c-2.447-.23-4.725.449-6.21%202.171c-.063.064-.118.067-.179.003c-1.181-1.34-2.864-1.935-4.795-2.118a7.2%207.2%200%200%200-2.01.09l-.01.001l-.02.002a.125.125%200%200%201-.075-.223l.035-.02a7.23%207.23%200%200%201%204.05-.795c1.054.1%202.035.42%202.9.91a7.28%207.28%200%200%201%206.797-.255l.14.073a.12.12%200%200%201%20.067.11c0%20.069-.044.134-.125.124%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%200C5.372%200%200%205.371%200%2012c0%20.843.088%201.667.254%202.462a12.6%2012.6%200%200%201%203.309-.44c1.836%200%203.579.392%205.152%201.099a12.54%2012.54%200%200%201%207.303-2.332c1.704%200%203.33.339%204.811.953l.023.01a.186.186%200%200%201-.083.353l-.267-.02a13%2013%200%200%200-.895-.032c-4.208%200-7.988%201.546-10.281%204.681l-.11.151a.183.183%200%200%201-.28.008C6.76%2016.847%203.894%2016.037.677%2015.981C2.32%2020.65%206.768%2024%2011.998%2024C18.628%2024%2024%2018.627%2024%2012c0-6.628-5.373-12-12.001-12zm9.395%207.181c-.042-.004-.114-.016-.16-.022a7%207%200%200%200-.405-.051c-2.447-.23-4.725.449-6.21%202.171c-.063.064-.118.067-.179.003c-1.181-1.34-2.864-1.935-4.795-2.118a7.2%207.2%200%200%200-2.01.09l-.01.001l-.02.002a.125.125%200%200%201-.075-.223l.035-.02a7.23%207.23%200%200%201%204.05-.795c1.054.1%202.035.42%202.9.91a7.28%207.28%200%200%201%206.797-.255l.14.073a.12.12%200%200%201%20.067.11c0%20.069-.044.134-.125.124%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/apacheopenoffice.svg?color=%231a73e8&size=48