faker logo
faker from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- faker
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the faker logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.424.112c-1.306.24-2.492 1.28-3.552 3.18c-1.467-.403-4.96.012-6.884 1.208c-2.711-2.076-5.812-1.196-5.812-1.196s1.042.182 1.291.42c-.961.19-3.66 1.474-3.456 4.432c.412-.056.852-.287.852-.287s-.789 1.103.912 3.488c.132.185.743-1.278.743-1.278s-1.35 4.158 2.142 11.552c2.241 4.12 16.051 2.8 19.164-4.52c.738-2.725-1.068-7.187-1.248-7.465c.911-1.089 2.354-3.99.542-6.464l.604.083C23.111 2.04 21.968.813 18.895.717l.453-.644a3.4 3.4 0 0 0-.924.039m3.804 11.01c.537 1.165 1.405 3.594.818 5.47c-2.077 6.346-15.627 8.707-17.763 4.527c-1.6-3.201-1.886-4.28-2.26-6.98c-.322-1.82.522-5.08 1.123-5.682c2.128-2.49 3.613-3.434 6.717-4.185c2.527-.611 5.602-.302 7.874 1.228s2.586 3.493 3.49 5.622M8.17 9.134c-1.438.238-2.792 1.609-3.344 3.23c-.708 2.133-.033 3.65 1.375 4.058c1.096.318 2.102-.167 2.637-.953s.548-1.44 1.246-2.482c2.043-3.051-.628-3.76-.914-3.826a2.6 2.6 0 0 0-1-.027m6.95-1.14c-1.37.243-2.003 1.32-2.003 1.32c-.982 1.837.699 2.623 2.031 3.434s1.724 1.967 3.707 1.438c1.304-.348 2.104-1.84 1.062-3.65c-.75-1.301-2.192-2.17-3.453-2.467c-.493-.115-.959-.143-1.344-.075m.954 1.723c.218-.043.454-.035.689.038c.701.216 1.097.914.882 1.557a1 1 0 0 1-.068.163c-.09-.434-.43-.818-.918-.97c-.64-.199-1.316.07-1.592.607c-.142-.683.354-1.268 1.007-1.395m-8.332 1.836q.203-.034.4-.006c.417.058.79.317.947.728c-.523-.307-1.239-.175-1.672.332a1.3 1.3 0 0 0-.25 1.306c-.56-.324-.832-1.193-.243-1.884c.232-.272.523-.425.818-.475zm4.3 2.02c-.648.138-1.238.409-1.301.735c-.102.523.676 1.4 1.507 1.397c.419-.002.966-.244 1.466-.898c.454-.592.366-1.138-.311-1.29a2 2 0 0 0-.23-.035a4 4 0 0 0-1.13.09m-.097.658c.443-.082.963-.097 1.068-.076c.397.076.354.42-.096.727c-.534.365-1.066.463-1.581-.173c-.201-.248.166-.397.609-.479m3.356 1.297c-.482 1.593-1.889 1.572-2.403 1.082c0 0-1.259 1.602-2.906.305c0 0-.034.92.94 1.243c.117.472.769 2.214 2.43 1.794c1.512-.382 1.564-2.224 1.407-2.601c1.06-.664.532-1.823.532-1.823m-2.494 2.088s.618.321 1.242.1c.174 1.946-2.09 2.138-2.393.451a2.85 2.85 0 0 0 1.15-.551"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsFaker(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="M18.424.112c-1.306.24-2.492 1.28-3.552 3.18c-1.467-.403-4.96.012-6.884 1.208c-2.711-2.076-5.812-1.196-5.812-1.196s1.042.182 1.291.42c-.961.19-3.66 1.474-3.456 4.432c.412-.056.852-.287.852-.287s-.789 1.103.912 3.488c.132.185.743-1.278.743-1.278s-1.35 4.158 2.142 11.552c2.241 4.12 16.051 2.8 19.164-4.52c.738-2.725-1.068-7.187-1.248-7.465c.911-1.089 2.354-3.99.542-6.464l.604.083C23.111 2.04 21.968.813 18.895.717l.453-.644a3.4 3.4 0 0 0-.924.039m3.804 11.01c.537 1.165 1.405 3.594.818 5.47c-2.077 6.346-15.627 8.707-17.763 4.527c-1.6-3.201-1.886-4.28-2.26-6.98c-.322-1.82.522-5.08 1.123-5.682c2.128-2.49 3.613-3.434 6.717-4.185c2.527-.611 5.602-.302 7.874 1.228s2.586 3.493 3.49 5.622M8.17 9.134c-1.438.238-2.792 1.609-3.344 3.23c-.708 2.133-.033 3.65 1.375 4.058c1.096.318 2.102-.167 2.637-.953s.548-1.44 1.246-2.482c2.043-3.051-.628-3.76-.914-3.826a2.6 2.6 0 0 0-1-.027m6.95-1.14c-1.37.243-2.003 1.32-2.003 1.32c-.982 1.837.699 2.623 2.031 3.434s1.724 1.967 3.707 1.438c1.304-.348 2.104-1.84 1.062-3.65c-.75-1.301-2.192-2.17-3.453-2.467c-.493-.115-.959-.143-1.344-.075m.954 1.723c.218-.043.454-.035.689.038c.701.216 1.097.914.882 1.557a1 1 0 0 1-.068.163c-.09-.434-.43-.818-.918-.97c-.64-.199-1.316.07-1.592.607c-.142-.683.354-1.268 1.007-1.395m-8.332 1.836q.203-.034.4-.006c.417.058.79.317.947.728c-.523-.307-1.239-.175-1.672.332a1.3 1.3 0 0 0-.25 1.306c-.56-.324-.832-1.193-.243-1.884c.232-.272.523-.425.818-.475zm4.3 2.02c-.648.138-1.238.409-1.301.735c-.102.523.676 1.4 1.507 1.397c.419-.002.966-.244 1.466-.898c.454-.592.366-1.138-.311-1.29a2 2 0 0 0-.23-.035a4 4 0 0 0-1.13.09m-.097.658c.443-.082.963-.097 1.068-.076c.397.076.354.42-.096.727c-.534.365-1.066.463-1.581-.173c-.201-.248.166-.397.609-.479m3.356 1.297c-.482 1.593-1.889 1.572-2.403 1.082c0 0-1.259 1.602-2.906.305c0 0-.034.92.94 1.243c.117.472.769 2.214 2.43 1.794c1.512-.382 1.564-2.224 1.407-2.601c1.06-.664.532-1.823.532-1.823m-2.494 2.088s.618.321 1.242.1c.174 1.946-2.09 2.138-2.393.451a2.85 2.85 0 0 0 1.15-.551"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.424.112c-1.306.24-2.492 1.28-3.552 3.18c-1.467-.403-4.96.012-6.884 1.208c-2.711-2.076-5.812-1.196-5.812-1.196s1.042.182 1.291.42c-.961.19-3.66 1.474-3.456 4.432c.412-.056.852-.287.852-.287s-.789 1.103.912 3.488c.132.185.743-1.278.743-1.278s-1.35 4.158 2.142 11.552c2.241 4.12 16.051 2.8 19.164-4.52c.738-2.725-1.068-7.187-1.248-7.465c.911-1.089 2.354-3.99.542-6.464l.604.083C23.111 2.04 21.968.813 18.895.717l.453-.644a3.4 3.4 0 0 0-.924.039m3.804 11.01c.537 1.165 1.405 3.594.818 5.47c-2.077 6.346-15.627 8.707-17.763 4.527c-1.6-3.201-1.886-4.28-2.26-6.98c-.322-1.82.522-5.08 1.123-5.682c2.128-2.49 3.613-3.434 6.717-4.185c2.527-.611 5.602-.302 7.874 1.228s2.586 3.493 3.49 5.622M8.17 9.134c-1.438.238-2.792 1.609-3.344 3.23c-.708 2.133-.033 3.65 1.375 4.058c1.096.318 2.102-.167 2.637-.953s.548-1.44 1.246-2.482c2.043-3.051-.628-3.76-.914-3.826a2.6 2.6 0 0 0-1-.027m6.95-1.14c-1.37.243-2.003 1.32-2.003 1.32c-.982 1.837.699 2.623 2.031 3.434s1.724 1.967 3.707 1.438c1.304-.348 2.104-1.84 1.062-3.65c-.75-1.301-2.192-2.17-3.453-2.467c-.493-.115-.959-.143-1.344-.075m.954 1.723c.218-.043.454-.035.689.038c.701.216 1.097.914.882 1.557a1 1 0 0 1-.068.163c-.09-.434-.43-.818-.918-.97c-.64-.199-1.316.07-1.592.607c-.142-.683.354-1.268 1.007-1.395m-8.332 1.836q.203-.034.4-.006c.417.058.79.317.947.728c-.523-.307-1.239-.175-1.672.332a1.3 1.3 0 0 0-.25 1.306c-.56-.324-.832-1.193-.243-1.884c.232-.272.523-.425.818-.475zm4.3 2.02c-.648.138-1.238.409-1.301.735c-.102.523.676 1.4 1.507 1.397c.419-.002.966-.244 1.466-.898c.454-.592.366-1.138-.311-1.29a2 2 0 0 0-.23-.035a4 4 0 0 0-1.13.09m-.097.658c.443-.082.963-.097 1.068-.076c.397.076.354.42-.096.727c-.534.365-1.066.463-1.581-.173c-.201-.248.166-.397.609-.479m3.356 1.297c-.482 1.593-1.889 1.572-2.403 1.082c0 0-1.259 1.602-2.906.305c0 0-.034.92.94 1.243c.117.472.769 2.214 2.43 1.794c1.512-.382 1.564-2.224 1.407-2.601c1.06-.664.532-1.823.532-1.823m-2.494 2.088s.618.321 1.242.1c.174 1.946-2.09 2.138-2.393.451a2.85 2.85 0 0 0 1.15-.551"/></svg> </template>
CSS
.icon-faker {
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%22M18.424.112c-1.306.24-2.492%201.28-3.552%203.18c-1.467-.403-4.96.012-6.884%201.208c-2.711-2.076-5.812-1.196-5.812-1.196s1.042.182%201.291.42c-.961.19-3.66%201.474-3.456%204.432c.412-.056.852-.287.852-.287s-.789%201.103.912%203.488c.132.185.743-1.278.743-1.278s-1.35%204.158%202.142%2011.552c2.241%204.12%2016.051%202.8%2019.164-4.52c.738-2.725-1.068-7.187-1.248-7.465c.911-1.089%202.354-3.99.542-6.464l.604.083C23.111%202.04%2021.968.813%2018.895.717l.453-.644a3.4%203.4%200%200%200-.924.039m3.804%2011.01c.537%201.165%201.405%203.594.818%205.47c-2.077%206.346-15.627%208.707-17.763%204.527c-1.6-3.201-1.886-4.28-2.26-6.98c-.322-1.82.522-5.08%201.123-5.682c2.128-2.49%203.613-3.434%206.717-4.185c2.527-.611%205.602-.302%207.874%201.228s2.586%203.493%203.49%205.622M8.17%209.134c-1.438.238-2.792%201.609-3.344%203.23c-.708%202.133-.033%203.65%201.375%204.058c1.096.318%202.102-.167%202.637-.953s.548-1.44%201.246-2.482c2.043-3.051-.628-3.76-.914-3.826a2.6%202.6%200%200%200-1-.027m6.95-1.14c-1.37.243-2.003%201.32-2.003%201.32c-.982%201.837.699%202.623%202.031%203.434s1.724%201.967%203.707%201.438c1.304-.348%202.104-1.84%201.062-3.65c-.75-1.301-2.192-2.17-3.453-2.467c-.493-.115-.959-.143-1.344-.075m.954%201.723c.218-.043.454-.035.689.038c.701.216%201.097.914.882%201.557a1%201%200%200%201-.068.163c-.09-.434-.43-.818-.918-.97c-.64-.199-1.316.07-1.592.607c-.142-.683.354-1.268%201.007-1.395m-8.332%201.836q.203-.034.4-.006c.417.058.79.317.947.728c-.523-.307-1.239-.175-1.672.332a1.3%201.3%200%200%200-.25%201.306c-.56-.324-.832-1.193-.243-1.884c.232-.272.523-.425.818-.475zm4.3%202.02c-.648.138-1.238.409-1.301.735c-.102.523.676%201.4%201.507%201.397c.419-.002.966-.244%201.466-.898c.454-.592.366-1.138-.311-1.29a2%202%200%200%200-.23-.035a4%204%200%200%200-1.13.09m-.097.658c.443-.082.963-.097%201.068-.076c.397.076.354.42-.096.727c-.534.365-1.066.463-1.581-.173c-.201-.248.166-.397.609-.479m3.356%201.297c-.482%201.593-1.889%201.572-2.403%201.082c0%200-1.259%201.602-2.906.305c0%200-.034.92.94%201.243c.117.472.769%202.214%202.43%201.794c1.512-.382%201.564-2.224%201.407-2.601c1.06-.664.532-1.823.532-1.823m-2.494%202.088s.618.321%201.242.1c.174%201.946-2.09%202.138-2.393.451a2.85%202.85%200%200%200%201.15-.551%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%22M18.424.112c-1.306.24-2.492%201.28-3.552%203.18c-1.467-.403-4.96.012-6.884%201.208c-2.711-2.076-5.812-1.196-5.812-1.196s1.042.182%201.291.42c-.961.19-3.66%201.474-3.456%204.432c.412-.056.852-.287.852-.287s-.789%201.103.912%203.488c.132.185.743-1.278.743-1.278s-1.35%204.158%202.142%2011.552c2.241%204.12%2016.051%202.8%2019.164-4.52c.738-2.725-1.068-7.187-1.248-7.465c.911-1.089%202.354-3.99.542-6.464l.604.083C23.111%202.04%2021.968.813%2018.895.717l.453-.644a3.4%203.4%200%200%200-.924.039m3.804%2011.01c.537%201.165%201.405%203.594.818%205.47c-2.077%206.346-15.627%208.707-17.763%204.527c-1.6-3.201-1.886-4.28-2.26-6.98c-.322-1.82.522-5.08%201.123-5.682c2.128-2.49%203.613-3.434%206.717-4.185c2.527-.611%205.602-.302%207.874%201.228s2.586%203.493%203.49%205.622M8.17%209.134c-1.438.238-2.792%201.609-3.344%203.23c-.708%202.133-.033%203.65%201.375%204.058c1.096.318%202.102-.167%202.637-.953s.548-1.44%201.246-2.482c2.043-3.051-.628-3.76-.914-3.826a2.6%202.6%200%200%200-1-.027m6.95-1.14c-1.37.243-2.003%201.32-2.003%201.32c-.982%201.837.699%202.623%202.031%203.434s1.724%201.967%203.707%201.438c1.304-.348%202.104-1.84%201.062-3.65c-.75-1.301-2.192-2.17-3.453-2.467c-.493-.115-.959-.143-1.344-.075m.954%201.723c.218-.043.454-.035.689.038c.701.216%201.097.914.882%201.557a1%201%200%200%201-.068.163c-.09-.434-.43-.818-.918-.97c-.64-.199-1.316.07-1.592.607c-.142-.683.354-1.268%201.007-1.395m-8.332%201.836q.203-.034.4-.006c.417.058.79.317.947.728c-.523-.307-1.239-.175-1.672.332a1.3%201.3%200%200%200-.25%201.306c-.56-.324-.832-1.193-.243-1.884c.232-.272.523-.425.818-.475zm4.3%202.02c-.648.138-1.238.409-1.301.735c-.102.523.676%201.4%201.507%201.397c.419-.002.966-.244%201.466-.898c.454-.592.366-1.138-.311-1.29a2%202%200%200%200-.23-.035a4%204%200%200%200-1.13.09m-.097.658c.443-.082.963-.097%201.068-.076c.397.076.354.42-.096.727c-.534.365-1.066.463-1.581-.173c-.201-.248.166-.397.609-.479m3.356%201.297c-.482%201.593-1.889%201.572-2.403%201.082c0%200-1.259%201.602-2.906.305c0%200-.034.92.94%201.243c.117.472.769%202.214%202.43%201.794c1.512-.382%201.564-2.224%201.407-2.601c1.06-.664.532-1.823.532-1.823m-2.494%202.088s.618.321%201.242.1c.174%201.946-2.09%202.138-2.393.451a2.85%202.85%200%200%200%201.15-.551%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/faker.svg?color=%231a73e8&size=48