purgecss logo
purgecss from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- purgecss
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the purgecss 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.373 0 0 5.373 0 12a12 12 0 0 0 9.764 11.791c.048-1.003.052-2.55.047-9.967c0-5.484.003-9.995.013-10.023c.028-.08 2.26-.042 2.678.047a4.9 4.9 0 0 1 3.078 2.08a4.834 4.834 0 0 1-.7 6.164c-.924.878-2.041 1.334-3.29 1.334c-.225 0-.29.012-.305.068c-.01.043-.02 2.418-.014 5.287v5.196A12 12 0 0 0 12 24c6.627 0 12-5.373 12-12S18.627 0 12 0m-.691 4.31q-.018.004-.02.063c-.018.245-.023 8.358-.004 8.39c.01.02.075-.014.145-.07c2.673-1.952 3.467-2.792 3.738-3.939c.14-.746-.174-1.466-1.01-2.3c-.699-.72-1.692-1.358-2.779-2.099c-.038-.033-.058-.047-.07-.044z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsPurgecss(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.373 0 0 5.373 0 12a12 12 0 0 0 9.764 11.791c.048-1.003.052-2.55.047-9.967c0-5.484.003-9.995.013-10.023c.028-.08 2.26-.042 2.678.047a4.9 4.9 0 0 1 3.078 2.08a4.834 4.834 0 0 1-.7 6.164c-.924.878-2.041 1.334-3.29 1.334c-.225 0-.29.012-.305.068c-.01.043-.02 2.418-.014 5.287v5.196A12 12 0 0 0 12 24c6.627 0 12-5.373 12-12S18.627 0 12 0m-.691 4.31q-.018.004-.02.063c-.018.245-.023 8.358-.004 8.39c.01.02.075-.014.145-.07c2.673-1.952 3.467-2.792 3.738-3.939c.14-.746-.174-1.466-1.01-2.3c-.699-.72-1.692-1.358-2.779-2.099c-.038-.033-.058-.047-.07-.044z"/></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.373 0 0 5.373 0 12a12 12 0 0 0 9.764 11.791c.048-1.003.052-2.55.047-9.967c0-5.484.003-9.995.013-10.023c.028-.08 2.26-.042 2.678.047a4.9 4.9 0 0 1 3.078 2.08a4.834 4.834 0 0 1-.7 6.164c-.924.878-2.041 1.334-3.29 1.334c-.225 0-.29.012-.305.068c-.01.043-.02 2.418-.014 5.287v5.196A12 12 0 0 0 12 24c6.627 0 12-5.373 12-12S18.627 0 12 0m-.691 4.31q-.018.004-.02.063c-.018.245-.023 8.358-.004 8.39c.01.02.075-.014.145-.07c2.673-1.952 3.467-2.792 3.738-3.939c.14-.746-.174-1.466-1.01-2.3c-.699-.72-1.692-1.358-2.779-2.099c-.038-.033-.058-.047-.07-.044z"/></svg> </template>
CSS
.icon-purgecss {
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.373%200%200%205.373%200%2012a12%2012%200%200%200%209.764%2011.791c.048-1.003.052-2.55.047-9.967c0-5.484.003-9.995.013-10.023c.028-.08%202.26-.042%202.678.047a4.9%204.9%200%200%201%203.078%202.08a4.834%204.834%200%200%201-.7%206.164c-.924.878-2.041%201.334-3.29%201.334c-.225%200-.29.012-.305.068c-.01.043-.02%202.418-.014%205.287v5.196A12%2012%200%200%200%2012%2024c6.627%200%2012-5.373%2012-12S18.627%200%2012%200m-.691%204.31q-.018.004-.02.063c-.018.245-.023%208.358-.004%208.39c.01.02.075-.014.145-.07c2.673-1.952%203.467-2.792%203.738-3.939c.14-.746-.174-1.466-1.01-2.3c-.699-.72-1.692-1.358-2.779-2.099c-.038-.033-.058-.047-.07-.044z%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.373%200%200%205.373%200%2012a12%2012%200%200%200%209.764%2011.791c.048-1.003.052-2.55.047-9.967c0-5.484.003-9.995.013-10.023c.028-.08%202.26-.042%202.678.047a4.9%204.9%200%200%201%203.078%202.08a4.834%204.834%200%200%201-.7%206.164c-.924.878-2.041%201.334-3.29%201.334c-.225%200-.29.012-.305.068c-.01.043-.02%202.418-.014%205.287v5.196A12%2012%200%200%200%2012%2024c6.627%200%2012-5.373%2012-12S18.627%200%2012%200m-.691%204.31q-.018.004-.02.063c-.018.245-.023%208.358-.004%208.39c.01.02.075-.014.145-.07c2.673-1.952%203.467-2.792%203.738-3.939c.14-.746-.174-1.466-1.01-2.3c-.699-.72-1.692-1.358-2.779-2.099c-.038-.033-.058-.047-.07-.044z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/purgecss.svg?color=%231a73e8&size=48